interface ConfigurationSetAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnEmailIdentityPropsMixin_ConfigurationSetAttributesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnEmailIdentityPropsMixin » 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 { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const configurationSetAttributesProperty: ses.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty = {
configurationSetName: 'configurationSetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | string | IConfiguration | The configuration set to associate with an email identity. |
configurationSetName?
Type:
string | IConfiguration
(optional)
The configuration set to associate with an email identity.

.NET
Go
Java
Python
TypeScript