interface ConfigurationSetEventDestinationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.ConfigurationSetEventDestinationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#ConfigurationSetEventDestinationReference |
![]() | software.amazon.awscdk.services.pinpointemail.ConfigurationSetEventDestinationReference |
![]() | aws_cdk.aws_pinpointemail.ConfigurationSetEventDestinationReference |
![]() | aws-cdk-lib » aws_pinpointemail » 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_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const configurationSetEventDestinationReference: pinpointemail.ConfigurationSetEventDestinationReference = {
configurationSetEventDestinationId: 'configurationSetEventDestinationId',
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | The Id of the ConfigurationSetEventDestination resource. |
configurationSetEventDestinationId
Type:
string
The Id of the ConfigurationSetEventDestination resource.