View a markdown version of this page

EffectiveLimit - Amazon Quick

EffectiveLimit

The effective limit for a resource type that applies to a user, considering all applicable profile assignments and inheritance rules.

Contents

Note

In the following list, the required parameters are described first.

LimitUnit

The unit of measurement for the limit.

Type: String

Valid Values: MB | GB | HOURS | DAYS

Required: Yes

LimitValue

The maximum allowed value for the resource.

Type: Long

Valid Range: Minimum value of 0.

Required: Yes

ProfileId

The identifier of the limits profile that defines this limit.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: lp-[a-f0-9-]+

Required: Yes

ResourceType

The type of resource that the limit applies to.

Type: String

Valid Values: INDEX_STORAGE | AGENT_HOURS

Required: Yes

Source

The source from which this limit was inherited. Possible values:

  • DIRECT_USER – The limit comes from a profile directly assigned to the user.

  • GROUP – The limit comes from a profile assigned to a group the user belongs to.

  • ROLE – The limit comes from a profile assigned to a role the user has.

  • ACCOUNT – The limit comes from the account-level default profile.

  • SYSTEM_DEFAULT – The limit comes from the built-in system default.

Type: String

Valid Values: DIRECT_USER | GROUP | ROLE | ACCOUNT | SYSTEM_DEFAULT

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: