class Aws::CognitoIdentity::Types::RulesConfigurationType

A container for rules.

@note When making an API call, you may pass RulesConfigurationType

data as a hash:

    {
      rules: [ # required
        {
          claim: "ClaimName", # required
          match_type: "Equals", # required, accepts Equals, Contains, StartsWith, NotEqual
          value: "ClaimValue", # required
          role_arn: "ARNString", # required
        },
      ],
    }

@!attribute [rw] rules

An array of rules. You can specify up to 25 rules per identity
provider.

Rules are evaluated in order. The first one to match specifies the
role.
@return [Array<Types::MappingRule>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/RulesConfigurationType AWS API Documentation

Constants

SENSITIVE