GetServiceTemplateResult

data class GetServiceTemplateResult(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 service template.

Link copied to clipboard
val description: String? = null

A description of the service template.

Link copied to clipboard
val displayName: String? = null

The name of the service template 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 service template. A tag is a key-value pair.

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