AWS::BedrockAgentCore::GatewayRuleResource Type definition for AWS::BedrockAgentCore::GatewayRule
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Actions | Array<Action> | Required |
Priority | number | Required |
Conditions | Array<Condition> | |
Description | string | |
GatewayIdentifier | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
GatewayArn | string | - |
RuleId | string | - |
Status | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateGatewayRulebedrock-agentcore:GetGatewayRulebedrock-agentcore:DeleteGatewayRulebedrock-agentcore:GetGatewayRulebedrock-agentcore:ListGatewayRulesbedrock-agentcore:GetGatewayRulebedrock-agentcore:UpdateGatewayRulebedrock-agentcore:GetGatewayRuleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGatewayIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GatewayIdentifier