IdentityProviderArgs

data class IdentityProviderArgs(val identityProviderDetails: Output<Map<String, String>>? = null, val identityProviderName: Output<String>? = null, val identityProviderType: Output<IdentityProviderType>? = null, val portalArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<IdentityProviderArgs>

Definition of AWS::WorkSpacesWeb::IdentityProvider Resource Type

Constructors

Link copied to clipboard
constructor(identityProviderDetails: Output<Map<String, String>>? = null, identityProviderName: Output<String>? = null, identityProviderType: Output<IdentityProviderType>? = null, portalArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val identityProviderDetails: Output<Map<String, String>>? = null

The identity provider details. The following list describes the provider detail keys for each identity provider type.

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

The identity provider name.

Link copied to clipboard

The identity provider type.

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

The ARN of the identity provider.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Functions

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