Uses of Interface
software.amazon.awscdk.services.medialive.alpha.InputAttachment
Packages that use InputAttachment
Package
Description
AWS::MediaLive Construct Library
-
Uses of InputAttachment in software.amazon.awscdk.services.medialive.alpha
Classes in software.amazon.awscdk.services.medialive.alpha that implement InputAttachmentMethods in software.amazon.awscdk.services.medialive.alpha that return InputAttachmentModifier and TypeMethodDescriptionInputAttachment.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type InputAttachmentModifier and TypeMethodDescriptionChannelProps.getInputs()(experimental) The input attachments for this channel.final List<InputAttachment> ChannelProps.Jsii$Proxy.getInputs()Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type InputAttachmentModifier and TypeMethodDescriptionvoidChannel.addInput(InputAttachment attachment) (experimental) Attach an input to this channel.Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type InputAttachmentModifier and TypeMethodDescriptionChannel.Builder.inputs(List<? extends InputAttachment> inputs) (experimental) The input attachments for this channel.ChannelProps.Builder.inputs(List<? extends InputAttachment> inputs) Sets the value ofChannelProps.getInputs()