Class: Aws::Imagebuilder::Types::ImportComponentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_descriptionString

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.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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

**A suitable default value is auto-generated.** You should normally not need to pass this option.

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

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.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

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

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the component.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The platform of the component.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#semantic_versionString

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

<note markdown=“1”> The semantic version has four nodes: &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can assign values for the first three, and can filter on all of them.

**Filtering:** With semantic versioning, you have the flexibility to

use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

</note>

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the component.

Returns:

  • (Hash<String,String>)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

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.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4288

class ImportComponentRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :change_description,
  :type,
  :format,
  :platform,
  :data,
  :uri,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end