ConnectionAwsAccessRoleArgs

data class ConnectionAwsAccessRoleArgs(val iamRoleId: Output<String>, val identity: Output<String>? = null) : ConvertibleToJava<ConnectionAwsAccessRoleArgs>

Constructors

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

Properties

Link copied to clipboard
val iamRoleId: Output<String>

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

Link copied to clipboard
val identity: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionAwsAccessRoleArgs