Class CfnDedicatedIpPoolProps
Properties for defining a CfnDedicatedIpPool
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDedicatedIpPoolProps : ICfnDedicatedIpPoolProps
Syntax (vb)
Public Class CfnDedicatedIpPoolProps Implements ICfnDedicatedIpPoolProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var cfnDedicatedIpPoolProps = new CfnDedicatedIpPoolProps {
PoolName = "poolName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnDedicatedIpPoolProps() | Properties for defining a |
Properties
PoolName | The name of the dedicated IP pool. |
Tags | An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool. |
Constructors
CfnDedicatedIpPoolProps()
Properties for defining a CfnDedicatedIpPool
.
public CfnDedicatedIpPoolProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var cfnDedicatedIpPoolProps = new CfnDedicatedIpPoolProps {
PoolName = "poolName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
PoolName
The name of the dedicated IP pool.
public string? PoolName { get; set; }
Property Value
Remarks
Tags
An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]