CreateVpcPeeringConnectionRequest
public struct CreateVpcPeeringConnectionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The AWS account ID of the owner of the accepter VPC. Default: Your AWS account ID
Declaration
Swift
public let peerOwnerId: 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. Default: The Region in which you make the request.
Declaration
Swift
public let peerRegion: String?
-
The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.
Declaration
Swift
public let peerVpcId: String?
-
The tags to assign to the peering connection.
Declaration
Swift
public let tagSpecifications: [TagSpecification]?
-
The ID of the requester VPC. You must specify this parameter in the request.
Declaration
Swift
public let vpcId: String?
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, peerOwnerId: String? = nil, peerRegion: String? = nil, peerVpcId: String? = nil, tagSpecifications: [TagSpecification]? = nil, vpcId: String? = nil)