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 ID of the KMS key that should be used to encrypt this component.

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