data_source
Gets an individual data_source
resource
Overview
Name | data_source |
Type | Resource |
Description | data_source |
Id | awscc.quicksight.data_source |
Fields
Name | Datatype | Description |
---|---|---|
alternate_data_source_parameters | array | <p>A set of alternate data source parameters that you want to share for the credentials<br/> stored with this data source. The credentials are applied in tandem with the data source<br/> parameters when you copy a data source by using a create or update request. The API<br/> operation compares the <code>DataSourceParameters</code> structure that's in the request<br/> with the structures in the <code>AlternateDataSourceParameters</code> allow list. If the<br/> structures are an exact match, the request is allowed to use the credentials from this<br/> existing data source. If the <code>AlternateDataSourceParameters</code> list is null,<br/> the <code>Credentials</code> originally used with this <code>DataSourceParameters</code><br/> are automatically allowed.</p> |
arn | string | <p>The Amazon Resource Name (ARN) of the data source.</p> |
aws_account_id | string | |
created_time | string | <p>The time that this data source was created.</p> |
credentials | object | |
data_source_id | string | |
data_source_parameters | object | |
error_info | object | |
last_updated_time | string | <p>The last time that this data source was updated.</p> |
name | string | <p>A display name for the data source.</p> |
permissions | array | <p>A list of resource permissions on the data source.</p> |
ssl_properties | object | |
status | string | |
tags | array | <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.</p> |
type | string | |
vpc_connection_properties | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
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,
tags,
type,
vpc_connection_properties
FROM awscc.quicksight.data_source
WHERE data__Identifier = '<AwsAccountId>|<DataSourceId>';
Permissions
To operate on the data_source
resource, the following permissions are required:
Read
quicksight:DescribeDataSource,
quicksight:DescribeDataSourcePermissions,
quicksight:ListTagsForResource
Update
quicksight:DescribeDataSource,
quicksight:DescribeDataSourcePermissions,
quicksight:UpdateDataSource,
quicksight:UpdateDataSourcePermissions,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource
Delete
quicksight:DescribeDataSource,
quicksight:DescribeDataSourcePermissions,
quicksight:DeleteDataSource,
quicksight:ListTagsForResource