AwsEc2VPCPeeringConnectionPropertiesResponse

data class AwsEc2VPCPeeringConnectionPropertiesResponse(val id: String? = null, val peerOwnerId: String? = null, val peerRegion: String? = null, val peerRoleArn: String? = null, val peerVpcId: String? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)

Definition of awsEc2VPCPeeringConnection

Constructors

constructor(id: String? = null, peerOwnerId: String? = null, peerRegion: String? = null, peerRoleArn: String? = null, peerVpcId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Property id

Link copied to clipboard
val peerOwnerId: String? = null

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

Link copied to clipboard
val peerRegion: String? = null

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: String? = null

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

Link copied to clipboard
val peerVpcId: String? = null

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 tags: List<TagResponse>? = null

Property tags

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.