interface CfnVoiceChannelMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins.CfnVoiceChannelMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspinpoint/mixins#CfnVoiceChannelMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.pinpoint.mixins.CfnVoiceChannelMixinProps |
Python | aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnVoiceChannelMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_pinpoint » mixins » CfnVoiceChannelMixinProps |
Properties for CfnVoiceChannelPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as pinpoint_mixins } from '@aws-cdk/mixins-preview/aws-pinpoint';
const cfnVoiceChannelMixinProps: pinpoint_mixins.CfnVoiceChannelMixinProps = {
applicationId: 'applicationId',
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The unique identifier for the Amazon Pinpoint application that the voice channel applies to. |
| enabled? | boolean | IResolvable | Specifies whether to enable the voice channel for the application. |
applicationId?
Type:
string
(optional)
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
enabled?
Type:
boolean | IResolvable
(optional)
Specifies whether to enable the voice channel for the application.

.NET
Go
Java
Python
TypeScript