Get Environment Template Result
data class GetEnvironmentTemplateResult(val arn: String? = null, val description: String? = null, val displayName: String? = null, val tags: List<EnvironmentTemplateTag>? = null)
Constructors
Link copied to clipboard
fun GetEnvironmentTemplateResult(arn: String? = null, description: String? = null, displayName: String? = null, tags: List<EnvironmentTemplateTag>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.