Response Plan Action Ssm Automation
data class ResponsePlanActionSsmAutomation(val documentName: String, val documentVersion: String? = null, val dynamicParameters: Map<String, String>? = null, val parameters: List<ResponsePlanActionSsmAutomationParameter>? = null, val roleArn: String, val targetAccount: String? = null)
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 to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
Link copied to clipboard
The key-value pair parameters to use when the automation document runs. The following values are supported:
Link copied to clipboard
The account that the automation document runs in. This can be in either the management account or an application account.