Interface CfnCustomAction.CustomActionDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomAction.CustomActionDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnCustomAction
@Stability(Stable)
public static interface CfnCustomAction.CustomActionDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
AWS Chatbot is now . Learn more > >
Typeattribute values remain unchanged.
The definition of the command to run when invoked as an alias or as an action button.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.chatbot.*;
CustomActionDefinitionProperty customActionDefinitionProperty = CustomActionDefinitionProperty.builder()
.commandText("commandText")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCustomAction.CustomActionDefinitionPropertystatic final classAn implementation forCfnCustomAction.CustomActionDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The command string to run which may include variables by prefixing with a dollar sign ($).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCommandText
The command string to run which may include variables by prefixing with a dollar sign ($).- See Also:
-
builder
-