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, readBackend Buckets.

interface BackendBucket {
bucketName?: string;
compressionMode?: "AUTOMATIC" | "DISABLED";
creationTimestamp?: string;
customResponseHeaders?: string[];
description?: string;
edgeSecurityPolicy?: string;
enableCdn?: boolean;
id?: bigint;
readonly kind?: string;
loadBalancingScheme?: "EXTERNAL_MANAGED" | "INTERNAL_MANAGED";
name?: string;
readonly region?: string;
selfLink?: string;
readonly usedBy?: BackendBucketUsedBy[];
}

§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 inRFC3339 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.

§
readonly kind?: string
[src]

Output only. Type of the resource.

§
loadBalancingScheme?: "EXTERNAL_MANAGED" | "INTERNAL_MANAGED"
[src]

The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.

§
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 withRFC1035. 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.

§

Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.

§
readonly region?: string
[src]

Output only. [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

§
readonly usedBy?: BackendBucketUsedBy[]
[src]

Output only. [Output Only] List of resources referencing that backend bucket.