DataSourcePermission

data class DataSourcePermission(val actions: List<String>, val principal: String)

Constructors

Link copied to clipboard
constructor(actions: List<String>, principal: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of IAM actions to grant or revoke permissions on. Max of 16 items.

Link copied to clipboard

The Amazon Resource Name (ARN) of the principal.