InstanceAccessControlAttributesAttribute constructor
const
InstanceAccessControlAttributesAttribute({
- required Input<
String> key, - required Input<
List< values,InstanceAccessControlAttributesAttributeValue> >
Creates a new InstanceAccessControlAttributesAttribute.
key 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.
values The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue
Implementation
const InstanceAccessControlAttributesAttribute({
required this.key,
required this.values,
});