AWS::BedrockAgentCore::GatewayRule

BedrockAgentCore GatewayRule

Resource Type definition for AWS::BedrockAgentCore::GatewayRule

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Actions
Array<Action>
Required
Priority
number
Required
Conditions
Array<Condition>
Description
string
GatewayIdentifier
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
GatewayArnstring-
RuleIdstring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::GatewayRule

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::GatewayRule
    Properties:
      Actions: []
      Priority: 1
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateGatewayRulebedrock-agentcore:GetGatewayRule

delete

bedrock-agentcore:DeleteGatewayRulebedrock-agentcore:GetGatewayRule

list

bedrock-agentcore:ListGatewayRules

read

bedrock-agentcore:GetGatewayRule

update

bedrock-agentcore:UpdateGatewayRulebedrock-agentcore:GetGatewayRule

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties10
Required2
TaggingNot supported
Primary IDGatewayIdentifier

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GatewayIdentifier

External Links