mapping Rules
Parameters
value
The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.
suspend fun mappingRules(vararg values: Output<IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs>)
suspend fun mappingRules(values: List<Output<IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs>>)
Parameters
values
The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.
suspend fun mappingRules(argument: List<suspend IdentityPoolRoleAttachmentRoleMappingMappingRuleArgsBuilder.() -> Unit>)
suspend fun mappingRules(vararg argument: suspend IdentityPoolRoleAttachmentRoleMappingMappingRuleArgsBuilder.() -> Unit)
suspend fun mappingRules(argument: suspend IdentityPoolRoleAttachmentRoleMappingMappingRuleArgsBuilder.() -> Unit)
Parameters
argument
The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.