AWSEC2TransitGatewayVpcAttachmentOptions
Objective-C
@interface AWSEC2TransitGatewayVpcAttachmentOptions
Swift
class AWSEC2TransitGatewayVpcAttachmentOptions
Describes the VPC attachment options.
-
Indicates whether appliance mode support is enabled.
Declaration
Objective-C
@property (nonatomic) AWSEC2ApplianceModeSupportValue applianceModeSupport;
Swift
var applianceModeSupport: AWSEC2ApplianceModeSupportValue { get set }
-
Indicates whether DNS support is enabled.
Declaration
Objective-C
@property (nonatomic) AWSEC2DnsSupportValue dnsSupport;
Swift
var dnsSupport: AWSEC2DnsSupportValue { get set }
-
Indicates whether IPv6 support is disabled.
Declaration
Objective-C
@property (nonatomic) AWSEC2Ipv6SupportValue ipv6Support;
Swift
var ipv6Support: AWSEC2Ipv6SupportValue { get set }
-
This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
Declaration
Objective-C
@property (nonatomic) AWSEC2SecurityGroupReferencingSupportValue securityGroupReferencingSupport;
Swift
var securityGroupReferencingSupport: AWSEC2SecurityGroupReferencingSupportValue { get set }