Entitlement

The settings for a flow entitlement.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Link copied to clipboard

A description of the entitlement.

Link copied to clipboard

The type of encryption that will be used on the output that is associated with this entitlement.

Link copied to clipboard

The ARN of the entitlement.

Link copied to clipboard

An indication of whether the entitlement is enabled.

Link copied to clipboard
val name: String?

The name of the entitlement.

Link copied to clipboard

The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

Functions

Link copied to clipboard
inline fun copy(block: Entitlement.Builder.() -> Unit = {}): Entitlement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String