Interface CfnCarrierGatewayMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCarrierGatewayMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.130.0 (build 048a5ee)",
date="2026-05-21T17:27:51.714Z")
@Stability(Stable)
public interface CfnCarrierGatewayMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnCarrierGatewayPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnCarrierGatewayMixinProps cfnCarrierGatewayMixinProps = CfnCarrierGatewayMixinProps.builder()
.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 forCfnCarrierGatewayMixinPropsstatic final classAn implementation forCfnCarrierGatewayMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTags
The tags assigned to the carrier gateway.- See Also:
-
getVpcId
- See Also:
-
builder
-