Class CfnCustomAction.CustomActionDefinitionProperty
AWS Chatbot is now . Learn more > >
Type
attribute values remain unchanged.
Inheritance
Namespace: Amazon.CDK.AWS.Chatbot
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CustomActionDefinitionProperty : Object, CfnCustomAction.ICustomActionDefinitionProperty
Syntax (vb)
Public Class CustomActionDefinitionProperty
Inherits Object
Implements CfnCustomAction.ICustomActionDefinitionProperty
Remarks
The definition of the command to run when invoked as an alias or as an action button.
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
Custom |
Properties
Command |
The command string to run which may include variables by prefixing with a dollar sign ($). |
Constructors
CustomActionDefinitionProperty()
public CustomActionDefinitionProperty()
Properties
CommandText
The command string to run which may include variables by prefixing with a dollar sign ($).
public string CommandText { get; set; }
Property Value
System.