interface ADMChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.ADMChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#ADMChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.ADMChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.ADMChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpoint » ADMChannelReference |
A reference to a ADMChannel 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_pinpoint } from 'aws-cdk-lib/interfaces';
const aDMChannelReference: interfaces_pinpoint.ADMChannelReference = {
admChannelId: 'admChannelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| adm | string | The Id of the ADMChannel resource. |
admChannelId
Type:
string
The Id of the ADMChannel resource.

.NET
Go
Java
Python
TypeScript