@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.257Z") @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.pinpointemail.*;
CfnDedicatedIpPoolProps cfnDedicatedIpPoolProps = CfnDedicatedIpPoolProps.builder()
.poolName("poolName")
.tags(List.of(TagsProperty.builder()
.key("key")
.value("value")
.build()))
.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()
The name of the dedicated IP pool.
|
default List<CfnDedicatedIpPool.TagsProperty> |
getTags()
An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
|
@Stability(value=Stable) @Nullable default String getPoolName()
@Stability(value=Stable) @Nullable default List<CfnDedicatedIpPool.TagsProperty> getTags()
@Stability(value=Stable) static CfnDedicatedIpPoolProps.Builder builder()
CfnDedicatedIpPoolProps.Builder of CfnDedicatedIpPoolPropsCopyright © 2022. All rights reserved.