Get Form Type
datazone_get_form_type | R Documentation |
Gets a metadata form type in Amazon DataZone¶
Description¶
Gets a metadata form type in Amazon DataZone.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain in which this metadata form type exists.
formTypeIdentifier
[required] The ID of the metadata form type.
revision
The revision of this metadata form type.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
imports = list(
list(
name = "string",
revision = "string"
)
),
model = list(
smithy = "string"
),
name = "string",
originDomainId = "string",
originProjectId = "string",
owningProjectId = "string",
revision = "string",
status = "ENABLED"|"DISABLED"
)