Show / Hide Table of Contents

Class CfnCustomAction.CustomActionDefinitionProperty

AWS Chatbot is now . Learn more > > Type attribute values remain unchanged.

Inheritance
object
CfnCustomAction.CustomActionDefinitionProperty
Implements
CfnCustomAction.ICustomActionDefinitionProperty
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.Chatbot
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCustomAction.CustomActionDefinitionProperty : CfnCustomAction.ICustomActionDefinitionProperty
Syntax (vb)
Public Class CfnCustomAction.CustomActionDefinitionProperty Implements CfnCustomAction.ICustomActionDefinitionProperty
Remarks

The definition of the command to run when invoked as an alias or as an action button.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-chatbot-customaction-customactiondefinition.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.Chatbot;

             var customActionDefinitionProperty = new CustomActionDefinitionProperty {
                 CommandText = "commandText"
             };

Synopsis

Constructors

CustomActionDefinitionProperty()

AWS Chatbot is now . Learn more > > Type attribute values remain unchanged.

Properties

CommandText

The command string to run which may include variables by prefixing with a dollar sign ($).

Constructors

CustomActionDefinitionProperty()

AWS Chatbot is now . Learn more > > Type attribute values remain unchanged.

public CustomActionDefinitionProperty()
Remarks

The definition of the command to run when invoked as an alias or as an action button.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-chatbot-customaction-customactiondefinition.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.Chatbot;

             var customActionDefinitionProperty = new CustomActionDefinitionProperty {
                 CommandText = "commandText"
             };

Properties

CommandText

The command string to run which may include variables by prefixing with a dollar sign ($).

public string CommandText { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-chatbot-customaction-customactiondefinition.html#cfn-chatbot-customaction-customactiondefinition-commandtext

Implements

CfnCustomAction.ICustomActionDefinitionProperty
Back to top Generated by DocFX