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
@@ -20,6 +26,15 @@ This section defines generic attributes for AWS services.
20
26
| <aid="aws-extended-request-id"href="#aws-extended-request-id">`aws.extended_request_id`</a> | string | The AWS extended request ID as returned in the response header `x-amz-id-2`. |`wzHcyEWfmOGDIE5QOhTAqFDoDWP3y8IUvpNINCwL9N4TEHbUw0/gZJ+VZTmCNCWR7fezEN3eCiQ=`||
21
27
| <aid="aws-request-id"href="#aws-request-id">`aws.request_id`</a> | string | The AWS request ID as returned in the response headers `x-amzn-requestid`, `x-amzn-request-id` or `x-amz-request-id`. |`79b9da39-b7ae-508a-a6bc-864b2829c622`; `C9ER4AJX75574TDJ`||
| <aid="aws-bedrock-guardrail-id"href="#aws-bedrock-guardrail-id">`aws.bedrock.guardrail.id`</a> | string | The unique identifier of the AWS Bedrock Guardrail. A [guardrail](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) helps safeguard and prevent unwanted behavior from model responses or user messages. |`sgi5gkybzqak`||
36
+
| <aid="aws-bedrock-knowledge-base-id"href="#aws-bedrock-knowledge-base-id">`aws.bedrock.knowledge_base.id`</a> | string | The unique identifier of the AWS Bedrock Knowledge base. A [knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) is a bank of information that can be queried by models to generate more relevant responses and augment prompts. |`XFWUPB9PAW`||
37
+
23
38
## Amazon DynamoDB Attributes
24
39
25
40
This document defines attributes for AWS DynamoDB.
@@ -80,13 +95,22 @@ This document defines attributes for AWS Elastic Kubernetes Service (EKS).
80
95
|---|---|---|---|---|
81
96
| <aid="aws-eks-cluster-arn"href="#aws-eks-cluster-arn">`aws.eks.cluster.arn`</a> | string | The ARN of an EKS cluster. |`arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster`||
| <aid="aws-kinesis-stream-name"href="#aws-kinesis-stream-name">`aws.kinesis.stream_name`</a> | string | 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 Kinesis [describe-stream](https://docs.aws.amazon.com/cli/latest/reference/kinesis/describe-stream.html) operation. |`some-stream-name`||
| <aid="aws-lambda-invoked-arn"href="#aws-lambda-invoked-arn">`aws.lambda.invoked_arn`</a> | string | The full invoked ARN as provided on the `Context` passed to the function (`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable). [1]|`arn:aws:lambda:us-east-1:123456:function:myfunction:myalias`||
113
+
| <aid="aws-lambda-resource-mapping-id"href="#aws-lambda-resource-mapping-id">`aws.lambda.resource_mapping.id`</a> | string | The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html). 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 context or the lambda runtime environtment. This is going to be populated by the AWS SDK for each language when that UUID is present. Some of these operations are Create/Delete/Get/List/Update EventSourceMapping. |`587ad24b-03b9-4413-8202-bbd56b36e5b7`||
90
114
91
115
**[1]`aws.lambda.invoked_arn`:** This may be different from `cloud.resource_id` if an alias is involved.
92
116
@@ -165,3 +189,36 @@ This applies in particular to the following operations:
| <aid="aws-secretsmanager-secret-arn"href="#aws-secretsmanager-secret-arn">`aws.secretsmanager.secret.arn`</a> | string | The ARN of the Secret stored in the Secrets Mangger |`arn:aws:secretsmanager:us-east-1:123456789012:secret:SecretName-6RandomCharacters`||
| <aid="aws-sns-topic-arn"href="#aws-sns-topic-arn">`aws.sns.topic.arn`</a> | string | 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. |`arn:aws:sns:us-east-1:123456789012:mystack-mytopic-NZJ5JSMVGFIE`||
| <aid="aws-sqs-queue-url"href="#aws-sqs-queue-url">`aws.sqs.queue.url`</a> | string | The URL of the AWS SQS Queue. It's a unique identifier for a queue in Amazon Simple Queue Service (SQS) and is used to access the queue and perform actions on it. |`https://sqs.us-east-1.amazonaws.com/123456789012/MyQueue`||
216
+
217
+
## Amazon Step Functions Attributes
218
+
219
+
This document defines attributes for AWS Step Functions.
| <aid="aws-step-functions-activity-arn"href="#aws-step-functions-activity-arn">`aws.step_functions.activity.arn`</a> | string | The ARN of the AWS Step Functions Activity. |`arn:aws:states:us-east-1:123456789012:activity:get-greeting`||
224
+
| <aid="aws-step-functions-state-machine-arn"href="#aws-step-functions-state-machine-arn">`aws.step_functions.state_machine.arn`</a> | string | The ARN of the AWS Step Functions State Machine. |`arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1`||
0 commit comments