ScalingMode

class aws_cdk.aws_ses.ScalingMode(value)

Bases: Enum

Scaling mode to use for this IP pool.

See:

https://docs.aws.amazon.com/ses/latest/dg/dedicated-ip.html

ExampleMetadata:

infused

Example:

ses.DedicatedIpPool(self, "Pool",
    dedicated_ip_pool_name="mypool",
    scaling_mode=ses.ScalingMode.STANDARD
)

Attributes

MANAGED

The reputation and number of IPs are automatically managed by Amazon SES.

STANDARD

The customer controls which IPs are part of the dedicated IP pool.