Uses of Interface
software.amazon.awscdk.interfaces.medialive.IChannelRef
Packages that use IChannelRef
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of IChannelRef in software.amazon.awscdk.interfaces.medialive
Subinterfaces of IChannelRef in software.amazon.awscdk.interfaces.medialiveModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIChannelRef.Classes in software.amazon.awscdk.interfaces.medialive that implement IChannelRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IChannelRef in software.amazon.awscdk.services.medialive
Classes in software.amazon.awscdk.services.medialive that implement IChannelRefModifier and TypeClassDescriptionclassThe AWS::MediaLive::Channel resource is a MediaLive resource type that creates a channel.Methods in software.amazon.awscdk.services.medialive that return IChannelRefModifier and TypeMethodDescriptionstatic IChannelRefCfnChannel.fromChannelArn(software.constructs.Construct scope, String id, String arn) Creates a new IChannelRef from an ARN.static IChannelRefCfnChannel.fromChannelId(software.constructs.Construct scope, String id, String channelId) Creates a new IChannelRef from a channelId.