Show / Hide Table of Contents

Class CfnEmailIdentity.ConfigurationSetAttributesProperty

Used to associate a configuration set with an email identity.

Inheritance
object
CfnEmailIdentity.ConfigurationSetAttributesProperty
Implements
CfnEmailIdentity.IConfigurationSetAttributesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEmailIdentity.ConfigurationSetAttributesProperty : CfnEmailIdentity.IConfigurationSetAttributesProperty
Syntax (vb)
Public Class CfnEmailIdentity.ConfigurationSetAttributesProperty Implements 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

Constructors

ConfigurationSetAttributesProperty()

Used to associate a configuration set with an email identity.

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

Constructors

ConfigurationSetAttributesProperty()

Used to associate a configuration set with an email identity.

public ConfigurationSetAttributesProperty()
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"
             };

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

public string? ConfigurationSetName { get; set; }
Property Value

string

Remarks

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

Implements

CfnEmailIdentity.IConfigurationSetAttributesProperty
Back to top Generated by DocFX