Interface ITransitGatewayVpcAttachmentOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITransitGatewayVpcAttachmentOptions.Jsii$Default
- All Known Implementing Classes:
ITransitGatewayVpcAttachmentOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:49.800Z")
@Stability(Experimental)
public interface ITransitGatewayVpcAttachmentOptions
extends software.amazon.jsii.JsiiSerializable
(experimental) Options for Transit Gateway VPC Attachment.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITransitGatewayVpcAttachmentOptions.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault Boolean(experimental) Enable or disable appliance mode support.default Boolean(experimental) Enable or disable DNS support.default Boolean(experimental) Enable or disable IPv6 support.default Boolean(experimental) Enables you to reference a security group across VPCs attached to a transit gateway.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplianceModeSupport
(experimental) Enable or disable appliance mode support.Default: - disable (false)
-
getDnsSupport
(experimental) Enable or disable DNS support.Default: - disable (false)
-
getIpv6Support
(experimental) Enable or disable IPv6 support.Default: - disable (false)
-
getSecurityGroupReferencingSupport
(experimental) Enables you to reference a security group across VPCs attached to a transit gateway.Default: - disable (false)
-