Get Project
datazone_get_project | R Documentation |
Gets a project in Amazon DataZone¶
Description¶
Gets a project in Amazon DataZone.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain in which the project exists.
identifier
[required] The ID of the project.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
domainUnitId = "string",
failureReasons = list(
list(
code = "string",
message = "string"
)
),
glossaryTerms = list(
"string"
),
id = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
projectStatus = "ACTIVE"|"DELETING"|"DELETE_FAILED"
)