ConnectionAwsAccessRole

data class ConnectionAwsAccessRole(val iamRoleId: String, val identity: String? = null)

Constructors

Link copied to clipboard
constructor(iamRoleId: String, identity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val identity: String? = null

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