EntitlementAttributeArgs

data class EntitlementAttributeArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<EntitlementAttributeArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

A supported AWS IAM SAML PrincipalTag attribute that is matched to a value when a user identity federates to an AppStream 2.0 SAML application. The following are supported values:

Link copied to clipboard
val value: Output<String>

A value that is matched to a supported SAML attribute name when a user identity federates to an AppStream 2.0 SAML application.

Functions

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