Get Environment Template
proton_get_environment_template | R Documentation |
Get detailed data for an environment template¶
Description¶
Get detailed data for an environment template.
Usage¶
Arguments¶
name
[required] The name of the environment template that you want to get the detailed data for.
Value¶
A list with the following syntax:
list(
environmentTemplate = list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
displayName = "string",
encryptionKey = "string",
lastModifiedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
provisioning = "CUSTOMER_MANAGED",
recommendedVersion = "string"
)
)