AWS::LakeFormation::PrincipalPermissionsThe AWS::LakeFormation::PrincipalPermissions resource represents the permissions that a principal has on a GLUDC resource (such as GLUlong databases or GLUlong tables). When you create a PrincipalPermissions resource, the permissions are granted via the LFlongGrantPermissions API operation. When you delete a PrincipalPermissions resource, the permissions on principal-resource pair are revoked via the LFlongRevokePermissions API operation.
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Permissions | array | RequiredCreate-only |
PermissionsWithGrantOption | array | RequiredCreate-only |
Principal | DataLakePrincipal | RequiredCreate-only |
Resource | Resource | RequiredCreate-only |
Catalog | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PrincipalIdentifier | string | - |
ResourceIdentifier | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LakeFormation::PrincipalPermissions
Resources:
MyResource:
Type: AWS::LakeFormation::PrincipalPermissions
Properties:
Principal: "value"
Resource: "value"
Permissions: "value"
PermissionsWithGrantOption: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
lakeformation:GrantPermissionslakeformation:ListPermissionsglue:GetTableglue:GetDatabaselakeformation:ListPermissionsglue:GetTableglue:GetDatabaselakeformation:RevokePermissionslakeformation:ListPermissionsglue:GetTableglue:GetDatabaseOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPrincipalIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CatalogPrincipalResourcePermissionsPermissionsWithGrantOption