AWS::ControlTower::EnabledControl EnabledControlParameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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