Struct gapi_grpc::google::cloud::bigquery::connection::v1::AwsCrossAccountRole[][src]

pub struct AwsCrossAccountRole {
    pub iam_role_id: String,
    pub iam_user_id: String,
    pub external_id: String,
}

Authentication method for Amazon Web Services (AWS) that uses Google owned AWS IAM user’s access key to assume into customer’s AWS IAM Role.

Fields

iam_role_id: String

The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.

iam_user_id: String

Output only. Google-owned AWS IAM User for a Connection.

external_id: String

Output only. A Google-generated id for representing Connection’s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

Trait Implementations

impl Clone for AwsCrossAccountRole[src]

impl Debug for AwsCrossAccountRole[src]

impl Default for AwsCrossAccountRole[src]

impl Message for AwsCrossAccountRole[src]

impl PartialEq<AwsCrossAccountRole> for AwsCrossAccountRole[src]

impl StructuralPartialEq for AwsCrossAccountRole[src]

Auto Trait Implementations

impl RefUnwindSafe for AwsCrossAccountRole

impl Send for AwsCrossAccountRole

impl Sync for AwsCrossAccountRole

impl Unpin for AwsCrossAccountRole

impl UnwindSafe for AwsCrossAccountRole

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]