List Datasets
gluedatabrew_list_datasets | R Documentation |
Lists all of the DataBrew datasets¶
Description¶
Lists all of the DataBrew datasets.
Usage¶
Arguments¶
MaxResults
The maximum number of results to return in this request.
NextToken
The token returned by a previous call to retrieve the next set of results.
Value¶
A list with the following syntax:
list(
Datasets = list(
list(
AccountId = "string",
CreatedBy = "string",
CreateDate = as.POSIXct(
"2015-01-01"
),
Name = "string",
Format = "CSV"|"JSON"|"PARQUET"|"EXCEL"|"ORC",
FormatOptions = list(
Json = list(
MultiLine = TRUE|FALSE
),
Excel = list(
SheetNames = list(
"string"
),
SheetIndexes = list(
123
),
HeaderRow = TRUE|FALSE
),
Csv = list(
Delimiter = "string",
HeaderRow = TRUE|FALSE
)
),
Input = list(
S3InputDefinition = list(
Bucket = "string",
Key = "string",
BucketOwner = "string"
),
DataCatalogInputDefinition = list(
CatalogId = "string",
DatabaseName = "string",
TableName = "string",
TempDirectory = list(
Bucket = "string",
Key = "string",
BucketOwner = "string"
)
),
DatabaseInputDefinition = list(
GlueConnectionName = "string",
DatabaseTableName = "string",
TempDirectory = list(
Bucket = "string",
Key = "string",
BucketOwner = "string"
),
QueryString = "string"
),
Metadata = list(
SourceArn = "string"
)
),
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
LastModifiedBy = "string",
Source = "S3"|"DATA-CATALOG"|"DATABASE",
PathOptions = list(
LastModifiedDateCondition = list(
Expression = "string",
ValuesMap = list(
"string"
)
),
FilesLimit = list(
MaxFiles = 123,
OrderedBy = "LAST_MODIFIED_DATE",
Order = "DESCENDING"|"ASCENDING"
),
Parameters = list(
list(
Name = "string",
Type = "Datetime"|"Number"|"String",
DatetimeOptions = list(
Format = "string",
TimezoneOffset = "string",
LocaleCode = "string"
),
CreateColumn = TRUE|FALSE,
Filter = list(
Expression = "string",
ValuesMap = list(
"string"
)
)
)
)
),
Tags = list(
"string"
),
ResourceArn = "string"
)
),
NextToken = "string"
)