Delete Environment Template
proton_delete_environment_template | R Documentation |
If no other major or minor versions of an environment template exist, delete the environment template¶
Description¶
If no other major or minor versions of an environment template exist, delete the environment template.
Usage¶
Arguments¶
name
[required] The name of the environment template to delete.
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"
)
)