Interface CfnCarrierGatewayMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCarrierGatewayMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:26.347Z")
@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
-