| Modifier and Type | Method and Description |
|---|---|
CfnIPAM |
build() |
static CfnIPAM.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIPAM.Builder |
description(String description)
The description for the IPAM.
|
CfnIPAM.Builder |
operatingRegions(IResolvable operatingRegions)
The operating Regions for an IPAM.
|
CfnIPAM.Builder |
operatingRegions(List<? extends Object> operatingRegions)
The operating Regions for an IPAM.
|
CfnIPAM.Builder |
tags(List<? extends CfnTag> tags)
The key/value combination of a tag assigned to the resource.
|
@Stability(value=Stable) public static CfnIPAM.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnIPAM.Builder description(String description)
description - The description for the IPAM. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnIPAM.Builder operatingRegions(List<? extends 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@Stability(value=Stable) public CfnIPAM.Builder tags(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.thisCopyright © 2022. All rights reserved.