PrincipalPermissionsReference
- class aws_cdk.interfaces.aws_lakeformation.PrincipalPermissionsReference(*, principal_identifier, resource_identifier)
Bases:
objectA reference to a PrincipalPermissions resource.
- Parameters:
principal_identifier (
str) – The PrincipalIdentifier of the PrincipalPermissions resource.resource_identifier (
str) – The ResourceIdentifier of the PrincipalPermissions resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_lakeformation as interfaces_aws_lakeformation principal_permissions_reference = interfaces_aws_lakeformation.PrincipalPermissionsReference( principal_identifier="principalIdentifier", resource_identifier="resourceIdentifier" )
Attributes
- principal_identifier
The PrincipalIdentifier of the PrincipalPermissions resource.
- resource_identifier
The ResourceIdentifier of the PrincipalPermissions resource.