DedicatedIpPoolArgs

data class DedicatedIpPoolArgs(val poolName: Output<String>? = null, val scalingMode: Output<String>? = null) : ConvertibleToJava<DedicatedIpPoolArgs>

Resource Type definition for AWS::SES::DedicatedIpPool

Constructors

Link copied to clipboard
constructor(poolName: Output<String>? = null, scalingMode: Output<String>? = null)

Properties

Link copied to clipboard
val poolName: Output<String>? = null

The name of the dedicated IP pool.

Link copied to clipboard
val scalingMode: Output<String>? = null

Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.

Functions

Link copied to clipboard
open override fun toJava(): DedicatedIpPoolArgs