ResponsePlanActionSsmAutomation

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)

Constructors

Link copied to clipboard
fun ResponsePlanActionSsmAutomation(documentName: String, documentVersion: String? = null, dynamicParameters: Map<String, String>? = null, parameters: List<ResponsePlanActionSsmAutomationParameter>? = null, roleArn: String, targetAccount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val documentVersion: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetAccount: String? = null