interface CfnConfigurationSetEventDestinationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnConfigurationSetEventDestinationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnConfigurationSetEventDestinationProps |
![]() | software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestinationProps |
![]() | aws_cdk.aws_ses.CfnConfigurationSetEventDestinationProps |
![]() | aws-cdk-lib » aws_ses » CfnConfigurationSetEventDestinationProps |
Properties for defining a CfnConfigurationSetEventDestination
.
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 cfnConfigurationSetEventDestinationProps: ses.CfnConfigurationSetEventDestinationProps = {
configurationSetName: 'configurationSetName',
eventDestination: {
matchingEventTypes: ['matchingEventTypes'],
// the properties below are optional
cloudWatchDestination: {
dimensionConfigurations: [{
defaultDimensionValue: 'defaultDimensionValue',
dimensionName: 'dimensionName',
dimensionValueSource: 'dimensionValueSource',
}],
},
enabled: false,
eventBridgeDestination: {
eventBusArn: 'eventBusArn',
},
kinesisFirehoseDestination: {
deliveryStreamArn: 'deliveryStreamArn',
iamRoleArn: 'iamRoleArn',
},
name: 'name',
snsDestination: {
topicArn: 'topicArn',
},
},
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | The name of the configuration set that contains the event destination. |
event | IResolvable | Event | An object that defines the event destination. |
configurationSetName
Type:
string
The name of the configuration set that contains the event destination.
eventDestination
Type:
IResolvable
|
Event
An object that defines the event destination.