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

.NET
Go
Java
Python
TypeScript