GetControlsResult

data class GetControlsResult(val enabledControls: List<String>, val id: String, val targetIdentifier: String)

A collection of values returned by getControls.

Constructors

Link copied to clipboard
constructor(enabledControls: List<String>, id: String, targetIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all the ARNs for the controls applied to the target_identifier.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard