Show / Hide Table of Contents

Interface ICfnDedicatedIpPoolProps

Properties for defining a CfnDedicatedIpPool.

Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnDedicatedIpPoolProps
Syntax (vb)
Public Interface ICfnDedicatedIpPoolProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html

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

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.

Properties

PoolName

The name of the dedicated IP pool.

string? PoolName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname

Tags

An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-tags

Back to top Generated by DocFX