Show / Hide Table of Contents

Interface ICfnFlowEntitlementMixinProps

Properties for CfnFlowEntitlementPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnFlowEntitlementMixinProps
Syntax (vb)
Public Interface ICfnFlowEntitlementMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins;

             var cfnFlowEntitlementMixinProps = new CfnFlowEntitlementMixinProps {
                 DataTransferSubscriberFeePercent = 123,
                 Description = "description",
                 Encryption = new EncryptionProperty {
                     Algorithm = "algorithm",
                     ConstantInitializationVector = "constantInitializationVector",
                     DeviceId = "deviceId",
                     KeyType = "keyType",
                     Region = "region",
                     ResourceId = "resourceId",
                     RoleArn = "roleArn",
                     SecretArn = "secretArn",
                     Url = "url"
                 },
                 EntitlementStatus = "entitlementStatus",
                 FlowArn = "flowArn",
                 Name = "name",
                 Subscribers = new [] { "subscribers" }
             };

Synopsis

Properties

DataTransferSubscriberFeePercent

The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.

Description

A description of the entitlement.

Encryption

Encryption information.

EntitlementStatus

An indication of whether the new entitlement should be enabled or disabled as soon as it is created.

FlowArn

The Amazon Resource Name (ARN) of the flow.

Name

The name of the entitlement.

Subscribers

The AWS account IDs that you want to share your content with.

Properties

DataTransferSubscriberFeePercent

The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.

double? DataTransferSubscriberFeePercent { get; }
Property Value

double?

Remarks

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-datatransfersubscriberfeepercent

Description

A description of the entitlement.

string? Description { get; }
Property Value

string

Remarks

This description appears only on the MediaConnect console and is not visible outside of the current AWS account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-description

Encryption

Encryption information.

object? Encryption { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-encryption

Type union: either IResolvable or CfnFlowEntitlementPropsMixin.IEncryptionProperty

EntitlementStatus

An indication of whether the new entitlement should be enabled or disabled as soon as it is created.

string? EntitlementStatus { get; }
Property Value

string

Remarks

If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-entitlementstatus

FlowArn

The Amazon Resource Name (ARN) of the flow.

string? FlowArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-flowarn

Name

The name of the entitlement.

string? Name { get; }
Property Value

string

Remarks

This value must be unique within the current flow.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-name

Subscribers

The AWS account IDs that you want to share your content with.

string[]? Subscribers { get; }
Property Value

string[]

Remarks

The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-subscribers

Back to top Generated by DocFX