interface EmailChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.EmailChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#EmailChannelReference |
![]() | software.amazon.awscdk.services.pinpoint.EmailChannelReference |
![]() | aws_cdk.aws_pinpoint.EmailChannelReference |
![]() | aws-cdk-lib » aws_pinpoint » EmailChannelReference |
A reference to a EmailChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const emailChannelReference: pinpoint.EmailChannelReference = {
emailChannelId: 'emailChannelId',
};
Properties
Name | Type | Description |
---|---|---|
email | string | The Id of the EmailChannel resource. |
emailChannelId
Type:
string
The Id of the EmailChannel resource.