Values.RuntimeValidationConfigSourceConfiguration for runtime validation of imported images. This structure specifies the instance type to use for testing the imported image's streaming capabilities.
type nonrec t = {intendedInstanceType : InstanceType.t option;The instance type to use for runtime validation testing. It's recommended to use the same instance type you plan to use for your fleet to ensure accurate validation results.
*)}