public static final class CfnIPAMProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPAMProps
CfnIPAMProps
CfnIPAMProps.Builder, CfnIPAMProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDescription()
The description for the IPAM.
|
java.lang.Object |
getOperatingRegions()
The operating Regions for an IPAM.
|
java.util.List<CfnTag> |
getTags()
The key/value combination of a tag assigned to the resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
CfnIPAMProps
getDescription
in interface CfnIPAMProps
public final java.lang.Object getOperatingRegions()
CfnIPAMProps
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 .
getOperatingRegions
in interface CfnIPAMProps
public final java.util.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()