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: