Show / Hide Table of Contents

Interface CfnRouterOutputPropsMixin.IMediaLiveInputRouterOutputConfigurationProperty

Configuration settings for connecting a router output to a MediaLive input.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnRouterOutputPropsMixin.IMediaLiveInputRouterOutputConfigurationProperty
Syntax (vb)
Public Interface CfnRouterOutputPropsMixin.IMediaLiveInputRouterOutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration.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.CfnPropertyMixins.AWS.MediaConnect;

             var automatic;

             var mediaLiveInputRouterOutputConfigurationProperty = new MediaLiveInputRouterOutputConfigurationProperty {
                 DestinationTransitEncryption = new MediaLiveTransitEncryptionProperty {
                     EncryptionKeyConfiguration = new MediaLiveTransitEncryptionKeyConfigurationProperty {
                         Automatic = automatic,
                         SecretsManager = new SecretsManagerEncryptionKeyConfigurationProperty {
                             RoleArn = "roleArn",
                             SecretArn = "secretArn"
                         }
                     },
                     EncryptionKeyType = "encryptionKeyType"
                 },
                 MediaLiveInputArn = "mediaLiveInputArn",
                 MediaLivePipelineId = "mediaLivePipelineId"
             };

Synopsis

Properties

DestinationTransitEncryption

The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive.

MediaLiveInputArn

The ARN of the MediaLive input to connect to this router output.

MediaLivePipelineId

Configuration settings for connecting a router output to a MediaLive input.

Properties

DestinationTransitEncryption

The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive.

object? DestinationTransitEncryption { get; }
Property Value

object

Remarks

This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration-destinationtransitencryption

Type union: either IResolvable or CfnRouterOutputPropsMixin.IMediaLiveTransitEncryptionProperty

MediaLiveInputArn

The ARN of the MediaLive input to connect to this router output.

string? MediaLiveInputArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration-medialiveinputarn

MediaLivePipelineId

Configuration settings for connecting a router output to a MediaLive input.

string? MediaLivePipelineId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration-medialivepipelineid

Back to top Generated by DocFX