Skip to content

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

proton_delete_environment_template(name)

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"
  )
)

Request syntax

svc$delete_environment_template(
  name = "string"
)