BucketArgs

constructor(autoclass: Output<BucketAutoclassArgs>? = null, cors: Output<List<BucketCorArgs>>? = null, customPlacementConfig: Output<BucketCustomPlacementConfigArgs>? = null, defaultEventBasedHold: Output<Boolean>? = null, encryption: Output<BucketEncryptionArgs>? = null, forceDestroy: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, lifecycleRules: Output<List<BucketLifecycleRuleArgs>>? = null, location: Output<String>? = null, logging: Output<BucketLoggingArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, publicAccessPrevention: Output<String>? = null, requesterPays: Output<Boolean>? = null, retentionPolicy: Output<BucketRetentionPolicyArgs>? = null, storageClass: Output<String>? = null, uniformBucketLevelAccess: Output<Boolean>? = null, versioning: Output<BucketVersioningArgs>? = null, website: Output<BucketWebsiteArgs>? = null)