ImageArgs

constructor(architecture: Output<String>? = null, bootMode: Output<String>? = null, deleteAutoSnapshot: Output<Boolean>? = null, description: Output<String>? = null, detectionStrategy: Output<String>? = null, diskDeviceMappings: Output<List<ImageDiskDeviceMappingArgs>>? = null, features: Output<ImageFeaturesArgs>? = null, force: Output<Boolean>? = null, imageFamily: Output<String>? = null, imageName: Output<String>? = null, imageVersion: Output<String>? = null, instanceId: Output<String>? = null, licenseType: Output<String>? = null, name: Output<String>? = null, platform: Output<String>? = null, resourceGroupId: Output<String>? = null, snapshotId: Output<String>? = null, tags: Output<Map<String, String>>? = null)