Show / Hide Table of Contents

Interface ICfnVoiceChannelProps

Properties for defining a CfnVoiceChannel.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnVoiceChannelProps
Syntax (vb)
Public Interface ICfnVoiceChannelProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html

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.AWS.Pinpoint;

             var cfnVoiceChannelProps = new CfnVoiceChannelProps {
                 ApplicationId = "applicationId",

                 // the properties below are optional
                 Enabled = false
             };

Synopsis

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.

Properties

ApplicationId

The unique identifier for the Amazon Pinpoint application that the voice channel applies to.

string ApplicationId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid

Enabled

Specifies whether to enable the voice channel for the application.

object? Enabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled

Type union: either bool or IResolvable

Back to top Generated by DocFX