interface SMSChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.SMSChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#SMSChannelReference |
![]() | software.amazon.awscdk.services.pinpoint.SMSChannelReference |
![]() | aws_cdk.aws_pinpoint.SMSChannelReference |
![]() | aws-cdk-lib » 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 pinpoint } from 'aws-cdk-lib';
const sMSChannelReference: 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.