Class: Aws::Imagebuilder::Types::ImportDiskImageRequest

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

#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)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for your disk image import.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions to import an image from a Microsoft ISO file.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#infrastructure_configuration_arnString

The Amazon Resource Name (ARN) of the infrastructure configuration resource that’s used for launching the EC2 instance on which the ISO image is built.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the image resource that’s created from the import.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#os_versionString

The operating system version for the imported image. Allowed values include the following: ‘Microsoft Windows 11`.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The operating system platform for the imported image. Allowed values include the following: ‘Windows`.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#semantic_versionString

The semantic version to attach to the image that’s created during the import process. This version follows the semantic version syntax.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags that are attached to image resources created from the import.

Returns:

  • (Hash<String,String>)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The ‘uri` of the ISO disk file that’s stored in Amazon S3.

Returns:

  • (String)


4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4467

class ImportDiskImageRequest < Struct.new(
  :name,
  :semantic_version,
  :description,
  :platform,
  :os_version,
  :execution_role,
  :infrastructure_configuration_arn,
  :uri,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end