data_source_tags
Expands all tag keys and values for data_sources
in a region
Overview
Name | data_source_tags |
Type | Resource |
Description | Definition of the AWS::QuickSight::DataSource Resource Type. |
Id | aws.quicksight.data_source_tags |
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 | |
type | string | |
vpc_connection_properties | object | VPC connection properties. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all data_sources
in a region.
SELECT
region,
alternate_data_source_parameters,
arn,
aws_account_id,
created_time,
credentials,
data_source_id,
data_source_parameters,
error_info,
last_updated_time,
name,
permissions,
ssl_properties,
status,
type,
vpc_connection_properties,
tag_key,
tag_value
FROM aws.quicksight.data_source_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_source_tags
resource, see data_sources