1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. qbusiness
  5. getDataAccessor

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.qbusiness.getDataAccessor

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Definition of AWS::QBusiness::DataAccessor Resource Type

    Using getDataAccessor

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataAccessor(args: GetDataAccessorArgs, opts?: InvokeOptions): Promise<GetDataAccessorResult>
    function getDataAccessorOutput(args: GetDataAccessorOutputArgs, opts?: InvokeOptions): Output<GetDataAccessorResult>
    def get_data_accessor(application_id: Optional[str] = None,
                          data_accessor_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDataAccessorResult
    def get_data_accessor_output(application_id: Optional[pulumi.Input[str]] = None,
                          data_accessor_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDataAccessorResult]
    func LookupDataAccessor(ctx *Context, args *LookupDataAccessorArgs, opts ...InvokeOption) (*LookupDataAccessorResult, error)
    func LookupDataAccessorOutput(ctx *Context, args *LookupDataAccessorOutputArgs, opts ...InvokeOption) LookupDataAccessorResultOutput

    > Note: This function is named LookupDataAccessor in the Go SDK.

    public static class GetDataAccessor 
    {
        public static Task<GetDataAccessorResult> InvokeAsync(GetDataAccessorArgs args, InvokeOptions? opts = null)
        public static Output<GetDataAccessorResult> Invoke(GetDataAccessorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataAccessorResult> getDataAccessor(GetDataAccessorArgs args, InvokeOptions options)
    public static Output<GetDataAccessorResult> getDataAccessor(GetDataAccessorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:qbusiness:getDataAccessor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationId string
    The unique identifier of the Amazon Q Business application.
    DataAccessorId string
    The unique identifier of the data accessor.
    ApplicationId string
    The unique identifier of the Amazon Q Business application.
    DataAccessorId string
    The unique identifier of the data accessor.
    applicationId String
    The unique identifier of the Amazon Q Business application.
    dataAccessorId String
    The unique identifier of the data accessor.
    applicationId string
    The unique identifier of the Amazon Q Business application.
    dataAccessorId string
    The unique identifier of the data accessor.
    application_id str
    The unique identifier of the Amazon Q Business application.
    data_accessor_id str
    The unique identifier of the data accessor.
    applicationId String
    The unique identifier of the Amazon Q Business application.
    dataAccessorId String
    The unique identifier of the data accessor.

    getDataAccessor Result

    The following output properties are available:

    ActionConfigurations List<Pulumi.AwsNative.QBusiness.Outputs.DataAccessorActionConfiguration>
    A list of action configurations specifying the allowed actions and any associated filters.
    CreatedAt string
    The timestamp when the data accessor was created.
    DataAccessorArn string
    The Amazon Resource Name (ARN) of the data accessor.
    DataAccessorId string
    The unique identifier of the data accessor.
    DisplayName string
    The friendly name of the data accessor.
    IdcApplicationArn string
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to associate with the data accessor.
    UpdatedAt string
    The timestamp when the data accessor was last updated.
    ActionConfigurations []DataAccessorActionConfiguration
    A list of action configurations specifying the allowed actions and any associated filters.
    CreatedAt string
    The timestamp when the data accessor was created.
    DataAccessorArn string
    The Amazon Resource Name (ARN) of the data accessor.
    DataAccessorId string
    The unique identifier of the data accessor.
    DisplayName string
    The friendly name of the data accessor.
    IdcApplicationArn string
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    Tags Tag
    The tags to associate with the data accessor.
    UpdatedAt string
    The timestamp when the data accessor was last updated.
    actionConfigurations List<DataAccessorActionConfiguration>
    A list of action configurations specifying the allowed actions and any associated filters.
    createdAt String
    The timestamp when the data accessor was created.
    dataAccessorArn String
    The Amazon Resource Name (ARN) of the data accessor.
    dataAccessorId String
    The unique identifier of the data accessor.
    displayName String
    The friendly name of the data accessor.
    idcApplicationArn String
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    tags List<Tag>
    The tags to associate with the data accessor.
    updatedAt String
    The timestamp when the data accessor was last updated.
    actionConfigurations DataAccessorActionConfiguration[]
    A list of action configurations specifying the allowed actions and any associated filters.
    createdAt string
    The timestamp when the data accessor was created.
    dataAccessorArn string
    The Amazon Resource Name (ARN) of the data accessor.
    dataAccessorId string
    The unique identifier of the data accessor.
    displayName string
    The friendly name of the data accessor.
    idcApplicationArn string
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    tags Tag[]
    The tags to associate with the data accessor.
    updatedAt string
    The timestamp when the data accessor was last updated.
    action_configurations Sequence[DataAccessorActionConfiguration]
    A list of action configurations specifying the allowed actions and any associated filters.
    created_at str
    The timestamp when the data accessor was created.
    data_accessor_arn str
    The Amazon Resource Name (ARN) of the data accessor.
    data_accessor_id str
    The unique identifier of the data accessor.
    display_name str
    The friendly name of the data accessor.
    idc_application_arn str
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    tags Sequence[root_Tag]
    The tags to associate with the data accessor.
    updated_at str
    The timestamp when the data accessor was last updated.
    actionConfigurations List<Property Map>
    A list of action configurations specifying the allowed actions and any associated filters.
    createdAt String
    The timestamp when the data accessor was created.
    dataAccessorArn String
    The Amazon Resource Name (ARN) of the data accessor.
    dataAccessorId String
    The unique identifier of the data accessor.
    displayName String
    The friendly name of the data accessor.
    idcApplicationArn String
    The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
    tags List<Property Map>
    The tags to associate with the data accessor.
    updatedAt String
    The timestamp when the data accessor was last updated.

    Supporting Types

    DataAccessorActionConfiguration

    Action string
    The Amazon Q Business action that is allowed.
    FilterConfiguration Pulumi.AwsNative.QBusiness.Inputs.DataAccessorActionFilterConfiguration
    The filter configuration for the action, if any.
    Action string
    The Amazon Q Business action that is allowed.
    FilterConfiguration DataAccessorActionFilterConfiguration
    The filter configuration for the action, if any.
    action String
    The Amazon Q Business action that is allowed.
    filterConfiguration DataAccessorActionFilterConfiguration
    The filter configuration for the action, if any.
    action string
    The Amazon Q Business action that is allowed.
    filterConfiguration DataAccessorActionFilterConfiguration
    The filter configuration for the action, if any.
    action str
    The Amazon Q Business action that is allowed.
    filter_configuration DataAccessorActionFilterConfiguration
    The filter configuration for the action, if any.
    action String
    The Amazon Q Business action that is allowed.
    filterConfiguration Property Map
    The filter configuration for the action, if any.

    DataAccessorActionFilterConfiguration

    DocumentAttributeFilter Pulumi.AwsNative.QBusiness.Inputs.DataAccessorAttributeFilter
    Enables filtering of responses based on document attributes or metadata fields.
    DocumentAttributeFilter DataAccessorAttributeFilter
    Enables filtering of responses based on document attributes or metadata fields.
    documentAttributeFilter DataAccessorAttributeFilter
    Enables filtering of responses based on document attributes or metadata fields.
    documentAttributeFilter DataAccessorAttributeFilter
    Enables filtering of responses based on document attributes or metadata fields.
    document_attribute_filter DataAccessorAttributeFilter
    Enables filtering of responses based on document attributes or metadata fields.
    documentAttributeFilter Property Map
    Enables filtering of responses based on document attributes or metadata fields.

    DataAccessorAttributeFilter

    AndAllFilters List<Pulumi.AwsNative.QBusiness.Inputs.DataAccessorAttributeFilter>
    Performs a logical AND operation on all supplied filters.
    ContainsAll Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    ContainsAny Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    EqualsTo Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    GreaterThan Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    GreaterThanOrEquals Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    LessThan Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    LessThanOrEquals Pulumi.AwsNative.QBusiness.Inputs.DataAccessorDocumentAttribute
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    NotFilter Pulumi.AwsNative.QBusiness.Inputs.DataAccessorAttributeFilter
    Performs a logical NOT operation on all supplied filters.
    OrAllFilters List<Pulumi.AwsNative.QBusiness.Inputs.DataAccessorAttributeFilter>
    Performs a logical OR operation on all supplied filters.
    AndAllFilters []DataAccessorAttributeFilter
    Performs a logical AND operation on all supplied filters.
    ContainsAll DataAccessorDocumentAttribute
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    ContainsAny DataAccessorDocumentAttribute
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    EqualsTo DataAccessorDocumentAttribute
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    GreaterThan DataAccessorDocumentAttribute
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    GreaterThanOrEquals DataAccessorDocumentAttribute
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    LessThan DataAccessorDocumentAttribute
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    LessThanOrEquals DataAccessorDocumentAttribute
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    NotFilter DataAccessorAttributeFilter
    Performs a logical NOT operation on all supplied filters.
    OrAllFilters []DataAccessorAttributeFilter
    Performs a logical OR operation on all supplied filters.
    andAllFilters List<DataAccessorAttributeFilter>
    Performs a logical AND operation on all supplied filters.
    containsAll DataAccessorDocumentAttribute
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    containsAny DataAccessorDocumentAttribute
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    equalsTo DataAccessorDocumentAttribute
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    greaterThan DataAccessorDocumentAttribute
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    greaterThanOrEquals DataAccessorDocumentAttribute
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThan DataAccessorDocumentAttribute
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThanOrEquals DataAccessorDocumentAttribute
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    notFilter DataAccessorAttributeFilter
    Performs a logical NOT operation on all supplied filters.
    orAllFilters List<DataAccessorAttributeFilter>
    Performs a logical OR operation on all supplied filters.
    andAllFilters DataAccessorAttributeFilter[]
    Performs a logical AND operation on all supplied filters.
    containsAll DataAccessorDocumentAttribute
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    containsAny DataAccessorDocumentAttribute
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    equalsTo DataAccessorDocumentAttribute
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    greaterThan DataAccessorDocumentAttribute
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    greaterThanOrEquals DataAccessorDocumentAttribute
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThan DataAccessorDocumentAttribute
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThanOrEquals DataAccessorDocumentAttribute
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    notFilter DataAccessorAttributeFilter
    Performs a logical NOT operation on all supplied filters.
    orAllFilters DataAccessorAttributeFilter[]
    Performs a logical OR operation on all supplied filters.
    and_all_filters Sequence[DataAccessorAttributeFilter]
    Performs a logical AND operation on all supplied filters.
    contains_all DataAccessorDocumentAttribute
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    contains_any DataAccessorDocumentAttribute
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    equals_to DataAccessorDocumentAttribute
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    greater_than DataAccessorDocumentAttribute
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    greater_than_or_equals DataAccessorDocumentAttribute
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    less_than DataAccessorDocumentAttribute
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    less_than_or_equals DataAccessorDocumentAttribute
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    not_filter DataAccessorAttributeFilter
    Performs a logical NOT operation on all supplied filters.
    or_all_filters Sequence[DataAccessorAttributeFilter]
    Performs a logical OR operation on all supplied filters.
    andAllFilters List<Property Map>
    Performs a logical AND operation on all supplied filters.
    containsAll Property Map
    Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    containsAny Property Map
    Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue .
    equalsTo Property Map
    Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue , longValue , stringListValue and stringValue .
    greaterThan Property Map
    Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    greaterThanOrEquals Property Map
    Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThan Property Map
    Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue and longValue .
    lessThanOrEquals Property Map
    Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue and longValue .
    notFilter Property Map
    Performs a logical NOT operation on all supplied filters.
    orAllFilters List<Property Map>
    Performs a logical OR operation on all supplied filters.

    DataAccessorDocumentAttribute

    name String
    The identifier for the attribute.
    value Property Map | Property Map | Property Map | Property Map
    The value of the attribute.

    DataAccessorDocumentAttributeValue0Properties

    DataAccessorDocumentAttributeValue1Properties

    StringListValue List<string>
    stringListValue List<String>
    string_list_value Sequence[str]
    stringListValue List<String>

    DataAccessorDocumentAttributeValue2Properties

    LongValue double
    LongValue float64
    longValue Double
    longValue number
    longValue Number

    DataAccessorDocumentAttributeValue3Properties

    DateValue string
    DateValue string
    dateValue String
    dateValue string
    dateValue String

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi