func()

in awscdkcognitoidentitypoolalpha/awscdkcognitoidentitypoolalpha.go [339:350]


func (i *jsiiProxy_IdentityPool) AddRoleMappings(roleMappings ...*IdentityPoolRoleMapping) {
	args := []interface{}{}
	for _, a := range roleMappings {
		args = append(args, a)
	}

	_jsii_.InvokeVoid(
		i,
		"addRoleMappings",
		args,
	)
}