GetServiceTemplateResult

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

Constructors

Link copied to clipboard
fun GetServiceTemplateResult(arn: String? = null, description: String? = null, displayName: String? = null, tags: List<ServiceTemplateTag>? = 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

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.