ImportComponentRequest

Types

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

Properties

Link copied to clipboard

The change description of the component. This description indicates the change that 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?

The data of the component. Used to specify the data inline. Either data or uri can be used to specify the data within the component.

Link copied to clipboard

The description of the component. Describes the contents of the component.

Link copied to clipboard

The format of the resource that you want to import as a component.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component. This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.

Link copied to clipboard
val name: String?

The name of the component.

Link copied to clipboard

The 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 tags of the component.

Link copied to clipboard

The type of the component denotes whether the component is used to build the image, or only to test it.

Link copied to clipboard
val uri: String?

The uri of the component. Must be an Amazon S3 URL and the requester must have permission to access the Amazon S3 bucket. If you use Amazon S3, you can specify component content up to your service quota. Either data or uri can be used to specify the data within the component.

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