pub struct BackendServiceSignedUrlKeyArgs {
pub backend_service: Output<String>,
pub key_value: Output<String>,
pub name: Output<Option<String>>,
pub project: Output<Option<String>>,
}
Fields§
§backend_service: Output<String>
The backend service 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 BackendServiceSignedUrlKeyArgs
impl BackendServiceSignedUrlKeyArgs
sourcepub fn builder() -> BackendServiceSignedUrlKeyArgsBuilder
pub fn builder() -> BackendServiceSignedUrlKeyArgsBuilder
Create an instance of BackendServiceSignedUrlKeyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for BackendServiceSignedUrlKeyArgs
impl Clone for BackendServiceSignedUrlKeyArgs
source§fn clone(&self) -> BackendServiceSignedUrlKeyArgs
fn clone(&self) -> BackendServiceSignedUrlKeyArgs
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 BackendServiceSignedUrlKeyArgs
impl RefUnwindSafe for BackendServiceSignedUrlKeyArgs
impl Send for BackendServiceSignedUrlKeyArgs
impl Sync for BackendServiceSignedUrlKeyArgs
impl Unpin for BackendServiceSignedUrlKeyArgs
impl UnwindSafe for BackendServiceSignedUrlKeyArgs
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
)