Extension Action Point Action Args
data class ExtensionActionPointActionArgs(val description: Output<String>? = null, val name: Output<String>, val roleArn: Output<String>, val uri: Output<String>) : ConvertibleToJava<ExtensionActionPointActionArgs>
Properties
Link copied to clipboard
Information about the action.
Link copied to clipboard
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.