View a markdown version of this page

AWS::BedrockAgentCore::GatewayRule - 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::BedrockAgentCore::GatewayRule

Creates a rule for a gateway. Rules define conditions and actions that control how requests are routed and processed through the gateway, including principal-based access control and path-based routing.

Syntax

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

JSON

{ "Type" : "AWS::BedrockAgentCore::GatewayRule", "Properties" : { "Actions" : [ Action, ... ], "Conditions" : [ Condition, ... ], "Description" : String, "GatewayIdentifier" : String, "Priority" : Number } }

YAML

Type: AWS::BedrockAgentCore::GatewayRule Properties: Actions: - Action Conditions: - Condition Description: String GatewayIdentifier: String Priority: Number

Properties

Actions

Property description not available.

Required: Yes

Type: Array of Action

Minimum: 1

Maximum: 2

Update requires: No interruption

Conditions

Property description not available.

Required: No

Type: Array of Condition

Minimum: 0

Maximum: 2

Update requires: No interruption

Description

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

GatewayIdentifier

Property description not available.

Required: No

Type: String

Pattern: ^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$

Update requires: Replacement

Priority

Property description not available.

Required: Yes

Type: Number

Minimum: 1

Maximum: 1000000

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CreatedAt

Property description not available.

GatewayArn

Property description not available.

RuleId

Property description not available.

Status

Property description not available.

UpdatedAt

Property description not available.