interface ConfigurationSetAttributesProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.SES.CfnEmailIdentity.ConfigurationSetAttributesProperty | 
  Java | software.amazon.awscdk.services.ses.CfnEmailIdentity.ConfigurationSetAttributesProperty | 
  Python | aws_cdk.aws_ses.CfnEmailIdentity.ConfigurationSetAttributesProperty | 
  TypeScript  | @aws-cdk/aws-ses » CfnEmailIdentity » ConfigurationSetAttributesProperty | 
Used to associate a configuration set with an email identity.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ses from '@aws-cdk/aws-ses';
const configurationSetAttributesProperty: ses.CfnEmailIdentity.ConfigurationSetAttributesProperty = {
  configurationSetName: 'configurationSetName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| configuration | string | The configuration set to associate with an email identity. | 
configurationSetName?
Type:
string
(optional)
The configuration set to associate with an email identity.

 .NET
 Java
 Python
 TypeScript