Amazon.PowerShell.Cmdlets.EC2IB.AmazonImagebuilderClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see
Ensuring idempotency in the
Amazon EC2 API Reference.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The description for your disk image import.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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. If you don't provide a role, Image Builder uses the Image Builder service-linked role in your account, and creates it if it doesn't exist.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-InfrastructureConfigurationArn <
String>
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.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-LoggingConfiguration_LogGroupName <
String>
The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to /aws/imagebuilder/image-name.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name of the image resource that's created from the import. Image Builder generates the image ARN from a normalized form of the name, so names that differ only in case, spaces, or underscores count as the same name. If an image with the same name and semantic version already exists in your account in the same Amazon Web Services Region, the import creates a new build version for it.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The operating system version for the imported image. The only supported value is Microsoft Windows 11.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The operating system platform for the imported image. Allowed values include the following: Windows.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-RegisterImageOptions_SecureBootEnabled <
Boolean>
Specifies whether Secure Boot is enabled for the output AMI. The default value is true. To disable Secure Boot for custom unsigned drivers, set this value to false.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-RegisterImageOptions_UefiData <
String>
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'ImageBuildVersionArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Imagebuilder.Model.ImportDiskImageResponse). Specifying the name of a property of type Amazon.Imagebuilder.Model.ImportDiskImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The semantic version to attach to the image that's created during the import process. This version follows the semantic version syntax.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Tags that are attached to image resources created from the import. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Tags |
The uri of the ISO disk file that's stored in Amazon S3, in s3://bucket/key format. The key must end with the .iso, .ISO, or .Iso extension, and the bucket must be owned by the account that makes the request.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
-WindowsConfiguration_ImageIndex <Int64>
The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file. A Windows ISO can contain a .wim file with multiple image indexes, each representing a different edition.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |