AwsClusterControlPlaneAwsServicesAuthentication

data class AwsClusterControlPlaneAwsServicesAuthentication(val roleArn: String, val roleSessionName: String? = null)

Constructors

constructor(roleArn: String, roleSessionName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account.

Link copied to clipboard
val roleSessionName: String? = null

Optional. An identifier for the assumed role session. When unspecified, it defaults to multicloud-service-agent.