CreateComponentRequest

Types

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

Properties

Link copied to clipboard

The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard
val data: String?

Component data contains inline YAML document content for the component. Alternatively, you can specify the uri of a YAML document file stored in Amazon S3. However, you cannot specify both properties.

Link copied to clipboard

Describes the contents of the component.

Link copied to clipboard

The ID of the KMS key that is used to encrypt this component.

Link copied to clipboard
val name: String?

The name of the component.

Link copied to clipboard

The operating system platform of the component.

Link copied to clipboard

The semantic version of the component. This version follows the semantic version syntax.

Link copied to clipboard

The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed 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
val uri: String?

The uri of a YAML component document file. This must be an S3 URL (s3://bucket/key), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.

Functions

Link copied to clipboard
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