ServiceTemplate

Detailed data of an Proton service template resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

The time when the service template was created.

Link copied to clipboard

A description of the service template.

Link copied to clipboard

The service template name as displayed in the developer interface.

Link copied to clipboard

The customer provided service template encryption key that's used to encrypt data.

Link copied to clipboard

The time when the service template was last modified.

Link copied to clipboard

The name of the service template.

Link copied to clipboard

If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.

Link copied to clipboard

The recommended version of the service template.

Functions

Link copied to clipboard
inline fun copy(block: ServiceTemplate.Builder.() -> Unit = {}): ServiceTemplate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String