interface EmailChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.EmailChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#EmailChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.EmailChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.EmailChannelReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_pinpoint } from 'aws-cdk-lib/interfaces';
const emailChannelReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript