Class CfnSMSChannelProps
Properties for defining a AWS::Pinpoint::SMSChannel
.
Inheritance
System.Object
CfnSMSChannelProps
Implements
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 |
|
Enabled |
|
SenderId |
|
ShortCode |
|
Constructors
CfnSMSChannelProps()
public CfnSMSChannelProps()
Properties
ApplicationId
AWS::Pinpoint::SMSChannel.ApplicationId
.
public string ApplicationId { get; set; }
Property Value
System.String
Remarks
Enabled
AWS::Pinpoint::SMSChannel.Enabled
.
public object Enabled { get; set; }
Property Value
System.Object
Remarks
SenderId
AWS::Pinpoint::SMSChannel.SenderId
.
public string SenderId { get; set; }
Property Value
System.String
Remarks
ShortCode
AWS::Pinpoint::SMSChannel.ShortCode
.
public string ShortCode { get; set; }
Property Value
System.String