Get Listing
datazone_get_listing | R Documentation |
Gets a listing (a record of an asset at a given time)¶
Description¶
Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain.
identifier
[required] The ID of the listing.
listingRevision
The revision of the listing.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
id = "string",
item = list(
assetListing = list(
assetId = "string",
assetRevision = "string",
assetType = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
forms = "string",
glossaryTerms = list(
list(
name = "string",
shortDescription = "string"
)
),
latestTimeSeriesDataPointForms = list(
list(
contentSummary = "string",
formName = "string",
id = "string",
timestamp = as.POSIXct(
"2015-01-01"
),
typeIdentifier = "string",
typeRevision = "string"
)
),
owningProjectId = "string"
),
dataProductListing = list(
createdAt = as.POSIXct(
"2015-01-01"
),
dataProductId = "string",
dataProductRevision = "string",
forms = "string",
glossaryTerms = list(
list(
name = "string",
shortDescription = "string"
)
),
items = list(
list(
glossaryTerms = list(
list(
name = "string",
shortDescription = "string"
)
),
listingId = "string",
listingRevision = "string"
)
),
owningProjectId = "string"
)
),
listingRevision = "string",
name = "string",
status = "CREATING"|"ACTIVE"|"INACTIVE",
updatedAt = as.POSIXct(
"2015-01-01"
),
updatedBy = "string"
)