Class CfnDedicatedIpPoolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnDedicatedIpPoolProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDedicatedIpPoolProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDedicatedIpPoolProps
@Stability(Stable)
@Internal
public static final class CfnDedicatedIpPoolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDedicatedIpPoolProps
An implementation for
CfnDedicatedIpPoolProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnDedicatedIpPoolProps
CfnDedicatedIpPoolProps.Builder, CfnDedicatedIpPoolProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDedicatedIpPoolProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the dedicated IP pool that the IP address is associated with.final String
The type of scaling mode.getTags()
An object that defines the tags (keys and values) that you want to associate with the pool.final int
hashCode()
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 theCfnDedicatedIpPoolProps.Builder
.
-
-
Method Details
-
getPoolName
Description copied from interface:CfnDedicatedIpPoolProps
The name of the dedicated IP pool that the IP address is associated with.- Specified by:
getPoolName
in interfaceCfnDedicatedIpPoolProps
- See Also:
-
getScalingMode
Description copied from interface:CfnDedicatedIpPoolProps
The type of scaling mode.The following options are available:
STANDARD
- The customer controls which IPs are part of the dedicated IP pool.MANAGED
- The reputation and number of IPs are automatically managed by Amazon SES .
The
STANDARD
option is selected by default if no value is specified.Updating ScalingMode doesn't require a replacement if you're updating its value from
STANDARD
toMANAGED
. However, updating ScalingMode fromMANAGED
toSTANDARD
is not supported.- Specified by:
getScalingMode
in interfaceCfnDedicatedIpPoolProps
- See Also:
-
getTags
Description copied from interface:CfnDedicatedIpPoolProps
An object that defines the tags (keys and values) that you want to associate with the pool.- Specified by:
getTags
in interfaceCfnDedicatedIpPoolProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-