interface ConfigurationSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.ConfigurationSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#ConfigurationSetReference |
Java | software.amazon.awscdk.services.ses.ConfigurationSetReference |
Python | aws_cdk.aws_ses.ConfigurationSetReference |
TypeScript | aws-cdk-lib » aws_ses » ConfigurationSetReference |
A reference to a ConfigurationSet resource.
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 configurationSetReference: ses.ConfigurationSetReference = {
configurationSetName: 'configurationSetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | string | The Name of the ConfigurationSet resource. |
configurationSetName
Type:
string
The Name of the ConfigurationSet resource.

.NET
Go
Java
Python
TypeScript