@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.184Z") @Stability(value=Stable) public interface CfnDedicatedIpPoolProps extends software.amazon.jsii.JsiiSerializable
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")
.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 String |
getPoolName()
`AWS::SES::DedicatedIpPool.PoolName`.
|
@Stability(value=Stable) @Nullable default String getPoolName()
@Stability(value=Stable) static CfnDedicatedIpPoolProps.Builder builder()
CfnDedicatedIpPoolProps.Builder of CfnDedicatedIpPoolPropsCopyright © 2022. All rights reserved.