pub struct BackendBucketSignedUrlKeyResult {
pub backend_bucket: Output<String>,
pub key_value: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
}
Fields§
§backend_bucket: Output<String>
The backend bucket this signed URL key belongs.
key_value: Output<String>
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string. Note: This property is sensitive and will not be displayed in the plan.
name: Output<String>
Name of the signed URL key.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Auto Trait Implementations§
impl Freeze for BackendBucketSignedUrlKeyResult
impl RefUnwindSafe for BackendBucketSignedUrlKeyResult
impl Send for BackendBucketSignedUrlKeyResult
impl Sync for BackendBucketSignedUrlKeyResult
impl Unpin for BackendBucketSignedUrlKeyResult
impl UnwindSafe for BackendBucketSignedUrlKeyResult
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