Class DedicatedIpPool
A dedicated IP pool.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DedicatedIpPool : Resource, IDedicatedIpPool, IResource
Syntax (vb)
Public Class DedicatedIpPool
Inherits Resource
Implements IDedicatedIpPool, IResource
Remarks
ExampleMetadata: infused
Examples
new DedicatedIpPool(this, "Pool", new DedicatedIpPoolProps {
DedicatedIpPoolName = "mypool",
ScalingMode = ScalingMode.STANDARD
});
Synopsis
Constructors
DedicatedIpPool(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
DedicatedIpPool(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
DedicatedIpPool(Construct, String, IDedicatedIpPoolProps) |
Properties
DedicatedIpPoolName | The name of the dedicated IP pool. |
Methods
FromDedicatedIpPoolName(Construct, String, String) | Use an existing dedicated IP pool. |
Constructors
DedicatedIpPool(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected DedicatedIpPool(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
DedicatedIpPool(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected DedicatedIpPool(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
DedicatedIpPool(Construct, String, IDedicatedIpPoolProps)
public DedicatedIpPool(Construct scope, string id, IDedicatedIpPoolProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IDedicatedIpPoolProps
Properties
DedicatedIpPoolName
The name of the dedicated IP pool.
public virtual string DedicatedIpPoolName { get; }
Property Value
System.String
Methods
FromDedicatedIpPoolName(Construct, String, String)
Use an existing dedicated IP pool.
public static IDedicatedIpPool FromDedicatedIpPoolName(Construct scope, string id, string dedicatedIpPoolName)
Parameters
- scope Constructs.Construct
- id System.String
- dedicatedIpPoolName System.String
Returns
Implements
Constructs.IConstruct
Constructs.IDependable