granteePrincipal property
The identity that gets the permissions in the grant.
The GranteePrincipal
field in the ListGrants
response usually contains the user or role designated as the grantee
principal in the grant. However, when the grantee principal in the grant is
an AWS service, the GranteePrincipal
field contains the service
principal, which might represent several different grantee principals.
Implementation
final String? granteePrincipal;