Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnInputPropsMixin.Builder
Packages that use CfnInputPropsMixin.Builder
-
Uses of CfnInputPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.medialive
Methods in software.amazon.awscdk.cfnpropertymixins.services.medialive that return CfnInputPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnInputPropsMixin.BuilderCfnInputPropsMixin.Builder.create()static CfnInputPropsMixin.BuilderCfnInputPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInputPropsMixin.Builder.destinations(List<? extends Object> destinations) Settings that apply only if the input is a push type of input.CfnInputPropsMixin.Builder.destinations(IResolvable destinations) Settings that apply only if the input is a push type of input.CfnInputPropsMixin.Builder.inputDevices(List<? extends Object> inputDevices) Settings that apply only if the input is an Elemental Link input.CfnInputPropsMixin.Builder.inputDevices(IResolvable inputDevices) Settings that apply only if the input is an Elemental Link input.CfnInputPropsMixin.Builder.inputNetworkLocation(String inputNetworkLocation) CfnInputPropsMixin.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.CfnInputPropsMixin.Builder.mediaConnectFlows(List<? extends Object> mediaConnectFlows) Settings that apply only if the input is a MediaConnect input.CfnInputPropsMixin.Builder.mediaConnectFlows(IResolvable mediaConnectFlows) Settings that apply only if the input is a MediaConnect input.CfnInputPropsMixin.Builder.multicastSettings(CfnInputPropsMixin.MulticastSettingsCreateRequestProperty multicastSettings) CfnInputPropsMixin.Builder.multicastSettings(IResolvable multicastSettings) A name for the input.The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.CfnInputPropsMixin.Builder.routerSettings(CfnInputPropsMixin.RouterSettingsProperty routerSettings) CfnInputPropsMixin.Builder.routerSettings(IResolvable routerSettings) CfnInputPropsMixin.Builder.sdiSources(List<String> sdiSources) CfnInputPropsMixin.Builder.smpte2110ReceiverGroupSettings(CfnInputPropsMixin.Smpte2110ReceiverGroupSettingsProperty smpte2110ReceiverGroupSettings) CfnInputPropsMixin.Builder.smpte2110ReceiverGroupSettings(IResolvable smpte2110ReceiverGroupSettings) Settings that apply only if the input is a pull type of input.CfnInputPropsMixin.Builder.sources(IResolvable sources) Settings that apply only if the input is a pull type of input.CfnInputPropsMixin.Builder.srtSettings(CfnInputPropsMixin.SrtSettingsRequestProperty srtSettings) CfnInputPropsMixin.Builder.srtSettings(IResolvable srtSettings) A collection of tags for this input.The type for this input.CfnInputPropsMixin.Builder.vpc(CfnInputPropsMixin.InputVpcRequestProperty vpc) Settings that apply only if the input is an push input where the source is on Amazon VPC.CfnInputPropsMixin.Builder.vpc(IResolvable vpc) Settings that apply only if the input is an push input where the source is on Amazon VPC.