Class CfnIPAMResourceDiscoveryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMResourceDiscoveryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMResourceDiscoveryProps
@Stability(Stable)
@Internal
public static final class CfnIPAMResourceDiscoveryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMResourceDiscoveryProps
An implementation for
CfnIPAMResourceDiscoveryProps-
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.CfnIPAMResourceDiscoveryProps
CfnIPAMResourceDiscoveryProps.Builder, CfnIPAMResourceDiscoveryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIPAMResourceDiscoveryProps.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 StringThe resource discovery description.final ObjectThe operating Regions for the resource discovery.final ObjectIf your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM.getTags()A tag is a label that you assign to an AWS resource.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 theCfnIPAMResourceDiscoveryProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIPAMResourceDiscoveryPropsThe resource discovery description.- Specified by:
getDescriptionin interfaceCfnIPAMResourceDiscoveryProps- See Also:
-
getOperatingRegions
Description copied from interface:CfnIPAMResourceDiscoveryPropsThe 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPAMResourceDiscovery.IpamOperatingRegionProperty>- Specified by:
getOperatingRegionsin interfaceCfnIPAMResourceDiscoveryProps- See Also:
-
getOrganizationalUnitExclusions
Description copied from interface:CfnIPAMResourceDiscoveryPropsIf 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 .Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPAMResourceDiscovery.IpamResourceDiscoveryOrganizationalUnitExclusionProperty>- Specified by:
getOrganizationalUnitExclusionsin interfaceCfnIPAMResourceDiscoveryProps- See Also:
-
getTags
Description copied from interface:CfnIPAMResourceDiscoveryPropsA 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.
- Specified by:
getTagsin interfaceCfnIPAMResourceDiscoveryProps- 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()
-