Class CfnEmailIdentity.ConfigurationSetAttributesProperty
Used to associate a configuration set with an email identity.
Inheritance
System.Object
CfnEmailIdentity.ConfigurationSetAttributesProperty
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationSetAttributesProperty : Object, CfnEmailIdentity.IConfigurationSetAttributesProperty
Syntax (vb)
Public Class ConfigurationSetAttributesProperty
Inherits Object
Implements CfnEmailIdentity.IConfigurationSetAttributesProperty
Remarks
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() |
Properties
ConfigurationSetName | The configuration set to associate with an email identity. |
Constructors
ConfigurationSetAttributesProperty()
public ConfigurationSetAttributesProperty()
Properties
ConfigurationSetName
The configuration set to associate with an email identity.
public string ConfigurationSetName { get; set; }
Property Value
System.String