Blueprint

class Blueprint

The details of a blueprint.

Types

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

Properties

Link copied to clipboard

Specifies the path in Amazon S3 where the blueprint is published.

Link copied to clipboard

Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.

Link copied to clipboard

The date and time the blueprint was registered.

Link copied to clipboard

The description of the blueprint.

Link copied to clipboard

An error message.

Link copied to clipboard

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

Link copied to clipboard

The date and time the blueprint was last modified.

Link copied to clipboard
val name: String?

The name of the blueprint.

Link copied to clipboard

A JSON string that indicates the list of parameter specifications for the blueprint.

Link copied to clipboard

The status of the blueprint registration.

Functions

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