View a markdown version of this page

AWS::AgentRegistry::Registry ApprovalConfiguration - 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).

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

AWS::AgentRegistry::Registry ApprovalConfiguration

Configuration for the registry's record approval workflow. It controls whether submitted records require manual review before becoming discoverable, or are automatically approved. When no auto-approval rules are configured, submitted records require manual review.

Syntax

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

JSON

{ "AutoApprovalRules" : [ String, ... ] }

YAML

AutoApprovalRules: - String

Properties

AutoApprovalRules

The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review. Currently, the only supported value is APPROVE_ALL, which automatically approves all submitted records.

Required: No

Type: Array of String

Maximum: 10

Update requires: No interruption