Bucket
import type { Bucket } from "https://googleapis.deno.dev/v1/observability:v1.ts";Bucket configuration for storing observability data.
interface Bucket {
cmekSettings?: CmekSettings;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
displayName?: string;
name?: string;
readonly purgeTime?: Date;
readonly updateTime?: Date;
}§Properties
§
cmekSettings?: CmekSettings
[src]Optional. Settings for configuring CMEK on a bucket.
§
name?: string
[src]Identifier. Name of the bucket. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]