GetPrincipalPermissionsPlainArgs

data class GetPrincipalPermissionsPlainArgs(val principalIdentifier: String, val resourceIdentifier: String) : ConvertibleToJava<GetPrincipalPermissionsPlainArgs>

Constructors

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

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}

Functions

Link copied to clipboard
open override fun toJava(): GetPrincipalPermissionsPlainArgs