DataSource

class DataSource : KotlinCustomResource

Definition of the AWS::QuickSight::DataSource Resource Type.

Properties

Link copied to clipboard

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.

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val awsAccountId: Output<String>?
Link copied to clipboard
val createdTime: Output<String>

The time that this data source was created.

Link copied to clipboard
Link copied to clipboard
val dataSourceId: Output<String>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedTime: Output<String>

The last time that this data source was updated.

Link copied to clipboard
val name: Output<String>?

A display name for the data source.

Link copied to clipboard

A list of resource permissions on the data source.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<DataSourceTag>>?

Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.

Link copied to clipboard
val type: Output<DataSourceType>?
Link copied to clipboard
val urn: Output<String>