Class CfnIPAMResourceDiscoveryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMResourceDiscoveryPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMResourceDiscoveryPropsMixin>
- Enclosing class:
CfnIPAMResourceDiscoveryPropsMixin
@Stability(Stable)
public static final class CfnIPAMResourceDiscoveryPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMResourceDiscoveryPropsMixin>
A fluent builder for
CfnIPAMResourceDiscoveryPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The resource discovery description.operatingRegions(List<? extends Object> operatingRegions) The operating Regions for the resource discovery.operatingRegions(IResolvable operatingRegions) The operating Regions for the resource discovery.organizationalUnitExclusions(List<? extends Object> organizationalUnitExclusions) If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM.organizationalUnitExclusions(IResolvable organizationalUnitExclusions) If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM.A tag is a label that you assign to an AWS resource.
-
Method Details
-
create
@Stability(Stable) public static CfnIPAMResourceDiscoveryPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIPAMResourceDiscoveryPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIPAMResourceDiscoveryPropsMixin.Builder.
-
description
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder description(String description) The resource discovery description.- Parameters:
description- The resource discovery description. This parameter is required.- Returns:
this- See Also:
-
operatingRegions
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder operatingRegions(IResolvable operatingRegions) The operating Regions for the resource discovery.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.
- Parameters:
operatingRegions- The operating Regions for the resource discovery. This parameter is required.- Returns:
this- See Also:
-
operatingRegions
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder operatingRegions(List<? extends Object> operatingRegions) The operating Regions for the resource discovery.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.
- Parameters:
operatingRegions- The operating Regions for the resource discovery. This parameter is required.- Returns:
this- See Also:
-
organizationalUnitExclusions
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder organizationalUnitExclusions(IResolvable organizationalUnitExclusions) If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .- Parameters:
organizationalUnitExclusions- If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide . This parameter is required.- Returns:
this- See Also:
-
organizationalUnitExclusions
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder organizationalUnitExclusions(List<? extends Object> organizationalUnitExclusions) If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .- Parameters:
organizationalUnitExclusions- If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide . This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnIPAMResourceDiscoveryPropsMixin.Builder tags(List<? extends CfnTag> tags) A tag is a label that you assign to an AWS resource.Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your AWS costs.
- Parameters:
tags- A tag is a label that you assign to an AWS resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPAMResourceDiscoveryPropsMixin>- Returns:
- a newly built instance of
CfnIPAMResourceDiscoveryPropsMixin.
-