ExtensionActionPointAction

data class ExtensionActionPointAction(val description: String? = null, val name: String, val roleArn: String? = null, val uri: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String, roleArn: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Information about the action.

Link copied to clipboard

The action name.

Link copied to clipboard
val roleArn: String? = null

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

Link copied to clipboard
val uri: String

The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.