Class CfnEmailIdentity.ConfigurationSetAttributesProperty
Used to associate a configuration set with an email identity.
Inherited Members
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
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
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; }