ModifyVpcPeeringConnectionOptionsRequest
public struct ModifyVpcPeeringConnectionOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The VPC peering connection options for the accepter VPC.
Declaration
Swift
public let accepterPeeringConnectionOptions: PeeringConnectionOptionsRequest?
-
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 VPC peering connection options for the requester VPC.
Declaration
Swift
public let requesterPeeringConnectionOptions: PeeringConnectionOptionsRequest?
-
The ID of the VPC peering connection.
Declaration
Swift
public let vpcPeeringConnectionId: String
-
init(accepterPeeringConnectionOptions:dryRun:requesterPeeringConnectionOptions:vpcPeeringConnectionId:)
Undocumented
Declaration
Swift
public init(accepterPeeringConnectionOptions: PeeringConnectionOptionsRequest? = nil, dryRun: Bool? = nil, requesterPeeringConnectionOptions: PeeringConnectionOptionsRequest? = nil, vpcPeeringConnectionId: String)