Show / Hide Table of Contents

Interface CfnEmailIdentity.IConfigurationSetAttributesProperty

Used to associate a configuration set with an email identity.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public interface IConfigurationSetAttributesProperty
Syntax (vb)
Public Interface IConfigurationSetAttributesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-configurationsetattributes.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.SES;

var configurationSetAttributesProperty = new ConfigurationSetAttributesProperty {
    ConfigurationSetName = "configurationSetName"
};

Synopsis

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

virtual string ConfigurationSetName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-configurationsetattributes.html#cfn-ses-emailidentity-configurationsetattributes-configurationsetname

Back to top Generated by DocFX