public interface AwsCrossAccountRoleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExternalId()
public abstract String getExternalId()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
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The externalId. |
getExternalIdBytes()
public abstract ByteString getExternalIdBytes()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
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for externalId. |
getIamRoleId()
public abstract String getIamRoleId()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The iamRoleId. |
getIamRoleIdBytes()
public abstract ByteString getIamRoleIdBytes()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for iamUserId. |