AWS::ControlTower::EnabledControl EnabledControlParameter - AWS CloudFormation

AWS::ControlTower::EnabledControl EnabledControlParameter

A set of parameters that configure the behavior of the enabled control. Expressed as a key/value pair, where Key is of type String and Value is of type Document.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : [ String, ... ] }

YAML

Key: String Value: - String

Properties

Key

The key of a key/value pair. It is of type string.

Required: Yes

Type: String

Update requires: No interruption

Value

The value of a key/value pair. It can be of type array, string, number, object, or boolean. [Note: The Type field that follows may show a single type such as Number, which is only one possible type.]

Required: Yes

Type: Array of String

Minimum: 1

Update requires: No interruption