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
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
Remarks
This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.
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
Remarks
MediaLivePipelineId
Configuration settings for connecting a router output to a MediaLive input.
string? MediaLivePipelineId { get; }