GetResponsePlanActionSsmAutomation

data class GetResponsePlanActionSsmAutomation(val documentName: String, val documentVersion: String, val dynamicParameters: Map<String, String>, val parameters: List<GetResponsePlanActionSsmAutomationParameter>, val roleArn: String, val targetAccount: String)

Constructors

Link copied to clipboard
constructor(documentName: String, documentVersion: String, dynamicParameters: Map<String, String>, parameters: List<GetResponsePlanActionSsmAutomationParameter>, roleArn: String, targetAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The automation document's name.

Link copied to clipboard

The version of the automation document to use at runtime.

Link copied to clipboard

The key-value pair used to resolve dynamic parameter values when processing a Systems Manager Automation runbook.

Link copied to clipboard

The key-value pair parameters used when the automation document runs. The following values are supported:

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that the automation document assumes when it runs commands.

Link copied to clipboard

The account that runs the automation document. This can be in either the management account or an application account.