PrincipalRoleEntitlementFilter
Specifies filter criteria for principal-to-role entitlements. All specified criteria must match for an entitlement to be returned.
Contents
- account
-
The 12-digit AWS account ID to filter entitlements by.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}Required: No
- principal
-
The principal to filter entitlements by.
Type: PrincipalFilter object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- roleArn
-
The IAM role ARN to filter entitlements by.
Type: String
Pattern:
arn:[a-z0-9-]+:iam::[0-9]{12}:role/([a-zA-Z0-9+=,.@_-]+/)*[a-zA-Z0-9+=,.@_-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: