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

.NET
Go
Java
Python
TypeScript