IdentityProviderArgs

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

Definition of AWS::WorkSpacesWeb::IdentityProvider Resource Type

Constructors

Link copied to clipboard
fun IdentityProviderArgs(identityProviderDetails: Output<IdentityProviderDetailsArgs>? = null, identityProviderName: Output<String>? = null, identityProviderType: Output<IdentityProviderType>? = null, portalArn: Output<String>? = null)

Functions

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

Properties

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