Interface CfnOfferingPropsMixin.ReservationResourceSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOfferingPropsMixin.ReservationResourceSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnOfferingPropsMixin
@Stability(Stable)
public static interface CfnOfferingPropsMixin.ReservationResourceSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Resource configuration (codec, resolution, bitrate, ...).
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.*;
ReservationResourceSpecificationProperty reservationResourceSpecificationProperty = ReservationResourceSpecificationProperty.builder()
.channelClass("channelClass")
.codec("codec")
.maximumBitrate("maximumBitrate")
.maximumFramerate("maximumFramerate")
.resolution("resolution")
.resourceType("resourceType")
.specialFeature("specialFeature")
.videoQuality("videoQuality")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOfferingPropsMixin.ReservationResourceSpecificationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringChannel class, e.g.default StringgetCodec()Codec, e.g.default StringMaximum bitrate, e.g.default StringMaximum framerate, e.g.default StringResolution, e.g.default StringResource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'.default StringSpecial feature, e.g.default StringVideo quality, e.g.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelClass
Channel class, e.g. 'STANDARD'.- See Also:
-
getCodec
Codec, e.g. 'AVC'.- See Also:
-
getMaximumBitrate
Maximum bitrate, e.g. 'MAX_20_MBPS'.- See Also:
-
getMaximumFramerate
Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only).- See Also:
-
getResolution
Resolution, e.g. 'HD'.- See Also:
-
getResourceType
Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'.- See Also:
-
getSpecialFeature
Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only).- See Also:
-
getVideoQuality
Video quality, e.g. 'STANDARD' (Outputs only).- See Also:
-
builder
@Stability(Stable) static CfnOfferingPropsMixin.ReservationResourceSpecificationProperty.Builder builder()
-