---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_qbusiness_data_accessor{% #aws_qbusiness_data_accessor %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `action_configurations`{% #action_configurations %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `actionConfigurations`**Description**: The list of action configurations specifying the allowed actions and any associated filters.

- `action`**Type**: `STRING`**Provider name**: `action`**Description**: The Amazon Q Business action that is allowed.
- `filter_configuration`**Type**: `STRUCT`**Provider name**: `filterConfiguration`**Description**: The filter configuration for the action, if any.
  - `document_attribute_filter`**Type**: `STRUCT`**Provider name**: `documentAttributeFilter`
    - `contains_all`**Type**: `STRUCT`**Provider name**: `containsAll`**Description**: Returns `true` when a document contains all the specified document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `stringListValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `contains_any`**Type**: `STRUCT`**Provider name**: `containsAny`**Description**: Returns `true` when a document contains any of the specified document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `stringListValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `equals_to`**Type**: `STRUCT`**Provider name**: `equalsTo`**Description**: Performs an equals operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `dateValue`, `longValue`, `stringListValue` and `stringValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `greater_than`**Type**: `STRUCT`**Provider name**: `greaterThan`**Description**: Performs a greater than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `dateValue` and `longValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `greater_than_or_equals`**Type**: `STRUCT`**Provider name**: `greaterThanOrEquals`**Description**: Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `dateValue` and `longValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `less_than`**Type**: `STRUCT`**Provider name**: `lessThan`**Description**: Performs a less than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `dateValue` and `longValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.
    - `less_than_or_equals`**Type**: `STRUCT`**Provider name**: `lessThanOrEquals`**Description**: Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following [document attribute value type](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html): `dateValue` and `longValue`.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The identifier for the attribute.
      - `value`**Type**: `STRUCT`**Provider name**: `value`**Description**: The value of the attribute.
        - `date_value`**Type**: `TIMESTAMP`**Provider name**: `dateValue`**Description**: A date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
        - `long_value`**Type**: `INT64`**Provider name**: `longValue`**Description**: A long integer value.
        - `string_list_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `stringListValue`**Description**: A list of strings.
        - `string_value`**Type**: `STRING`**Provider name**: `stringValue`**Description**: A string.

## `application_id`{% #application_id %}

**Type**: `STRING`**Provider name**: `applicationId`**Description**: The unique identifier of the Amazon Q Business application associated with this data accessor.

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The timestamp when the data accessor was created.

## `data_accessor_arn`{% #data_accessor_arn %}

**Type**: `STRING`**Provider name**: `dataAccessorArn`**Description**: The Amazon Resource Name (ARN) of the data accessor.

## `data_accessor_id`{% #data_accessor_id %}

**Type**: `STRING`**Provider name**: `dataAccessorId`**Description**: The unique identifier of the data accessor.

## `idc_application_arn`{% #idc_application_arn %}

**Type**: `STRING`**Provider name**: `idcApplicationArn`**Description**: The Amazon Resource Name (ARN) of the IAM Identity Center application associated with this data accessor.

## `principal`{% #principal %}

**Type**: `STRING`**Provider name**: `principal`**Description**: The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP`**Provider name**: `updatedAt`**Description**: The timestamp when the data accessor was last updated.
