Uses of Interface
software.amazon.awscdk.interfaces.medialive.IInputSecurityGroupRef
Packages that use IInputSecurityGroupRef
Package
Description
AWS Elemental MediaLive Construct Library
AWS::MediaLive Construct Library
-
Uses of IInputSecurityGroupRef in software.amazon.awscdk.interfaces.medialive
Subinterfaces of IInputSecurityGroupRef in software.amazon.awscdk.interfaces.medialiveModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInputSecurityGroupRef.Classes in software.amazon.awscdk.interfaces.medialive that implement IInputSecurityGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IInputSecurityGroupRef in software.amazon.awscdk.services.medialive
Classes in software.amazon.awscdk.services.medialive that implement IInputSecurityGroupRefModifier and TypeClassDescriptionclassThe AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.Methods in software.amazon.awscdk.services.medialive that return IInputSecurityGroupRefModifier and TypeMethodDescriptionstatic IInputSecurityGroupRefCfnInputSecurityGroup.fromInputSecurityGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IInputSecurityGroupRef from an ARN.static IInputSecurityGroupRefCfnInputSecurityGroup.fromInputSecurityGroupId(software.constructs.Construct scope, String id, String inputSecurityGroupId) Creates a new IInputSecurityGroupRef from a inputSecurityGroupId.Methods in software.amazon.awscdk.services.medialive with parameters of type IInputSecurityGroupRefModifier and TypeMethodDescriptionstatic StringCfnInputSecurityGroup.arnForInputSecurityGroup(IInputSecurityGroupRef resource) -
Uses of IInputSecurityGroupRef in software.amazon.awscdk.services.medialive.alpha
Subinterfaces of IInputSecurityGroupRef in software.amazon.awscdk.services.medialive.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Represents a MediaLive Input Security Group.static interfaceInternal default implementation forIInputSecurityGroup.Classes in software.amazon.awscdk.services.medialive.alpha that implement IInputSecurityGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Defines an AWS Elemental MediaLive Input Security Group.Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type IInputSecurityGroupRefModifier and TypeMethodDescriptiondefault List<IInputSecurityGroupRef> ChannelProps.getChannelSecurityGroups()(experimental) Input security groups to associate with the channel.final List<IInputSecurityGroupRef> ChannelProps.Jsii$Proxy.getChannelSecurityGroups()default List<IInputSecurityGroupRef> PushInputProps.getInputSecurityGroups()(experimental) The input security groups that control which CIDR blocks can push to this input.final List<IInputSecurityGroupRef> PushInputProps.Jsii$Proxy.getInputSecurityGroups()SrtListenerInputProps.getInputSecurityGroups()(experimental) The input security groups.final List<IInputSecurityGroupRef> SrtListenerInputProps.Jsii$Proxy.getInputSecurityGroups()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type IInputSecurityGroupRefModifier and TypeMethodDescriptionChannel.Builder.channelSecurityGroups(List<? extends IInputSecurityGroupRef> channelSecurityGroups) (experimental) Input security groups to associate with the channel.ChannelProps.Builder.channelSecurityGroups(List<? extends IInputSecurityGroupRef> channelSecurityGroups) Sets the value ofChannelProps.getChannelSecurityGroups()PushInputProps.Builder.inputSecurityGroups(List<? extends IInputSecurityGroupRef> inputSecurityGroups) Sets the value ofPushInputProps.getInputSecurityGroups()SrtListenerInputProps.Builder.inputSecurityGroups(List<? extends IInputSecurityGroupRef> inputSecurityGroups) Sets the value ofSrtListenerInputProps.getInputSecurityGroups()