Modifier and Type | Method and Description |
---|---|
CfnIPAM |
build() |
static CfnIPAM.Builder |
create(Construct scope,
java.lang.String id) |
CfnIPAM.Builder |
description(java.lang.String description)
The description for the IPAM.
|
CfnIPAM.Builder |
operatingRegions(IResolvable operatingRegions)
The operating Regions for an IPAM.
|
CfnIPAM.Builder |
operatingRegions(java.util.List<? extends java.lang.Object> operatingRegions)
The operating Regions for an IPAM.
|
CfnIPAM.Builder |
tags(java.util.List<? extends CfnTag> tags)
The key/value combination of a tag assigned to the resource.
|
public static CfnIPAM.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnIPAM.IpamOperatingRegionProperty.Builder
.public CfnIPAM.Builder description(java.lang.String description)
description
- The description for the IPAM. This parameter is required.this
public CfnIPAM.Builder operatingRegions(IResolvable operatingRegions)
Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide .
operatingRegions
- The operating Regions for an IPAM. This parameter is required.this
public CfnIPAM.Builder operatingRegions(java.util.List<? extends java.lang.Object> operatingRegions)
Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide .
operatingRegions
- The operating Regions for an IPAM. This parameter is required.this
public CfnIPAM.Builder tags(java.util.List<? extends CfnTag> tags)
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.
tags
- The key/value combination of a tag assigned to the resource. This parameter is required.this
public CfnIPAM build()