@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.923Z") @Stability(value=Stable) public interface CfnIPAMScopeProps 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.*;
CfnIPAMScopeProps cfnIPAMScopeProps = CfnIPAMScopeProps.builder()
.ipamId("ipamId")
// the properties below are optional
.description("description")
.ipamScopeType("ipamScopeType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIPAMScopeProps.Builder
A builder for
CfnIPAMScopeProps |
static class |
CfnIPAMScopeProps.Jsii$Proxy
An implementation for
CfnIPAMScopeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIPAMScopeProps.Builder |
builder() |
default String |
getDescription()
`AWS::EC2::IPAMScope.Description`.
|
String |
getIpamId()
`AWS::EC2::IPAMScope.IpamId`.
|
default String |
getIpamScopeType()
`AWS::EC2::IPAMScope.IpamScopeType`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::IPAMScope.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getIpamId()
@Stability(value=Stable) @Nullable default String getIpamScopeType()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnIPAMScopeProps.Builder builder()
CfnIPAMScopeProps.Builder of CfnIPAMScopePropsCopyright © 2021. All rights reserved.