aws-cdk-lib.aws_ses.CfnEmailIdentity.ConfigurationSetAttributesProperty

interface ConfigurationSetAttributesProperty

LanguageType name
.NETAmazon.CDK.AWS.SES.CfnEmailIdentity.ConfigurationSetAttributesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnEmailIdentity_ConfigurationSetAttributesProperty
Javasoftware.amazon.awscdk.services.ses.CfnEmailIdentity.ConfigurationSetAttributesProperty
Pythonaws_cdk.aws_ses.CfnEmailIdentity.ConfigurationSetAttributesProperty
TypeScript aws-cdk-lib » 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 { aws_ses as ses } from 'aws-cdk-lib';
const configurationSetAttributesProperty: ses.CfnEmailIdentity.ConfigurationSetAttributesProperty = {
  configurationSetName: 'configurationSetName',
};

Properties

NameTypeDescription
configurationSetName?stringThe configuration set to associate with an email identity.

configurationSetName?

Type: string (optional)

The configuration set to associate with an email identity.