RemediationFiltersArgs

data class RemediationFiltersArgs(val locations: Output<List<String>>? = null, val resourceIds: Output<List<String>>? = null) : ConvertibleToJava<RemediationFiltersArgs>

The filters that will be applied to determine which resources to remediate.

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, resourceIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val locations: Output<List<String>>? = null

The resource locations that will be remediated.

Link copied to clipboard
val resourceIds: Output<List<String>>? = null

The IDs of the resources that will be remediated. Can specify at most 100 IDs. This filter cannot be used when ReEvaluateCompliance is set to ReEvaluateCompliance, and cannot be empty if provided.

Functions

Link copied to clipboard
open override fun toJava(): RemediationFiltersArgs