AWS::BedrockAgentCore::GatewayDefinition of AWS::BedrockAgentCore::Gateway Resource Type
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
GatewayArn | string | - |
GatewayIdentifier | string | - |
GatewayUrl | string | - |
Status | string | - |
StatusReasons | Array<string> | - |
UpdatedAt | string | - |
WorkloadIdentityDetails | WorkloadIdentityDetails | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateGatewaybedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResourcebedrock-agentcore:SynchronizeGatewayTargetsbedrock-agentcore:TagResourceiam:PassRolebedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetGatewaybedrock-agentcore:ListTagsForResourcebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:UpdateGatewayiam:PassRolekms:Decryptkms:DescribeKeybedrock-agentcore:DeleteGatewaybedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetGatewaybedrock-agentcore:ListGatewaysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGatewayIdentifier