getControls

List of Control Tower controls applied to an OU.

Example Usage

No Java example available.

Return

A collection of values returned by getControls.

Parameters

argument

A collection of arguments for invoking getControls.


suspend fun getControls(targetIdentifier: String): GetControlsResult

Return

A collection of values returned by getControls.

Parameters

targetIdentifier

The ARN of the organizational unit.

See also


suspend fun getControls(argument: suspend GetControlsPlainArgsBuilder.() -> Unit): GetControlsResult

Return

A collection of values returned by getControls.

Parameters

argument

Builder for com.pulumi.aws.controltower.kotlin.inputs.GetControlsPlainArgs.

See also