AWSEC2CreateTransitGatewayVpcAttachmentRequestOptions
Objective-C
@interface AWSEC2CreateTransitGatewayVpcAttachmentRequestOptions
Swift
class AWSEC2CreateTransitGatewayVpcAttachmentRequestOptions
Describes the options for a VPC attachment.
-
Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable
.Declaration
Objective-C
@property (nonatomic) AWSEC2ApplianceModeSupportValue applianceModeSupport;
Swift
var applianceModeSupport: AWSEC2ApplianceModeSupportValue { get set }
-
Enable or disable DNS support. The default is
enable
.Declaration
Objective-C
@property (nonatomic) AWSEC2DnsSupportValue dnsSupport;
Swift
var dnsSupport: AWSEC2DnsSupportValue { get set }
-
Enable or disable IPv6 support. The default is
disable
.Declaration
Objective-C
@property (nonatomic) AWSEC2Ipv6SupportValue ipv6Support;
Swift
var ipv6Support: AWSEC2Ipv6SupportValue { get set }