pub struct GetBackendBucketResult {
pub bucket_name: Output<String>,
pub cdn_policies: Output<Vec<GetBackendBucketCdnPolicy>>,
pub compression_mode: Output<String>,
pub creation_timestamp: Output<String>,
pub custom_response_headers: Output<Vec<String>>,
pub description: Output<String>,
pub edge_security_policy: Output<String>,
pub enable_cdn: Output<bool>,
pub id: Output<String>,
pub name: Output<String>,
pub project: Output<Option<String>>,
pub self_link: Output<String>,
}
Fields§
§bucket_name: Output<String>
§cdn_policies: Output<Vec<GetBackendBucketCdnPolicy>>
§compression_mode: Output<String>
§creation_timestamp: Output<String>
§custom_response_headers: Output<Vec<String>>
§description: Output<String>
§edge_security_policy: Output<String>
§enable_cdn: Output<bool>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§project: Output<Option<String>>
§self_link: Output<String>
Auto Trait Implementations§
impl Freeze for GetBackendBucketResult
impl RefUnwindSafe for GetBackendBucketResult
impl Send for GetBackendBucketResult
impl Sync for GetBackendBucketResult
impl Unpin for GetBackendBucketResult
impl UnwindSafe for GetBackendBucketResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more