Class CfnDedicatedIpPoolPropsMixin
Create a new pool of dedicated IP addresses.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDedicatedIpPoolPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnDedicatedIpPoolPropsMixin Inherits Mixin Implements IMixin
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnDedicatedIpPoolPropsMixin = new CfnDedicatedIpPoolPropsMixin(new CfnDedicatedIpPoolMixinProps {
PoolName = "poolName",
ScalingMode = "scalingMode",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnDedicatedIpPoolPropsMixin(ICfnDedicatedIpPoolMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Create a new pool of dedicated IP addresses. |
| Props | Create a new pool of dedicated IP addresses. |
| Strategy | Create a new pool of dedicated IP addresses. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnDedicatedIpPoolPropsMixin(ICfnDedicatedIpPoolMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::SES::DedicatedIpPool.
public CfnDedicatedIpPoolPropsMixin(ICfnDedicatedIpPoolMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnDedicatedIpPoolMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Create a new pool of dedicated IP addresses.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnDedicatedIpPoolPropsMixin = new CfnDedicatedIpPoolPropsMixin(new CfnDedicatedIpPoolMixinProps {
PoolName = "poolName",
ScalingMode = "scalingMode",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Create a new pool of dedicated IP addresses.
protected virtual ICfnDedicatedIpPoolMixinProps Props { get; }
Property Value
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnDedicatedIpPoolPropsMixin = new CfnDedicatedIpPoolPropsMixin(new CfnDedicatedIpPoolMixinProps {
PoolName = "poolName",
ScalingMode = "scalingMode",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Create a new pool of dedicated IP addresses.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnDedicatedIpPoolPropsMixin = new CfnDedicatedIpPoolPropsMixin(new CfnDedicatedIpPoolMixinProps {
PoolName = "poolName",
ScalingMode = "scalingMode",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
You can't delete dedicated IP pools that have a <code>STANDARD</code> scaling mode with one or more dedicated IP addresses. This constraint doesn't apply to dedicated IP pools that have a <code>MANAGED</code> scaling mode.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
CloudformationResource: AWS::SES::DedicatedIpPool
Mixin: true
ExampleMetadata: fixture=_generated