GetEnvironmentTemplateResult

data class GetEnvironmentTemplateResult(val arn: String? = null, val description: String? = null, val displayName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, displayName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the environment template.

Link copied to clipboard
val description: String? = null

A description of the environment template.

Link copied to clipboard
val displayName: String? = null

The environment template name as displayed in the developer interface.

Link copied to clipboard
val tags: List<Tag>? = null

An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.