Interface DedicatedIpPoolProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DedicatedIpPoolProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.89.0 (build 2f74b3e)",
date="2023-10-26T00:56:13.922Z")
@Stability(Stable)
public interface DedicatedIpPoolProps
extends software.amazon.jsii.JsiiSerializable
Properties for a dedicated IP pool.
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.*;
DedicatedIpPoolProps dedicatedIpPoolProps = DedicatedIpPoolProps.builder()
.dedicatedIpPoolName("dedicatedIpPoolName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDedicatedIpPoolPropsstatic final classAn implementation forDedicatedIpPoolProps -
Method Summary
Modifier and TypeMethodDescriptionstatic DedicatedIpPoolProps.Builderbuilder()default StringA name for the dedicated IP pool.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDedicatedIpPoolName
A name for the dedicated IP pool.Default: - a CloudFormation generated name
-
builder
- Returns:
- a
DedicatedIpPoolProps.BuilderofDedicatedIpPoolProps
-