WebAppIdentityProviderDetailsArgs

data class WebAppIdentityProviderDetailsArgs(val applicationArn: Output<String>? = null, val instanceArn: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<WebAppIdentityProviderDetailsArgs>

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: Output<String>? = null, instanceArn: Output<String>? = null, role: Output<String>? = null)

Properties

Link copied to clipboard
val applicationArn: Output<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: Output<String>? = null

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

Link copied to clipboard
val role: Output<String>? = null

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

Functions

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