pub struct BackendBucketSignedUrlKeyArgs {
pub backend_bucket: Output<String>,
pub key_value: Output<String>,
pub name: Output<Option<String>>,
pub project: Output<Option<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<Option<String>>
Name of the signed URL key.
project: Output<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Implementations§
source§impl BackendBucketSignedUrlKeyArgs
impl BackendBucketSignedUrlKeyArgs
sourcepub fn builder() -> BackendBucketSignedUrlKeyArgsBuilder
pub fn builder() -> BackendBucketSignedUrlKeyArgsBuilder
Create an instance of BackendBucketSignedUrlKeyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for BackendBucketSignedUrlKeyArgs
impl Clone for BackendBucketSignedUrlKeyArgs
source§fn clone(&self) -> BackendBucketSignedUrlKeyArgs
fn clone(&self) -> BackendBucketSignedUrlKeyArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BackendBucketSignedUrlKeyArgs
impl RefUnwindSafe for BackendBucketSignedUrlKeyArgs
impl Send for BackendBucketSignedUrlKeyArgs
impl Sync for BackendBucketSignedUrlKeyArgs
impl Unpin for BackendBucketSignedUrlKeyArgs
impl UnwindSafe for BackendBucketSignedUrlKeyArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)