Interface CfnLocalGatewayRouteTableVPCAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocalGatewayRouteTableVPCAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:25.271Z")
@Stability(Stable)
public interface CfnLocalGatewayRouteTableVPCAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnLocalGatewayRouteTableVPCAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.ec2.mixins.*;
CfnLocalGatewayRouteTableVPCAssociationMixinProps cfnLocalGatewayRouteTableVPCAssociationMixinProps = CfnLocalGatewayRouteTableVPCAssociationMixinProps.builder()
.localGatewayRouteTableId("localGatewayRouteTableId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocalGatewayRouteTableVPCAssociationMixinPropsstatic final classAn implementation forCfnLocalGatewayRouteTableVPCAssociationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLocalGatewayRouteTableId
The ID of the local gateway route table.- See Also:
-
getTags
The tags assigned to the association.- See Also:
-
getVpcId
The ID of the VPC.- See Also:
-
builder
-