Show / Hide Table of Contents

Class CfnSMSChannelProps

Properties for defining a AWS::Pinpoint::SMSChannel.

Inheritance
System.Object
CfnSMSChannelProps
Implements
ICfnSMSChannelProps
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public class CfnSMSChannelProps : Object, ICfnSMSChannelProps
Syntax (vb)
Public Class CfnSMSChannelProps
    Inherits Object
    Implements ICfnSMSChannelProps
Remarks

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

Synopsis

Constructors

CfnSMSChannelProps()

Properties

ApplicationId

AWS::Pinpoint::SMSChannel.ApplicationId.

Enabled

AWS::Pinpoint::SMSChannel.Enabled.

SenderId

AWS::Pinpoint::SMSChannel.SenderId.

ShortCode

AWS::Pinpoint::SMSChannel.ShortCode.

Constructors

CfnSMSChannelProps()

public CfnSMSChannelProps()

Properties

ApplicationId

AWS::Pinpoint::SMSChannel.ApplicationId.

public string ApplicationId { get; set; }
Property Value

System.String

Remarks

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

Enabled

AWS::Pinpoint::SMSChannel.Enabled.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

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

SenderId

AWS::Pinpoint::SMSChannel.SenderId.

public string SenderId { get; set; }
Property Value

System.String

Remarks

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

ShortCode

AWS::Pinpoint::SMSChannel.ShortCode.

public string ShortCode { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnSMSChannelProps
Back to top Generated by DocFX