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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnDedicatedIpPoolProps
CfnDedicatedIpPoolProps.Builder, CfnDedicatedIpPoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDedicatedIpPoolProps.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 StringThe name of the dedicated IP pool that the IP address is associated with.final StringThe type of scaling mode.getTags()An object that defines the tags (keys and values) that you want to associate with the 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 theCfnDedicatedIpPoolProps.Builder.
-
-
Method Details
-
getPoolName
Description copied from interface:CfnDedicatedIpPoolPropsThe name of the dedicated IP pool that the IP address is associated with.- Specified by:
getPoolNamein interfaceCfnDedicatedIpPoolProps- See Also:
-
getScalingMode
Description copied from interface:CfnDedicatedIpPoolPropsThe 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
STANDARDoption is selected by default if no value is specified.Updating ScalingMode doesn't require a replacement if you're updating its value from
STANDARDtoMANAGED. However, updating ScalingMode fromMANAGEDtoSTANDARDis not supported.- Specified by:
getScalingModein interfaceCfnDedicatedIpPoolProps- See Also:
-
getTags
Description copied from interface:CfnDedicatedIpPoolPropsAn object that defines the tags (keys and values) that you want to associate with the pool.- Specified by:
getTagsin interfaceCfnDedicatedIpPoolProps- 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()
-