interface ConfigurationSetAttributesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnEmailIdentity.ConfigurationSetAttributesProperty |
![]() | software.amazon.awscdk.services.ses.CfnEmailIdentity.ConfigurationSetAttributesProperty |
![]() | aws_cdk.aws_ses.CfnEmailIdentity.ConfigurationSetAttributesProperty |
![]() | @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.