SamlConfiguration

Provides the SAML 2.0 compliant identity provider (IdP) configuration information Amazon Q needs to deploy a Amazon Q web experience.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metadata XML that your IdP generated.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q web experience, containing the relevant Amazon Q permissions for conversing with Amazon Q.

Link copied to clipboard

The group attribute name in your IdP that maps to user groups.

Link copied to clipboard

The user attribute name in your IdP that maps to the user email.

Functions

Link copied to clipboard
inline fun copy(block: SamlConfiguration.Builder.() -> Unit = {}): SamlConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String