Interface AwsCrossAccountRoleOrBuilder

public interface AwsCrossAccountRoleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExternalId()

public abstract String getExternalId()

Output only. A Google-generated id for representing Connection\u2019s 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

string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The externalId.

getExternalIdBytes()

public abstract ByteString getExternalIdBytes()

Output only. A Google-generated id for representing Connection\u2019s 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

string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for externalId.

getIamRoleId()

public abstract String getIamRoleId()

The user\u2019s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.

string iam_role_id = 1;

Returns
TypeDescription
String

The iamRoleId.

getIamRoleIdBytes()

public abstract ByteString getIamRoleIdBytes()

The user\u2019s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.

string iam_role_id = 1;

Returns
TypeDescription
ByteString

The bytes for iamRoleId.

getIamUserId()

public abstract String getIamUserId()

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

string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The iamUserId.

getIamUserIdBytes()

public abstract ByteString getIamUserIdBytes()

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

string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for iamUserId.