Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Entitlement

import type { Entitlement } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The settings for a flow entitlement.

interface Entitlement {
DataTransferSubscriberFeePercent?: number | null;
Description?: string | null;
Encryption?: Encryption | null;
EntitlementArn: string;
EntitlementStatus?: EntitlementStatus | null;
Name: string;
Subscribers: string[];
}

§Properties

§
DataTransferSubscriberFeePercent?: number | null
[src]

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

§
Description?: string | null
[src]

A description of the entitlement.

§
Encryption?: Encryption | null
[src]

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

§
EntitlementArn: string
[src]

The ARN of the entitlement.

§
EntitlementStatus?: EntitlementStatus | null
[src]

An indication of whether the entitlement is enabled.

§
Name: string
[src]

The name of the entitlement.

§
Subscribers: string[]
[src]

The AWS 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.