Import a Windows operating system image from a verified Microsoft ISO disk file
Source:R/imagebuilder_operations.R
imagebuilder_import_disk_image.RdImport a Windows operating system image from a verified Microsoft ISO disk file. The following disk images are supported:
See https://www.paws-r-sdk.com/docs/imagebuilder_import_disk_image/ for full documentation.
Usage
imagebuilder_import_disk_image(
name,
semanticVersion,
description = NULL,
platform,
osVersion,
executionRole = NULL,
infrastructureConfigurationArn,
uri,
loggingConfiguration = NULL,
tags = NULL,
registerImageOptions = NULL,
windowsConfiguration = NULL,
clientToken
)Arguments
- name
[required] The name of the image resource that's created from the import.
- semanticVersion
[required] The semantic version to attach to the image that's created during the import process. This version follows the semantic version syntax.
- description
The description for your disk image import.
- platform
[required] The operating system platform for the imported image. Allowed values include the following:
Windows.- osVersion
[required] The operating system version for the imported image. Allowed values include the following:
Microsoft Windows 11.- executionRole
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.
- infrastructureConfigurationArn
[required] 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.
- uri
[required] The
uriof the ISO disk file that's stored in Amazon S3.- loggingConfiguration
Define logging configuration for the image build process.
Tags that are attached to image resources created from the import.
- registerImageOptions
Configures Secure Boot and UEFI settings for the imported image.
- windowsConfiguration
Specifies Windows settings for ISO imports.
- clientToken
[required] Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.