Interface ITransitGatewayVpcAttachment.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,ITransitGatewayAttachment,ITransitGatewayAttachment.Jsii$Default,ITransitGatewayVpcAttachment,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ITransitGatewayVpcAttachment.Jsii$Proxy
- Enclosing interface:
ITransitGatewayVpcAttachment
@Internal
public static interface ITransitGatewayVpcAttachment.Jsii$Default
extends ITransitGatewayVpcAttachment, ITransitGatewayAttachment.Jsii$Default
Internal default implementation for
ITransitGatewayVpcAttachment.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.ITransitGatewayAttachment
ITransitGatewayAttachment.Jsii$Default, ITransitGatewayAttachment.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.ITransitGatewayVpcAttachment
ITransitGatewayVpcAttachment.Jsii$Default, ITransitGatewayVpcAttachment.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddSubnets(List<ISubnet> subnets) (experimental) Add additional subnets to this attachment.default voidremoveSubnets(List<ISubnet> subnets) (experimental) Remove subnets from this attachment.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.ec2.alpha.ITransitGatewayAttachment.Jsii$Default
getTransitGatewayAttachmentIdMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
addSubnets
(experimental) Add additional subnets to this attachment.- Specified by:
addSubnetsin interfaceITransitGatewayVpcAttachment- Parameters:
subnets- This parameter is required.
-
removeSubnets
(experimental) Remove subnets from this attachment.- Specified by:
removeSubnetsin interfaceITransitGatewayVpcAttachment- Parameters:
subnets- This parameter is required.
-