InstanceAccessControlAttributesAttributeArgs

data class InstanceAccessControlAttributesAttributeArgs(val key: Output<String>, val values: Output<List<InstanceAccessControlAttributesAttributeValueArgs>>) : ConvertibleToJava<InstanceAccessControlAttributesAttributeArgs>

Constructors

constructor(key: Output<String>, values: Output<List<InstanceAccessControlAttributesAttributeValueArgs>>)

Properties

Link copied to clipboard
val key: Output<String>

The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.

Link copied to clipboard

The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue

Functions

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