user Group Resolution Configuration
suspend fun userGroupResolutionConfiguration(value: Output<IndexUserGroupResolutionConfigurationArgs>)
Parameters
value
A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see UserGroupResolutionConfiguration. Detailed below.
suspend fun userGroupResolutionConfiguration(argument: suspend IndexUserGroupResolutionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see UserGroupResolutionConfiguration. Detailed below.