Get Target Resource Type
fis_get_target_resource_type | R Documentation |
Gets information about the specified resource type¶
Description¶
Gets information about the specified resource type.
Usage¶
Arguments¶
resourceType
[required] The resource type.
Value¶
A list with the following syntax:
list(
targetResourceType = list(
resourceType = "string",
description = "string",
parameters = list(
list(
description = "string",
required = TRUE|FALSE
)
)
)
)