get_data_set
(**kwargs)¶This operation returns information about a data set.
See also: AWS API Documentation
Request Syntax
response = client.get_data_set(
DataSetId='string'
)
[REQUIRED]
The unique identifier for a data set.
{
'Arn': 'string',
'AssetType': 'S3_SNAPSHOT'|'REDSHIFT_DATA_SHARE'|'API_GATEWAY_API'|'S3_DATA_ACCESS'|'LAKE_FORMATION_DATA_PERMISSION',
'CreatedAt': datetime(2015, 1, 1),
'Description': 'string',
'Id': 'string',
'Name': 'string',
'Origin': 'OWNED'|'ENTITLED',
'OriginDetails': {
'ProductId': 'string'
},
'SourceId': 'string',
'Tags': {
'string': 'string'
},
'UpdatedAt': datetime(2015, 1, 1)
}
Response Structure
The ARN for the data set.
The type of asset that is added to a data set.
The date and time that the data set was created, in ISO 8601 format.
The description for the data set.
The unique identifier for the data set.
The name of the data set.
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
The product ID of the origin of the data set.
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
The tags for the data set.
The date and time that the data set was last updated, in ISO 8601 format.
Exceptions
DataExchange.Client.exceptions.ResourceNotFoundException
DataExchange.Client.exceptions.ThrottlingException
DataExchange.Client.exceptions.ValidationException
DataExchange.Client.exceptions.InternalServerException