Class CfnIPAMProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
All Implemented Interfaces:
CfnIPAMProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIPAMProps

@Stability(Stable) @Internal public static final class CfnIPAMProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPAMProps
An implementation for CfnIPAMProps
  • 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

      protected Jsii$Proxy(CfnIPAMProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIPAMProps.Builder.
  • Method Details

    • getDefaultResourceDiscoveryAssociationId

      public final String getDefaultResourceDiscoveryAssociationId()
      Description copied from interface: CfnIPAMProps
      The IPAM's default resource discovery association ID.
      Specified by:
      getDefaultResourceDiscoveryAssociationId in interface CfnIPAMProps
    • getDefaultResourceDiscoveryId

      public final String getDefaultResourceDiscoveryId()
      Description copied from interface: CfnIPAMProps
      The IPAM's default resource discovery ID.
      Specified by:
      getDefaultResourceDiscoveryId in interface CfnIPAMProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnIPAMProps
      The description for the IPAM.
      Specified by:
      getDescription in interface CfnIPAMProps
    • getOperatingRegions

      public final Object getOperatingRegions()
      Description copied from interface: CfnIPAMProps
      The operating Regions for an IPAM.

      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 .

      Specified by:
      getOperatingRegions in interface CfnIPAMProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnIPAMProps
      The key/value combination of a tag assigned to the resource.

      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.

      Specified by:
      getTags in interface CfnIPAMProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object