Get Metadata Generation Run
datazone_get_metadata_generation_run | R Documentation |
Gets a metadata generation run in Amazon DataZone¶
Description¶
Gets a metadata generation run in Amazon DataZone.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
identifier
[required] The identifier of the metadata generation run.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
domainId = "string",
id = "string",
owningProjectId = "string",
status = "SUBMITTED"|"IN_PROGRESS"|"CANCELED"|"SUCCEEDED"|"FAILED",
target = list(
identifier = "string",
revision = "string",
type = "ASSET"
),
type = "BUSINESS_DESCRIPTIONS"
)