@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:52.774Z")
public interface CfnIPAMScopeProps
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") .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 java.lang.String |
getDescription()
The description of the scope.
|
java.lang.String |
getIpamId()
The ID of the IPAM for which you're creating this scope.
|
default java.util.List<CfnTag> |
getTags()
The key/value combination of a tag assigned to the resource.
|
java.lang.String getIpamId()
default java.lang.String getDescription()
default java.util.List<CfnTag> getTags()
Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
static CfnIPAMScopeProps.Builder builder()
CfnIPAMScopeProps.Builder
of CfnIPAMScopeProps