Class IpamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.IpamProps.Jsii$Proxy
- All Implemented Interfaces:
IpamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IpamProps
@Stability(Experimental)
@Internal
public static final class IpamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IpamProps
An implementation for
IpamProps-
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.services.ec2.alpha.IpamProps
IpamProps.Builder, IpamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(IpamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIpamProps.Builder.protectedJsii$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 theIpamProps.Builder.
-
-
Method Details
-
getIpamName
Description copied from interface:IpamProps(experimental) Name of IPAM that can be used for tagging resource.Default: - If no name provided, no tags will be added to the IPAM
- Specified by:
getIpamNamein interfaceIpamProps
-
getOperatingRegions
Description copied from interface:IpamProps(experimental) The operating Regions for an IPAM.Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide .
Default: - Stack.region if defined in the stack
- Specified by:
getOperatingRegionsin interfaceIpamProps- 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()
-