interface VoiceChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.VoiceChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#VoiceChannelReference |
![]() | software.amazon.awscdk.services.pinpoint.VoiceChannelReference |
![]() | aws_cdk.aws_pinpoint.VoiceChannelReference |
![]() | aws-cdk-lib » aws_pinpoint » VoiceChannelReference |
A reference to a VoiceChannel 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 voiceChannelReference: pinpoint.VoiceChannelReference = {
voiceChannelId: 'voiceChannelId',
};
Properties
Name | Type | Description |
---|---|---|
voice | string | The Id of the VoiceChannel resource. |
voiceChannelId
Type:
string
The Id of the VoiceChannel resource.