Uses of Class
software.amazon.awscdk.services.medialive.alpha.InputSpecification
Packages that use InputSpecification
Package
Description
AWS::MediaLive Construct Library
-
Uses of InputSpecification in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return InputSpecificationModifier and TypeMethodDescriptionstatic InputSpecificationInputSpecification.cdi()(experimental) CDI (uncompressed) inputs.static InputSpecificationInputSpecification.cdi(CdiInputSpecificationProps props) (experimental) CDI (uncompressed) inputs.static InputSpecificationInputSpecification.elementalLink()(experimental) Elemental Link inputs.default InputSpecificationChannelProps.getInputSpecification()(experimental) The input specification for this channel.final InputSpecificationChannelProps.Jsii$Proxy.getInputSpecification()static InputSpecificationInputSpecification.standard()(experimental) Standard inputs ("Other" in the console) — the most common case.static InputSpecificationInputSpecification.standard(StandardInputSpecificationProps props) (experimental) Standard inputs ("Other" in the console) — the most common case.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type InputSpecificationModifier and TypeMethodDescriptionChannel.Builder.inputSpecification(InputSpecification inputSpecification) (experimental) The input specification for this channel.ChannelProps.Builder.inputSpecification(InputSpecification inputSpecification) Sets the value ofChannelProps.getInputSpecification()