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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps
CfnIPAMResourceDiscoveryProps.Builder, CfnIPAMResourceDiscoveryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIPAMResourceDiscoveryProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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:CfnIPAMResourceDiscoveryProps
The resource discovery description.- Specified by:
getDescription
in interfaceCfnIPAMResourceDiscoveryProps
- See Also:
-
getOperatingRegions
Description copied from interface:CfnIPAMResourceDiscoveryProps
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.
- Specified by:
getOperatingRegions
in interfaceCfnIPAMResourceDiscoveryProps
- See Also:
-
getTags
Description copied from interface:CfnIPAMResourceDiscoveryProps
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.
- Specified by:
getTags
in interfaceCfnIPAMResourceDiscoveryProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-