Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-mediaconnect-flowentitlement.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::MediaConnect::FlowEntitlement. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-mediaconnect.git

Properties

FlowArn string | Aws_CF_FunctionString required

The ARN of the flow.

Description string | Aws_CF_FunctionString required

A description of the entitlement.

Name string | Aws_CF_FunctionString required

The name of the entitlement.

Subscribers string[] required

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.

DataTransferSubscriberFeePercent integer

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

Default: 0
Encryption object

Information about the encryption of the flow.

9 nested properties
Algorithm string | Aws_CF_FunctionString required

The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).

RoleArn string | Aws_CF_FunctionString required

The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).

ConstantInitializationVector string | Aws_CF_FunctionString

A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.

DeviceId string | Aws_CF_FunctionString

The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.

KeyType string | Aws_CF_FunctionString

The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

Region string | Aws_CF_FunctionString

The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.

ResourceId string | Aws_CF_FunctionString

An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.

SecretArn string | Aws_CF_FunctionString

The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.

Url string | Aws_CF_FunctionString

The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.

EntitlementStatus string | Aws_CF_FunctionString

An indication of whether the entitlement is enabled.

Definitions

Encryption object

Information about the encryption of the flow.

Algorithm string | Aws_CF_FunctionString required

The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).

RoleArn string | Aws_CF_FunctionString required

The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).

ConstantInitializationVector string | Aws_CF_FunctionString

A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.

DeviceId string | Aws_CF_FunctionString

The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.

KeyType string | Aws_CF_FunctionString

The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

Region string | Aws_CF_FunctionString

The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.

ResourceId string | Aws_CF_FunctionString

An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.

SecretArn string | Aws_CF_FunctionString

The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.

Url string | Aws_CF_FunctionString

The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.