Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BackendBucket

import type { BackendBucket } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.

interface BackendBucket {
bucketName?: string;
compressionMode?: "AUTOMATIC" | "DISABLED";
creationTimestamp?: string;
customResponseHeaders?: string[];
description?: string;
edgeSecurityPolicy?: string;
enableCdn?: boolean;
id?: bigint;
kind?: string;
name?: string;
selfLink?: string;
}

§Properties

§
bucketName?: string
[src]

Cloud Storage bucket name.

§

Cloud CDN configuration for this BackendBucket.

§
compressionMode?: "AUTOMATIC" | "DISABLED"
[src]

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§
customResponseHeaders?: string[]
[src]

Headers that the Application Load Balancer should add to proxied responses.

§
description?: string
[src]

An optional textual description of the resource; provided by the client when the resource is created.

§
edgeSecurityPolicy?: string
[src]

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

§
enableCdn?: boolean
[src]

If true, enable Cloud CDN for this BackendBucket.

§
id?: bigint
[src]

[Output Only] Unique identifier for the resource; defined by the server.

§
kind?: string
[src]

Type of the resource.

§
name?: string
[src]

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.