Class CfnIPAMProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMProps
@Stability(Stable)
@Internal
public static final class CfnIPAMProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMProps
An implementation for
CfnIPAMProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnIPAMProps
CfnIPAMProps.Builder, CfnIPAMProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPAMProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIf your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM.final StringThe description for the IPAM.final ObjectEnable this option to use your own GUA ranges as private IPv6 addresses.final ObjectThe operating Regions for an IPAM.getTags()The key/value combination of a tag assigned to the resource.final StringgetTier()IPAM is offered in a Free Tier and an Advanced Tier.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIPAMProps.Builder.
-
-
Method Details
-
getDefaultResourceDiscoveryOrganizationalUnitExclusions
Description copied from interface:CfnIPAMPropsIf 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 .- Specified by:
getDefaultResourceDiscoveryOrganizationalUnitExclusionsin interfaceCfnIPAMProps- See Also:
-
getDescription
Description copied from interface:CfnIPAMPropsThe description for the IPAM.- Specified by:
getDescriptionin interfaceCfnIPAMProps- See Also:
-
getEnablePrivateGua
Description copied from interface:CfnIPAMPropsEnable this option to use your own GUA ranges as private IPv6 addresses.This option is disabled by default.
- Specified by:
getEnablePrivateGuain interfaceCfnIPAMProps- See Also:
-
getOperatingRegions
Description copied from interface:CfnIPAMPropsThe 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 .
- Specified by:
getOperatingRegionsin interfaceCfnIPAMProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPropsThe 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
Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.- Specified by:
getTagsin interfaceCfnIPAMProps- See Also:
-
getTier
Description copied from interface:CfnIPAMPropsIPAM 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 .
- Specified by:
getTierin interfaceCfnIPAMProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-