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.

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
fun ControlTowerControlArgs(controlIdentifier: Output<String>? = null, targetIdentifier: Output<String>? = null)

Functions

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

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.