@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.062Z")
public interface CfnDedicatedIpPoolProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.*; CfnDedicatedIpPoolProps cfnDedicatedIpPoolProps = CfnDedicatedIpPoolProps.builder() .poolName("poolName") .scalingMode("scalingMode") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDedicatedIpPoolProps.Builder
A builder for
CfnDedicatedIpPoolProps |
static class |
CfnDedicatedIpPoolProps.Jsii$Proxy
An implementation for
CfnDedicatedIpPoolProps |
Modifier and Type | Method and Description |
---|---|
static CfnDedicatedIpPoolProps.Builder |
builder() |
default java.lang.String |
getPoolName()
The name of the dedicated IP pool that the IP address is associated with.
|
default java.lang.String |
getScalingMode()
The type of scaling mode.
|
default java.lang.String getPoolName()
default java.lang.String getScalingMode()
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 is automatically managed by Amazon SES .
The STANDARD
option is selected by default if no value is specified.
static CfnDedicatedIpPoolProps.Builder builder()
CfnDedicatedIpPoolProps.Builder
of CfnDedicatedIpPoolProps