BucketArgs

fun BucketArgs(analyticsEnabled: Output<Boolean>? = null, bucketId: Output<String>? = null, cmekSettings: Output<CmekSettingsArgs>? = null, description: Output<String>? = null, indexConfigs: Output<List<IndexConfigArgs>>? = null, location: Output<String>? = null, locked: Output<Boolean>? = null, project: Output<String>? = null, restrictedFields: Output<List<String>>? = null, retentionDays: Output<Int>? = null)