AttachClassicLinkVpcRequest
public struct AttachClassicLinkVpcRequest : 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 ID of one or more of the VPC’s security groups. You cannot specify security groups from a different VPC.
Declaration
Swift
public let groups: [String]
-
The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.
Declaration
Swift
public let instanceId: String
-
The ID of a ClassicLink-enabled VPC.
Declaration
Swift
public let vpcId: String
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, groups: [String], instanceId: String, vpcId: String)