View a markdown version of this page

AWS::AgentRegistry::Registry ApprovalConfiguration - AWS CloudFormation

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