EnabledControlArgs

data class EnabledControlArgs(val controlIdentifier: Output<String>? = null, val parameters: Output<List<EnabledControlParameterArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val targetIdentifier: Output<String>? = null) : ConvertibleToJava<EnabledControlArgs>

Enables a control on a specified target.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(controlIdentifier: Output<String>? = null, parameters: Output<List<EnabledControlParameterArgs>>? = null, tags: Output<List<TagArgs>>? = null, targetIdentifier: Output<String>? = null)

Properties

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

Arn of the control.

Link copied to clipboard

Parameters to configure the enabled control behavior.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A set of tags to assign to the enabled control.

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

Arn for Organizational unit to which the control needs to be applied

Functions

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