| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.create(software.constructs.Construct scope,
String id) |
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.peerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the accepter VPC.
|
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.peerRegion(String peerRegion)
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
|
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.peerRoleArn(String peerRoleArn)
The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.
|
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.peerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
|
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.tags(List<? extends CfnTag> tags)
Any tags assigned to the resource.
|
CfnVPCPeeringConnection.Builder |
CfnVPCPeeringConnection.Builder.vpcId(String vpcId)
The ID of the VPC.
|
Copyright © 2022. All rights reserved.