Amazon Bedrock Model Invocation
Connecting Amazon Bedrock model invocation logs to your Panther Console
Last updated
Was this helpful?
Was this helpful?
schema: AWS.BedrockModelInvocation
description: Amazon Bedrock Model Invocation Logs
referenceURL: https://docs.aws.amazon.com/bedrock/latest/userguide/model-invocation-logging.html
fields:
- name: accountId
required: true
type: string
indicators:
- aws_account_id
- name: errorCode
type: string
- name: identity
type: object
fields:
- name: arn
type: string
indicators:
- aws_arn
- name: inferenceRegion
type: string
- name: input
type: object
fields:
- name: cacheReadInputTokenCount
type: bigint
- name: cacheWriteInputTokenCount
type: bigint
- name: inputBodyJson
type: json
- name: inputContentType
type: string
- name: inputTokenCount
type: bigint
- name: modelId
required: true
type: string
- name: operation
type: string
- name: output
type: object
fields:
- name: outputBodyJson
type: json
- name: outputVideoDurationSeconds
type: float
- name: outputVideoFramesPerSecond
type: bigint
- name: outputVideoHeight
type: bigint
- name: outputVideoS3Path
type: string
- name: outputVideoWidth
type: bigint
- name: outputContentType
type: string
- name: outputTokenCount
type: bigint
- name: performanceConfig
type: object
fields:
- name: latency
type: string
- name: region
type: string
- name: requestId
type: string
- name: schemaType
type: string
- name: schemaVersion
type: string
- name: status
type: string
- name: timestamp
required: true
type: timestamp
timeFormats:
- rfc3339
isEventTime: true