Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayVpcAttachmentPropsMixin.Builder
Packages that use CfnTransitGatewayVpcAttachmentPropsMixin.Builder
-
Uses of CfnTransitGatewayVpcAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnTransitGatewayVpcAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTransitGatewayVpcAttachmentPropsMixin.Builder.addSubnetIds(List<String> addSubnetIds) The IDs of one or more subnets to add.CfnTransitGatewayVpcAttachmentPropsMixin.Builder.create()CfnTransitGatewayVpcAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) The VPC attachment options.CfnTransitGatewayVpcAttachmentPropsMixin.Builder.removeSubnetIds(List<String> removeSubnetIds) The IDs of one or more subnets to remove.The IDs of the subnets.The tags for the VPC attachment.CfnTransitGatewayVpcAttachmentPropsMixin.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.CfnTransitGatewayVpcAttachmentPropsMixin.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway.The ID of the VPC.