Show / Hide Table of Contents

Interface CfnChannelPropsMixin.ICdiInputSpecificationProperty

The input specification for this channel.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.ICdiInputSpecificationProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.ICdiInputSpecificationProperty
Remarks

It specifies the key characteristics of CDI inputs for this channel, when those characteristics are different from other inputs.

This entity is at the top level in the channel.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cdiinputspecification.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.MediaLive;

             var cdiInputSpecificationProperty = new CdiInputSpecificationProperty {
                 Resolution = "resolution"
             };

Synopsis

Properties

Resolution

Maximum CDI input resolution.

Properties

Resolution

Maximum CDI input resolution.

string? Resolution { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cdiinputspecification.html#cfn-medialive-channel-cdiinputspecification-resolution

Back to top Generated by DocFX