AWS::ControlTower::EnabledControl EnabledControlParameter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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