Class CfnDedicatedIpPoolMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnDedicatedIpPoolMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDedicatedIpPoolMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDedicatedIpPoolMixinProps
@Stability(Stable)
@Internal
public static final class CfnDedicatedIpPoolMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDedicatedIpPoolMixinProps
An implementation for
CfnDedicatedIpPoolMixinProps-
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.cfnpropertymixins.services.ses.CfnDedicatedIpPoolMixinProps
CfnDedicatedIpPoolMixinProps.Builder, CfnDedicatedIpPoolMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDedicatedIpPoolMixinProps.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 theCfnDedicatedIpPoolMixinProps.Builder.
-
-
Method Details
-
getPoolName
Description copied from interface:CfnDedicatedIpPoolMixinPropsThe name of the dedicated IP pool that the IP address is associated with.- Specified by:
getPoolNamein interfaceCfnDedicatedIpPoolMixinProps- See Also:
-
getScalingMode
Description copied from interface:CfnDedicatedIpPoolMixinPropsThe 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 interfaceCfnDedicatedIpPoolMixinProps- See Also:
-
getTags
Description copied from interface:CfnDedicatedIpPoolMixinPropsAn object that defines the tags (keys and values) that you want to associate with the pool.- Specified by:
getTagsin interfaceCfnDedicatedIpPoolMixinProps- 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()
-