Show / Hide Table of Contents

Class CfnPhoneNumber.OptionalKeywordProperty

The OptionalKeyword configuration.

Inheritance
object
CfnPhoneNumber.OptionalKeywordProperty
Implements
CfnPhoneNumber.IOptionalKeywordProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SMSVOICE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPhoneNumber.OptionalKeywordProperty : CfnPhoneNumber.IOptionalKeywordProperty
Syntax (vb)
Public Class CfnPhoneNumber.OptionalKeywordProperty Implements CfnPhoneNumber.IOptionalKeywordProperty
Remarks

For more information, see Keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.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.SMSVOICE;

             var optionalKeywordProperty = new OptionalKeywordProperty {
                 Action = "action",
                 Keyword = "keyword",
                 Message = "message"
             };

Synopsis

Constructors

OptionalKeywordProperty()

The OptionalKeyword configuration.

Properties

Action

The action to perform when the keyword is used.

Keyword

The new keyword to add.

Message

The message associated with the keyword.

Constructors

OptionalKeywordProperty()

The OptionalKeyword configuration.

public OptionalKeywordProperty()
Remarks

For more information, see Keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.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.SMSVOICE;

             var optionalKeywordProperty = new OptionalKeywordProperty {
                 Action = "action",
                 Keyword = "keyword",
                 Message = "message"
             };

Properties

Action

The action to perform when the keyword is used.

public string Action { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.html#cfn-smsvoice-phonenumber-optionalkeyword-action

Keyword

The new keyword to add.

public string Keyword { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.html#cfn-smsvoice-phonenumber-optionalkeyword-keyword

Message

The message associated with the keyword.

public string Message { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.html#cfn-smsvoice-phonenumber-optionalkeyword-message

Implements

CfnPhoneNumber.IOptionalKeywordProperty
Back to top Generated by DocFX