@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.220Z") @Stability(value=Stable) public interface CfnInternetGatewayProps 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.*;
CfnInternetGatewayProps cfnInternetGatewayProps = CfnInternetGatewayProps.builder()
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInternetGatewayProps.Builder
A builder for
CfnInternetGatewayProps |
static class |
CfnInternetGatewayProps.Jsii$Proxy
An implementation for
CfnInternetGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnInternetGatewayProps.Builder |
builder() |
default List<CfnTag> |
getTags()
Any tags to assign to the internet gateway.
|
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnInternetGatewayProps.Builder builder()
CfnInternetGatewayProps.Builder of CfnInternetGatewayPropsCopyright © 2022. All rights reserved.