GetPrincipalPermissionsResult

data class GetPrincipalPermissionsResult(val principalIdentifier: String? = null, val resourceIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(principalIdentifier: String? = null, resourceIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Json encoding of the input principal. For example: {"DataLakePrincipalIdentifier":"arn:aws:iam::123456789012:role/ExampleRole"}

Link copied to clipboard

Json encoding of the input resource. For example: {"Catalog":null,"Database":null,"Table":null,"TableWithColumns":null,"DataLocation":null,"DataCellsFilter":{"TableCatalogId":"123456789012","DatabaseName":"ExampleDatabase","TableName":"ExampleTable","Name":"ExampleFilter"},"LFTag":null,"LFTagPolicy":null}