Skip to main content

data_sources_list_only

Lists data_sources in a region or regions, for all properties use data_sources

Overview

Namedata_sources_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::DataSource Resource Type.
Idaws.quicksight.data_sources_list_only

Fields

NameDatatypeDescription
alternate_data_source_parametersarray

A set of alternate data source parameters that you want to share for the credentials
stored with this data source. The credentials are applied in tandem with the data source
parameters when you copy a data source by using a create or update request. The API
operation compares the DataSourceParameters structure that's in the request
with the structures in the AlternateDataSourceParameters allow list. If the
structures are an exact match, the request is allowed to use the credentials from this
existing data source. If the AlternateDataSourceParameters list is null,
the Credentials originally used with this DataSourceParameters
are automatically allowed.

arnstring

The Amazon Resource Name (ARN) of the data source.

aws_account_idstring
created_timestring

The time that this data source was created.

credentialsobject

Data source credentials. This is a variant type structure. For this structure to be
valid, only one of the attributes can be non-null.

data_source_idstring
data_source_parametersobject

The parameters that Amazon QuickSight uses to connect to your underlying data source.
This is a variant type structure. For this structure to be valid, only one of the
attributes can be non-null.

error_infoobject

Error information for the data source creation or update.

last_updated_timestring

The last time that this data source was updated.

namestring
permissionsarray
ssl_propertiesobject

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
underlying data source.

statusstring
tagsarray
typestring
vpc_connection_propertiesobject

VPC connection properties.

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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