Uses of Class
software.amazon.awscdk.services.medialive.CfnInput.Builder
Packages that use CfnInput.Builder
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of CfnInput.Builder in software.amazon.awscdk.services.medialive
Methods in software.amazon.awscdk.services.medialive that return CfnInput.BuilderModifier and TypeMethodDescriptionstatic CfnInput.BuilderCfnInput.Builder.destinations(List<? extends Object> destinations) Settings that apply only if the input is a push type of input.CfnInput.Builder.destinations(IResolvable destinations) Settings that apply only if the input is a push type of input.CfnInput.Builder.inputDevices(List<? extends Object> inputDevices) Settings that apply only if the input is an Elemental Link input.CfnInput.Builder.inputDevices(IResolvable inputDevices) Settings that apply only if the input is an Elemental Link input.CfnInput.Builder.inputNetworkLocation(String inputNetworkLocation) CfnInput.Builder.inputSecurityGroups(List<String> inputSecurityGroups) The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.CfnInput.Builder.mediaConnectFlows(List<? extends Object> mediaConnectFlows) Settings that apply only if the input is a MediaConnect input.CfnInput.Builder.mediaConnectFlows(IResolvable mediaConnectFlows) Settings that apply only if the input is a MediaConnect input.CfnInput.Builder.multicastSettings(IResolvable multicastSettings) CfnInput.Builder.multicastSettings(CfnInput.MulticastSettingsCreateRequestProperty multicastSettings) A name for the input.The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.CfnInput.Builder.routerSettings(IResolvable routerSettings) CfnInput.Builder.routerSettings(CfnInput.RouterSettingsProperty routerSettings) CfnInput.Builder.sdiSources(List<String> sdiSources) CfnInput.Builder.smpte2110ReceiverGroupSettings(IResolvable smpte2110ReceiverGroupSettings) CfnInput.Builder.smpte2110ReceiverGroupSettings(CfnInput.Smpte2110ReceiverGroupSettingsProperty smpte2110ReceiverGroupSettings) Settings that apply only if the input is a pull type of input.CfnInput.Builder.sources(IResolvable sources) Settings that apply only if the input is a pull type of input.CfnInput.Builder.srtSettings(IResolvable srtSettings) CfnInput.Builder.srtSettings(CfnInput.SrtSettingsRequestProperty srtSettings) A collection of tags for this input.The type for this input.CfnInput.Builder.vpc(IResolvable vpc) Settings that apply only if the input is an push input where the source is on Amazon VPC.CfnInput.Builder.vpc(CfnInput.InputVpcRequestProperty vpc) Settings that apply only if the input is an push input where the source is on Amazon VPC.