LaunchTemplate

Describes a launch template.

Types

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

Properties

Link copied to clipboard

The principal that created the launch template.

Link copied to clipboard

The time launch template was created.

Link copied to clipboard

The version number of the default version of the launch template.

Link copied to clipboard

The version number of the latest version of the launch template.

Link copied to clipboard

The ID of the launch template.

Link copied to clipboard

The name of the launch template.

Link copied to clipboard

The entity that manages the launch template.

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

The tags for the launch template.

Functions

Link copied to clipboard
inline fun copy(block: LaunchTemplate.Builder.() -> Unit = {}): LaunchTemplate
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