Get Asset
datazone_get_asset | R Documentation |
Gets an Amazon DataZone asset¶
Description¶
Gets an Amazon DataZone asset.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain to which the asset belongs.
identifier
[required] The ID of the Amazon DataZone asset.
revision
The revision of the Amazon DataZone asset.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
externalIdentifier = "string",
firstRevisionCreatedAt = as.POSIXct(
"2015-01-01"
),
firstRevisionCreatedBy = "string",
formsOutput = list(
list(
content = "string",
formName = "string",
typeName = "string",
typeRevision = "string"
)
),
glossaryTerms = list(
"string"
),
id = "string",
latestTimeSeriesDataPointFormsOutput = list(
list(
contentSummary = "string",
formName = "string",
id = "string",
timestamp = as.POSIXct(
"2015-01-01"
),
typeIdentifier = "string",
typeRevision = "string"
)
),
listing = list(
listingId = "string",
listingStatus = "CREATING"|"ACTIVE"|"INACTIVE"
),
name = "string",
owningProjectId = "string",
readOnlyFormsOutput = list(
list(
content = "string",
formName = "string",
typeName = "string",
typeRevision = "string"
)
),
revision = "string",
typeIdentifier = "string",
typeRevision = "string"
)