LimitsProfile
A limits profile that defines resource usage limits for Amazon Quick Sight users. Limits profiles can be assigned to users, groups, or roles to control resource consumption.
Contents
Note
In the following list, the required parameters are described first.
- accountId
-
The ID of the AWS account that contains the limits profile.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
^[0-9]{12}$Required: Yes
- arn
-
The Amazon Resource Name (ARN) of the limits profile.
Type: String
Required: Yes
- createdAt
-
The date and time that the limits profile was created.
Type: Timestamp
Required: Yes
- profileId
-
The unique identifier for the limits profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
lp-[a-f0-9-]+Required: Yes
- profileName
-
The display name of the limits profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- resourceLimits
-
A map of resource types to their limit values.
Type: String to ProfileLimitValue object map
Valid Keys:
INDEX_STORAGE | AGENT_HOURSRequired: Yes
- updatedAt
-
The date and time that the limits profile was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the limits profile.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: