BudgetActionDefinitionSsmActionDefinition

data class BudgetActionDefinitionSsmActionDefinition(val actionSubType: String, val instanceIds: List<String>, val region: String)

Constructors

constructor(actionSubType: String, instanceIds: List<String>, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action subType. Valid values are STOP_EC2_INSTANCES or STOP_RDS_INSTANCES.

Link copied to clipboard

The EC2 and RDS instance IDs.

Link copied to clipboard

The Region to run the SSM document.