Response Plan Ssm Automation
data class ResponsePlanSsmAutomation(val documentName: String, val documentVersion: String? = null, val dynamicParameters: List<ResponsePlanDynamicSsmParameter>? = null, val parameters: List<ResponsePlanSsmParameter>? = null, val roleArn: String, val targetAccount: ResponsePlanSsmAutomationTargetAccount? = null)
The configuration to use when starting the SSM automation document.
Constructors
Link copied to clipboard
fun ResponsePlanSsmAutomation(documentName: String, documentVersion: String? = null, dynamicParameters: List<ResponsePlanDynamicSsmParameter>? = null, parameters: List<ResponsePlanSsmParameter>? = null, roleArn: String, targetAccount: ResponsePlanSsmAutomationTargetAccount? = null)