Show / Hide Table of Contents

Interface ICfnVoiceChannelProps

Properties for defining a CfnVoiceChannel.

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

Link: 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;

CfnVoiceChannelProps 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

System.String

Remarks

Link: 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.

virtual object Enabled { get; }
Property Value

System.Object

Remarks

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

Back to top Generated by DocFX