Skip to content

Commit 01d122c

Browse files
authored
chore(bedrock-agentcore): support A2A protocol for runtime (#35888)
Newly supported protocol. https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-protocolconfiguration ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a38afc9 commit 01d122c

File tree

1 file changed

+5
-0
lines changed
  • packages/@aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime

1 file changed

+5
-0
lines changed

packages/@aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ export enum ProtocolType {
1616
* HTTP protocol
1717
*/
1818
HTTP = 'HTTP',
19+
20+
/**
21+
* A2A protocol
22+
*/
23+
A2A = 'A2A',
1924
}

0 commit comments

Comments
 (0)