pub struct BucketIAMPolicyArgs {
pub bucket: Output<String>,
pub policy_data: Output<String>,
}
Fields§
§bucket: Output<String>
Used to find the parent resource to bind the IAM policy to
policy_data: Output<String>
The policy data generated by
a gcp.organizations.getIAMPolicy
data source.
Implementations§
source§impl BucketIAMPolicyArgs
impl BucketIAMPolicyArgs
sourcepub fn builder() -> BucketIAMPolicyArgsBuilder
pub fn builder() -> BucketIAMPolicyArgsBuilder
Create an instance of BucketIAMPolicyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for BucketIAMPolicyArgs
impl Clone for BucketIAMPolicyArgs
source§fn clone(&self) -> BucketIAMPolicyArgs
fn clone(&self) -> BucketIAMPolicyArgs
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 BucketIAMPolicyArgs
impl RefUnwindSafe for BucketIAMPolicyArgs
impl Send for BucketIAMPolicyArgs
impl Sync for BucketIAMPolicyArgs
impl Unpin for BucketIAMPolicyArgs
impl UnwindSafe for BucketIAMPolicyArgs
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
)