Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCGatewayAttachmentPropsMixin.Builder
Packages that use CfnVPCGatewayAttachmentPropsMixin.Builder
-
Uses of CfnVPCGatewayAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPCGatewayAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPCGatewayAttachmentPropsMixin.Builder.create()CfnVPCGatewayAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPCGatewayAttachmentPropsMixin.Builder.internetGatewayId(String internetGatewayId) The ID of the internet gateway.CfnVPCGatewayAttachmentPropsMixin.Builder.internetGatewayId(IInternetGatewayRef internetGatewayId) The ID of the internet gateway.The ID of the VPC.The ID of the VPC.CfnVPCGatewayAttachmentPropsMixin.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway.CfnVPCGatewayAttachmentPropsMixin.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway.