Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayPropsMixin.Builder
Packages that use CfnTransitGatewayPropsMixin.Builder
-
Uses of CfnTransitGatewayPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnTransitGatewayPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTransitGatewayPropsMixin.Builder.amazonSideAsn(Number amazonSideAsn) A private Autonomous System Number (ASN) for the Amazon side of a BGP session.CfnTransitGatewayPropsMixin.Builder.associationDefaultRouteTableId(String associationDefaultRouteTableId) The ID of the default association route table.CfnTransitGatewayPropsMixin.Builder.autoAcceptSharedAttachments(String autoAcceptSharedAttachments) Enable or disable automatic acceptance of attachment requests.CfnTransitGatewayPropsMixin.Builder.create()CfnTransitGatewayPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTransitGatewayPropsMixin.Builder.defaultRouteTableAssociation(String defaultRouteTableAssociation) Enable or disable automatic association with the default association route table.CfnTransitGatewayPropsMixin.Builder.defaultRouteTablePropagation(String defaultRouteTablePropagation) Enable or disable automatic propagation of routes to the default propagation route table.CfnTransitGatewayPropsMixin.Builder.description(String description) The description of the transit gateway.CfnTransitGatewayPropsMixin.Builder.dnsSupport(String dnsSupport) Enable or disable DNS support.CfnTransitGatewayPropsMixin.Builder.encryptionSupport(String encryptionSupport) Enable or disable encryption support.CfnTransitGatewayPropsMixin.Builder.multicastSupport(String multicastSupport) Indicates whether multicast is enabled on the transit gateway.CfnTransitGatewayPropsMixin.Builder.propagationDefaultRouteTableId(String propagationDefaultRouteTableId) The ID of the default propagation route table.CfnTransitGatewayPropsMixin.Builder.securityGroupReferencingSupport(String securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway (TGW).The tags for the transit gateway.CfnTransitGatewayPropsMixin.Builder.transitGatewayCidrBlocks(List<String> transitGatewayCidrBlocks) The transit gateway CIDR blocks.CfnTransitGatewayPropsMixin.Builder.vpnEcmpSupport(String vpnEcmpSupport) Enable or disable Equal Cost Multipath Protocol support.