ComponentSummary

A high-level summary of a component.

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 component.

Link copied to clipboard

The change description for the current version of the component.

Link copied to clipboard

The original creation date of the component.

Link copied to clipboard

The description of the component.

Link copied to clipboard
val name: String?

The name of the component.

Link copied to clipboard

Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.

Link copied to clipboard

The owner of the component.

Link copied to clipboard

The operating system platform of the component.

Link copied to clipboard

Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.

Link copied to clipboard

Describes the current status of the component.

Link copied to clipboard

The operating system (OS) version that the component supports. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.

Link copied to clipboard

The tags that apply to the component.

Link copied to clipboard

The component type specifies whether Image Builder uses the component to build the image or only to test it.

Link copied to clipboard

The version of the component.

Functions

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