interface EmailChannelReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Pinpoint.EmailChannelReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#EmailChannelReference | 
|  Java | software.amazon.awscdk.services.pinpoint.EmailChannelReference | 
|  Python | aws_cdk.aws_pinpoint.EmailChannelReference | 
|  TypeScript | 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.
