pub struct BackendBucketResult {
pub bucket_name: Output<String>,
pub cdn_policy: Output<BackendBucketCdnPolicy>,
pub compression_mode: Output<Option<String>>,
pub creation_timestamp: Output<String>,
pub custom_response_headers: Output<Option<Vec<String>>>,
pub description: Output<Option<String>>,
pub edge_security_policy: Output<Option<String>>,
pub enable_cdn: Output<Option<bool>>,
pub name: Output<String>,
pub project: Output<String>,
pub self_link: Output<String>,
}
Fields§
§bucket_name: Output<String>
Cloud Storage bucket name.
cdn_policy: Output<BackendBucketCdnPolicy>
Cloud CDN configuration for this Backend Bucket. Structure is documented below.
compression_mode: Output<Option<String>>
Compress text responses using Brotli or gzip compression, based on the client’s Accept-Encoding header.
Possible values are: AUTOMATIC
, DISABLED
.
creation_timestamp: Output<String>
Creation timestamp in RFC3339 text format.
custom_response_headers: Output<Option<Vec<String>>>
Headers that the HTTP/S load balancer should add to proxied responses.
description: Output<Option<String>>
An optional textual description of the resource; provided by the client when the resource is created.
edge_security_policy: Output<Option<String>>
The security policy associated with this backend bucket.
enable_cdn: Output<Option<bool>>
If true, enable Cloud CDN for this BackendBucket.
name: Output<String>
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?
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.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
self_link: Output<String>
The URI of the created resource.