@Stability(value=Stable) @Internal public static final class CfnIPAMProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPAMProps
CfnIPAMPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnIPAMProps.Builder, CfnIPAMProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIPAMProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIPAMProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
The description for the IPAM.
|
Object |
getOperatingRegions()
The operating Regions for an IPAM.
|
List<CfnTag> |
getTags()
The key/value combination of a tag assigned to the resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIPAMProps.Builder builder)
CfnIPAMProps.Builder.public final String getDescription()
CfnIPAMPropsgetDescription in interface CfnIPAMPropspublic final Object getOperatingRegions()
CfnIPAMPropsOperating 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 .
getOperatingRegions in interface CfnIPAMPropspublic final List<CfnTag> getTags()
CfnIPAMProps
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 Owner and the value TeamA , specify tag:Owner for the filter name and TeamA for the filter value.
getTags in interface CfnIPAMProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.