Class CfnCustomActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.chatbot.CfnCustomActionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomActionProps
@Stability(Stable)
@Internal
public static final class CfnCustomActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomActionProps
An implementation for
CfnCustomActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.chatbot.CfnCustomActionProps
CfnCustomActionProps.Builder, CfnCustomActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCustomActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCustomActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the custom action.final StringThe name used to invoke this action in a chat channel.final ObjectDefines when this custom action button should be attached to a notification.final ObjectThe definition of the command to run when invoked as an alias or as an action button.getTags()The tags to add to the configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCustomActionProps.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnCustomActionPropsThe name of the custom action.This name is included in the Amazon Resource Name (ARN).
- Specified by:
getActionNamein interfaceCfnCustomActionProps- See Also:
-
getDefinition
Description copied from interface:CfnCustomActionPropsThe definition of the command to run when invoked as an alias or as an action button.Returns union: either
IResolvableorCfnCustomAction.CustomActionDefinitionProperty- Specified by:
getDefinitionin interfaceCfnCustomActionProps- See Also:
-
getAliasName
Description copied from interface:CfnCustomActionPropsThe name used to invoke this action in a chat channel.For example,
@Amazon Q run my-alias.- Specified by:
getAliasNamein interfaceCfnCustomActionProps- See Also:
-
getAttachments
Description copied from interface:CfnCustomActionPropsDefines when this custom action button should be attached to a notification.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCustomAction.CustomActionAttachmentProperty>- Specified by:
getAttachmentsin interfaceCfnCustomActionProps- See Also:
-
getTags
Description copied from interface:CfnCustomActionPropsThe tags to add to the configuration.- Specified by:
getTagsin interfaceCfnCustomActionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-