AmiArgs

constructor(architecture: Output<String>? = null, bootMode: Output<String>? = null, deprecationTime: Output<String>? = null, description: Output<String>? = null, ebsBlockDevices: Output<List<AmiEbsBlockDeviceArgs>>? = null, enaSupport: Output<Boolean>? = null, ephemeralBlockDevices: Output<List<AmiEphemeralBlockDeviceArgs>>? = null, imageLocation: Output<String>? = null, imdsSupport: Output<String>? = null, kernelId: Output<String>? = null, name: Output<String>? = null, ramdiskId: Output<String>? = null, rootDeviceName: Output<String>? = null, sriovNetSupport: Output<String>? = null, tags: Output<Map<String, String>>? = null, tpmSupport: Output<String>? = null, virtualizationType: Output<String>? = null)