Class CfnVoiceChannelMixinProps
Properties for CfnVoiceChannelPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVoiceChannelMixinProps : ICfnVoiceChannelMixinProps
Syntax (vb)
Public Class CfnVoiceChannelMixinProps Implements ICfnVoiceChannelMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;
var cfnVoiceChannelMixinProps = new CfnVoiceChannelMixinProps {
ApplicationId = "applicationId",
Enabled = false
};
Synopsis
Constructors
| CfnVoiceChannelMixinProps() | Properties for CfnVoiceChannelPropsMixin. |
Properties
| ApplicationId | The unique identifier for the Amazon Pinpoint application that the voice channel applies to. |
| Enabled | Specifies whether to enable the voice channel for the application. |
Constructors
CfnVoiceChannelMixinProps()
Properties for CfnVoiceChannelPropsMixin.
public CfnVoiceChannelMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;
var cfnVoiceChannelMixinProps = new CfnVoiceChannelMixinProps {
ApplicationId = "applicationId",
Enabled = false
};
Properties
ApplicationId
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
public string? ApplicationId { get; set; }
Property Value
Remarks
Enabled
Specifies whether to enable the voice channel for the application.
public object? Enabled { get; set; }