AwsEc2SnapshotPropertiesArgs

constructor(dataEncryptionKeyId: Output<String>? = null, description: Output<String>? = null, encrypted: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, outpostArn: Output<String>? = null, ownerAlias: Output<String>? = null, ownerId: Output<String>? = null, progress: Output<String>? = null, restoreExpiryTime: Output<String>? = null, snapshotId: Output<String>? = null, sseType: Output<SSETypeEnumValueArgs>? = null, startTime: Output<String>? = null, state: Output<SnapshotStateEnumValueArgs>? = null, stateMessage: Output<String>? = null, storageTier: Output<StorageTierEnumValueArgs>? = null, tags: Output<List<TagArgs>>? = null, volumeId: Output<String>? = null, volumeSize: Output<Int>? = null)