BucketObjectArgs

constructor(bucket: Output<String>? = null, cacheControl: Output<String>? = null, content: Output<String>? = null, contentDisposition: Output<String>? = null, contentEncoding: Output<String>? = null, contentLanguage: Output<String>? = null, contentType: Output<String>? = null, customerEncryption: Output<BucketObjectCustomerEncryptionArgs>? = null, detectMd5hash: Output<String>? = null, eventBasedHold: Output<Boolean>? = null, kmsKeyName: Output<String>? = null, metadata: Output<Map<String, String>>? = null, name: Output<String>? = null, retention: Output<BucketObjectRetentionArgs>? = null, source: Output<AssetOrArchive>? = null, storageClass: Output<String>? = null, temporaryHold: Output<Boolean>? = null)