PrincipalPermissionsReference
- class aws_cdk.aws_lakeformation.PrincipalPermissionsReference(*, principal_identifier, resource_identifier)
Bases:
object
A 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 import aws_lakeformation as lakeformation principal_permissions_reference = 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.