Class DedicatedIpPoolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.DedicatedIpPoolProps.Jsii$Proxy
- All Implemented Interfaces:
DedicatedIpPoolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DedicatedIpPoolProps
@Stability(Stable)
@Internal
public static final class DedicatedIpPoolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DedicatedIpPoolProps
An implementation for
DedicatedIpPoolProps-
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.ses.DedicatedIpPoolProps
DedicatedIpPoolProps.Builder, DedicatedIpPoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DedicatedIpPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDedicatedIpPoolProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA name for the dedicated IP pool.final ScalingModeThe type of scailing mode to use for this IP pool.final inthashCode()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 theDedicatedIpPoolProps.Builder.
-
-
Method Details
-
getDedicatedIpPoolName
Description copied from interface:DedicatedIpPoolPropsA name for the dedicated IP pool.The name must adhere to specific constraints: it can only include lowercase letters (a-z), numbers (0-9), underscores (_), and hyphens (-), and must not exceed 64 characters in length.
Default: - a CloudFormation generated name
- Specified by:
getDedicatedIpPoolNamein interfaceDedicatedIpPoolProps
-
getScalingMode
Description copied from interface:DedicatedIpPoolPropsThe type of scailing mode to use for this IP pool.Updating ScalingMode doesn't require a replacement if you're updating its value from
STANDARDtoMANAGED. However, updating ScalingMode fromMANAGEDtoSTANDARDis not supported.Default: ScalingMode.STANDARD
- Specified by:
getScalingModein interfaceDedicatedIpPoolProps
-
$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()
-