Values.CreateImportedImageRequestSourceCreates a custom WorkSpaces Applications image by importing an EC2 AMI. This allows you to use your own customized AMI to create WorkSpaces Applications images that support additional instance types beyond the standard stream.* instances.
type nonrec t = {name : Name.t;A unique name for the imported image. The name must be between 1 and 100 characters and can contain letters, numbers, underscores, periods, and hyphens.
*)sourceAmiId : PhotonAmiId.t;The ID of the EC2 AMI to import. The AMI must meet specific requirements including Windows Server 2022 Full Base, UEFI boot mode, TPM 2.0 support, and proper drivers.
*)iamRoleArn : Arn.t;The ARN of the IAM role that allows WorkSpaces Applications to access your AMI. The role must have permissions to modify image attributes and describe images, with a trust relationship allowing appstream.amazonaws.com to assume the role.
*)description : ImageImportDescription.t option;An optional description for the imported image. The description must match approved regex patterns and can be up to 256 characters.
*)displayName : ImageImportDisplayName.t option;An optional display name for the imported image. The display name must match approved regex patterns and can be up to 100 characters.
*)runtimeValidationConfig : RuntimeValidationConfig.t option;Configuration for runtime validation of the imported image. When specified, WorkSpaces Applications provisions an instance to test streaming functionality, which helps ensure the image is suitable for use.
*)agentSoftwareVersion : AgentSoftwareVersion.t option;The version of the WorkSpaces Applications agent to use for the imported image. Choose CURRENT_LATEST to use the agent version available at the time of import, or ALWAYS_LATEST to automatically update to the latest agent version when new versions are released.
*)appCatalogConfig : AppCatalogConfig.t option;Configuration for the application catalog of the imported image. This allows you to specify applications available for streaming, including their paths, icons, and launch parameters. This field contains sensitive data.
*)dryRun : Boolean.t option;When set to true, performs validation checks without actually creating the imported image. Use this to verify your configuration before executing the actual import operation.
*)}val make :
?description:??? ->
?displayName:??? ->
?tags:??? ->
?runtimeValidationConfig:??? ->
?agentSoftwareVersion:??? ->
?appCatalogConfig:??? ->
?dryRun:??? ->
name:Name.t ->
sourceAmiId:PhotonAmiId.t ->
iamRoleArn:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of AppName.t ]) list ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Structure of (string * [> `String of InstanceType.t ]) list ])
list ]