ControlTowerControlArgs

data class ControlTowerControlArgs(val controlIdentifier: Output<String>? = null, val targetIdentifier: Output<String>? = null) : ConvertibleToJava<ControlTowerControlArgs>

Allows the application of pre-defined controls to organizational units. For more information on usage, please see the AWS Control Tower User Guide.

Example Usage

No Java example available.

Import

Control Tower Controls can be imported using their organizational_unit_arn/control_identifier, e.g.,

$ pulumi import aws:controltower/controlTowerControl:ControlTowerControl example arn:aws:organizations::123456789101:ou/o-qqaejywet/ou-qg5o-ufbhdtv3,arn:aws:controltower:us-east-1::control/WTDSMKDKDNLE

Constructors

Link copied to clipboard
constructor(controlIdentifier: Output<String>? = null, targetIdentifier: Output<String>? = null)

Properties

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

The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.

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

The ARN of the organizational unit.

Functions

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