Class CfnIPAMResourceDiscoveryMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMResourceDiscoveryMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMResourceDiscoveryMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMResourceDiscoveryMixinProps
@Stability(Stable)
@Internal
public static final class CfnIPAMResourceDiscoveryMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMResourceDiscoveryMixinProps
An implementation for
CfnIPAMResourceDiscoveryMixinProps-
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.cfnpropertymixins.services.ec2.CfnIPAMResourceDiscoveryMixinProps
CfnIPAMResourceDiscoveryMixinProps.Builder, CfnIPAMResourceDiscoveryMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIPAMResourceDiscoveryMixinProps.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 theCfnIPAMResourceDiscoveryMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIPAMResourceDiscoveryMixinPropsThe resource discovery description.- Specified by:
getDescriptionin interfaceCfnIPAMResourceDiscoveryMixinProps- See Also:
-
getOperatingRegions
Description copied from interface:CfnIPAMResourceDiscoveryMixinPropsThe 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: '<'eitherIResolvableorCfnIPAMResourceDiscoveryPropsMixin.IpamOperatingRegionProperty>- Specified by:
getOperatingRegionsin interfaceCfnIPAMResourceDiscoveryMixinProps- See Also:
-
getOrganizationalUnitExclusions
Description copied from interface:CfnIPAMResourceDiscoveryMixinPropsIf 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: '<'eitherIResolvableorCfnIPAMResourceDiscoveryPropsMixin.IpamResourceDiscoveryOrganizationalUnitExclusionProperty>- Specified by:
getOrganizationalUnitExclusionsin interfaceCfnIPAMResourceDiscoveryMixinProps- See Also:
-
getTags
Description copied from interface:CfnIPAMResourceDiscoveryMixinPropsA 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 interfaceCfnIPAMResourceDiscoveryMixinProps- 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()
-