You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html).
401
401
An event source is mapped to a lambda function. It's contents are read by Lambda and used to trigger a function. This isn't available in the lambda execution
@@ -498,7 +498,7 @@ groups:
498
498
attributes:
499
499
- id: aws.sqs.queue.url
500
500
type: string
501
-
stability: experimental
501
+
stability: development
502
502
brief: >
503
503
The URL of the AWS SQS Queue. It's a unique identifier for a queue in Amazon Simple Queue Service (SQS)
504
504
and is used to access the queue and perform actions on it.
@@ -511,7 +511,7 @@ groups:
511
511
attributes:
512
512
- id: aws.sns.topic.arn
513
513
type: string
514
-
stability: experimental
514
+
stability: development
515
515
brief: >
516
516
The ARN of the AWS SNS Topic. An Amazon SNS [topic](https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html) is a logical access point that acts as a communication channel.
The name of the AWS Kinesis [stream](https://docs.aws.amazon.com/streams/latest/dev/introduction.html) the request refers to. Corresponds to the `--stream-name` parameter of the
The unique identifier of the AWS Bedrock Guardrail.
572
+
A [guardrail](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) helps safeguard and prevent unwanted behavior from model responses or user messages.
573
+
examples: ["sgi5gkybzqak"]
574
+
- id: aws.bedrock.knowledge_base.id
575
+
type: string
576
+
stability: development
577
+
brief: >
578
+
The unique identifier of the AWS Bedrock Knowledge base.
579
+
A [knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) is a bank of information
580
+
that can be queried by models to generate more relevant responses and augment prompts.
Copy file name to clipboardExpand all lines: model/gen-ai/registry.yaml
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -368,24 +368,3 @@ groups:
368
368
type: string
369
369
brief: A fingerprint to track any eventual change in the Generative AI environment.
370
370
examples: ["fp_44709d6fcb"]
371
-
- id: registry.aws.bedrock
372
-
type: attribute_group
373
-
display_name: Amazon Bedrock Attributes
374
-
brief: >
375
-
This document defines attributes for AWS Bedrock.
376
-
attributes:
377
-
- id: aws.bedrock.guardrail.id
378
-
type: string
379
-
stability: experimental
380
-
brief: >
381
-
The unique identifier of the AWS Bedrock Guardrail.
382
-
A [guardrail](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) helps safeguard and prevent unwanted behavior from model responses or user messages.
383
-
examples: ["sgi5gkybzqak"]
384
-
- id: aws.bedrock.knowledge_base.id
385
-
type: string
386
-
stability: experimental
387
-
brief: >
388
-
The unique identifier of the AWS Bedrock Knowledge base.
389
-
A [knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) is a bank of information
390
-
that can be queried by models to generate more relevant responses and augment prompts.
0 commit comments