VpcPeeringConnection

class VpcPeeringConnection : KotlinCustomResource

Resource Type definition for AWS::EC2::VPCPeeringConnection

Properties

Link copied to clipboard
val awsId: Output<String>

The ID of the peering connection.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val peerOwnerId: Output<String>?

The AWS account ID of the owner of the accepter VPC.

Link copied to clipboard
val peerRegion: Output<String>?

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.

Link copied to clipboard
val peerRoleArn: Output<String>?

The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.

Link copied to clipboard
val peerVpcId: Output<String>

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Any tags assigned to the resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC.