Show / Hide Table of Contents

Class CfnVoiceChannelMixinProps

Properties for CfnVoiceChannelPropsMixin.

Inheritance
object
CfnVoiceChannelMixinProps
Implements
ICfnVoiceChannelMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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.

public object? Enabled { get; set; }
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

Implements

ICfnVoiceChannelMixinProps
Back to top Generated by DocFX