Class ScalingMode
Scaling mode to use for this IP pool.
Inheritance
System.Object
ScalingMode
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class ScalingMode : Enum
Syntax (vb)
Public NotInheritable Class ScalingMode
Inherits
Enum
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. |
value__ |
Fields
MANAGED
The reputation and number of IPs are automatically managed by Amazon SES.
public const ScalingMode MANAGED
Field Value
Type | Description |
---|---|
ScalingMode |
STANDARD
The customer controls which IPs are part of the dedicated IP pool.
public const ScalingMode STANDARD
Field Value
Type | Description |
---|---|
ScalingMode |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |