PipelineContentConfigPermission

data class PipelineContentConfigPermission(val accesses: List<String>? = null, val grantee: String? = null, val granteeType: String? = null)

Constructors

Link copied to clipboard
constructor(accesses: List<String>? = null, grantee: String? = null, granteeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accesses: List<String>? = null

The permission that you want to give to the AWS user that you specified in content_config_permissions.grantee. Valid values are Read, ReadAcp, WriteAcp or FullControl.

Link copied to clipboard
val grantee: String? = null

The AWS user or group that you want to have access to transcoded files and playlists.

Link copied to clipboard
val granteeType: String? = null

Specify the type of value that appears in the content_config_permissions.grantee object. Valid values are Canonical, Email or Group.