data_sources_list_only
Lists data_sources
in a region or regions, for all properties use data_sources
Overview
Name | data_sources_list_only |
Type | Resource |
Description | Definition of the AWS::QuickSight::DataSource Resource Type. |
Id | aws.quicksight.data_sources_list_only |
Fields
Name | Datatype | Description |
---|---|---|
alternate_data_source_parameters | array | A set of alternate data source parameters that you want to share for the credentials |
arn | string | The Amazon Resource Name (ARN) of the data source. |
aws_account_id | string | |
created_time | string | The time that this data source was created. |
credentials | object | Data source credentials. This is a variant type structure. For this structure to be |
data_source_id | string | |
data_source_parameters | object | The parameters that Amazon QuickSight uses to connect to your underlying data source. |
error_info | object | Error information for the data source creation or update. |
last_updated_time | string | The last time that this data source was updated. |
name | string | |
permissions | array | |
ssl_properties | object | Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your |
status | string | |
tags | array | |
type | string | |
vpc_connection_properties | object | VPC connection properties. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all data_sources
in a region.
SELECT
region,
aws_account_id,
data_source_id
FROM aws.quicksight.data_sources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_sources_list_only
resource, see data_sources