interface ConfigurationSetEventDestinationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SES.ConfigurationSetEventDestinationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsses#ConfigurationSetEventDestinationReference |
Java | software.amazon.awscdk.interfaces.ses.ConfigurationSetEventDestinationReference |
Python | aws_cdk.interfaces.aws_ses.ConfigurationSetEventDestinationReference |
TypeScript | aws-cdk-lib » interfaces » aws_ses » ConfigurationSetEventDestinationReference |
A reference to a ConfigurationSetEventDestination 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 interfaces_aws_ses } from 'aws-cdk-lib/interfaces';
const configurationSetEventDestinationReference: interfaces_aws_ses.ConfigurationSetEventDestinationReference = {
configurationSetEventDestinationId: 'configurationSetEventDestinationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | string | The Id of the ConfigurationSetEventDestination resource. |
configurationSetEventDestinationId
Type:
string
The Id of the ConfigurationSetEventDestination resource.

.NET
Go
Java
Python
TypeScript