@Stability(value=Stable)
public static interface CfnChannel.CdiInputSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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.services.medialive.*;
CdiInputSpecificationProperty cdiInputSpecificationProperty = CdiInputSpecificationProperty.builder()
.resolution("resolution")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.CdiInputSpecificationProperty.Builder
A builder for
CfnChannel.CdiInputSpecificationProperty |
static class |
CfnChannel.CdiInputSpecificationProperty.Jsii$Proxy
An implementation for
CfnChannel.CdiInputSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.CdiInputSpecificationProperty.Builder |
builder() |
default String |
getResolution()
Maximum CDI input resolution.
|
@Stability(value=Stable) @Nullable default String getResolution()
@Stability(value=Stable) static CfnChannel.CdiInputSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.