Class CfnIPAM.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAM>
- Enclosing class:
CfnIPAM
CfnIPAM
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnIPAM.Builder
description
(String description) The description for the IPAM.enablePrivateGua
(Boolean enablePrivateGua) Enable this option to use your own GUA ranges as private IPv6 addresses.enablePrivateGua
(IResolvable enablePrivateGua) Enable this option to use your own GUA ranges as private IPv6 addresses.operatingRegions
(List<? extends Object> operatingRegions) The operating Regions for an IPAM.operatingRegions
(IResolvable operatingRegions) The operating Regions for an IPAM.The key/value combination of a tag assigned to the resource.IPAM is offered in a Free Tier and an Advanced Tier.
-
Method Details
-
create
@Stability(Stable) public static CfnIPAM.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIPAM.Builder
.
-
description
The description for the IPAM.- Parameters:
description
- The description for the IPAM. This parameter is required.- Returns:
this
- See Also:
-
enablePrivateGua
Enable this option to use your own GUA ranges as private IPv6 addresses.This option is disabled by default.
- Parameters:
enablePrivateGua
- Enable this option to use your own GUA ranges as private IPv6 addresses. This parameter is required.- Returns:
this
- See Also:
-
enablePrivateGua
Enable this option to use your own GUA ranges as private IPv6 addresses.This option is disabled by default.
- Parameters:
enablePrivateGua
- Enable this option to use your own GUA ranges as private IPv6 addresses. This parameter is required.- Returns:
this
- See Also:
-
operatingRegions
The operating Regions for an IPAM.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 .
- Parameters:
operatingRegions
- The operating Regions for an IPAM. This parameter is required.- Returns:
this
- See Also:
-
operatingRegions
The operating Regions for an IPAM.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 .
- Parameters:
operatingRegions
- The operating Regions for an IPAM. This parameter is required.- Returns:
this
- See Also:
-
tags
The key/value combination of a tag assigned to the resource.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 valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value.- Parameters:
tags
- The key/value combination of a tag assigned to the resource. This parameter is required.- Returns:
this
- See Also:
-
tier
IPAM is offered in a Free Tier and an Advanced Tier.For more information about the features available in each tier and the costs associated with the tiers, see the VPC IPAM product pricing page .
- Parameters:
tier
- IPAM is offered in a Free Tier and an Advanced Tier. This parameter is required.- Returns:
this
- See Also:
-
build
-