Show / Hide Table of Contents

Enum ScalingMode

Scaling mode to use for this IP pool.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ScalingMode
Syntax (vb)
Public Enum ScalingMode
Remarks

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

ExampleMetadata: infused

Examples
new DedicatedIpPool(this, "Pool", new DedicatedIpPoolProps {
                 DedicatedIpPoolName = "mypool",
                 ScalingMode = ScalingMode.STANDARD
             });

Synopsis

Fields

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.

Fields

Name Description
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.

Back to top Generated by DocFX