AwsEc2ImagePropertiesArgs

constructor(architecture: Output<ArchitectureValuesEnumValueArgs>? = null, blockDeviceMappings: Output<List<BlockDeviceMappingArgs>>? = null, bootMode: Output<BootModeValuesEnumValueArgs>? = null, creationDate: Output<String>? = null, deprecationTime: Output<String>? = null, deregistrationProtection: Output<String>? = null, description: Output<String>? = null, enaSupport: Output<Boolean>? = null, hypervisor: Output<HypervisorTypeEnumValueArgs>? = null, imageId: Output<String>? = null, imageLocation: Output<String>? = null, imageOwnerAlias: Output<String>? = null, imageType: Output<ImageTypeValuesEnumValueArgs>? = null, imdsSupport: Output<ImdsSupportValuesEnumValueArgs>? = null, kernelId: Output<String>? = null, lastLaunchedTime: Output<String>? = null, name: Output<String>? = null, ownerId: Output<String>? = null, platform: Output<PlatformValuesEnumValueArgs>? = null, platformDetails: Output<String>? = null, productCodes: Output<List<ProductCodeArgs>>? = null, public: Output<Boolean>? = null, ramdiskId: Output<String>? = null, rootDeviceName: Output<String>? = null, rootDeviceType: Output<DeviceTypeEnumValueArgs>? = null, sourceInstanceId: Output<String>? = null, sriovNetSupport: Output<String>? = null, state: Output<ImageStateEnumValueArgs>? = null, stateReason: Output<StateReasonArgs>? = null, tags: Output<List<TagArgs>>? = null, tpmSupport: Output<TpmSupportValuesEnumValueArgs>? = null, usageOperation: Output<String>? = null, virtualizationType: Output<VirtualizationTypeEnumValueArgs>? = null)