ScalingMode
- class aws_cdk.aws_ses.ScalingMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Scaling mode to use for this IP pool.
- See:
- 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.