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.Lib.dll
Syntax (csharp)
public interface CfnEmailIdentity.IConfigurationSetAttributesProperty
Syntax (vb)
Public Interface CfnEmailIdentity.IConfigurationSetAttributesProperty
Remarks

See: 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.

string? ConfigurationSetName { get; }
Property Value

string

Remarks

See: 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