AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::Gateway

BedrockAgentCore Gateway

Definition of AWS::BedrockAgentCore::Gateway Resource Type

Properties

11 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthorizerType
string
Required
Name
string
Required
ProtocolType
string
Required
RoleArn
string
Required
AuthorizerConfiguration
AuthorizerConfiguration
Description
string
ExceptionLevel
string
InterceptorConfigurations
Array<GatewayInterceptorConfiguration>
KmsKeyArn
string
ProtocolConfiguration
GatewayProtocolConfiguration
Tags
TagsMap

Return Values

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

AttributeTypeDescription
CreatedAtstring-
GatewayArnstring-
GatewayIdentifierstring-
GatewayUrlstring-
Statusstring-
StatusReasonsArray<string>-
UpdatedAtstring-
WorkloadIdentityDetailsWorkloadIdentityDetails-

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

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::Gateway
    Properties:
      AuthorizerType: "value"
      Name: "my-name"
      ProtocolType: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

bedrock-agentcore:CreateGatewaybedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResourcebedrock-agentcore:SynchronizeGatewayTargetsbedrock-agentcore:TagResourceiam:PassRole

read

bedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResourcebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:UpdateGatewayiam:PassRolekms:Decryptkms:DescribeKey

delete

bedrock-agentcore:DeleteGatewaybedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetGateway

list

bedrock-agentcore:ListGateways

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
Properties19
Required4
TaggingSupported
Primary IDGatewayIdentifier

Supported Operations

CreateReadUpdateDeleteList

External Links