Interface AwsAccessRoleOrBuilder

public interface AwsAccessRoleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getIdentity()

public abstract String getIdentity()

A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.

string identity = 2;

Returns
TypeDescription
String

The identity.

getIdentityBytes()

public abstract ByteString getIdentityBytes()

A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.

string identity = 2;

Returns
TypeDescription
ByteString

The bytes for identity.