WebAppIdentityProviderDetails

data class WebAppIdentityProviderDetails(val applicationArn: String? = null, val instanceArn: String? = null, val role: String? = null)

You can provide a structure that contains the details for the identity provider to use with your web app.

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, instanceArn: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.

Link copied to clipboard
val instanceArn: String? = null

The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.

Link copied to clipboard
val role: String? = null

The IAM role in IAM Identity Center used for the web app.