@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.127Z") @Stability(value=Stable) public interface CfnCarrierGatewayProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnCarrierGatewayProps cfnCarrierGatewayProps = CfnCarrierGatewayProps.builder()
.vpcId("vpcId")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCarrierGatewayProps.Builder
A builder for
CfnCarrierGatewayProps |
static class |
CfnCarrierGatewayProps.Jsii$Proxy
An implementation for
CfnCarrierGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCarrierGatewayProps.Builder |
builder() |
default List<CfnTag> |
getTags()
The tags assigned to the carrier gateway.
|
String |
getVpcId()
The ID of the VPC associated with the carrier gateway.
|
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnCarrierGatewayProps.Builder builder()
CfnCarrierGatewayProps.Builder of CfnCarrierGatewayPropsCopyright © 2022. All rights reserved.