Interface CfnChannelPropsMixin.CdiInputSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.CdiInputSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.CdiInputSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
The input specification for this channel.
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
CdiInputSpecificationProperty cdiInputSpecificationProperty = CdiInputSpecificationProperty.builder()
.resolution("resolution")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.CdiInputSpecificationPropertystatic final classAn implementation forCfnChannelPropsMixin.CdiInputSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResolution
Maximum CDI input resolution.- See Also:
-
builder
-