interface ConfigurationSetAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnEmailIdentityPropsMixin_ConfigurationSetAttributesProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const configurationSetAttributesProperty: ses_mixins.CfnEmailIdentityPropsMixin.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
Go
Java
Python
TypeScript