Class Channel
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.ivs.alpha.Channel
- All Implemented Interfaces:
IResource,IChannel,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.837Z")
@Stability(Experimental)
public class Channel
extends Resource
implements IChannel
(experimental) A new IVS channel.
Example:
Channel myRtmpChannel = Channel.Builder.create(this, "myRtmpChannel")
.type(ChannelType.STANDARD)
.insecureIngest(true)
.build();
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.alpha.IChannel
IChannel.Jsii$Default, IChannel.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedChannel(software.amazon.jsii.JsiiObjectRef objRef) Channel(software.constructs.Construct scope, String id, ChannelProps props) -
Method Summary
Modifier and TypeMethodDescriptionaddStreamKey(String id) (experimental) Adds a stream key for this IVS Channel.static IChannelfromChannelArn(software.constructs.Construct scope, String id, String channelArn) (experimental) Import an existing channel.(experimental) The channel ARN.(experimental) Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.(experimental) Channel playback URL.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
Channel
protected Channel(software.amazon.jsii.JsiiObjectRef objRef) -
Channel
protected Channel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
Channel
@Stability(Experimental) public Channel(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ChannelProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
Channel
@Stability(Experimental) public Channel(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
fromChannelArn
@Stability(Experimental) @NotNull public static IChannel fromChannelArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String channelArn) (experimental) Import an existing channel.- Parameters:
scope- This parameter is required.id- This parameter is required.channelArn- This parameter is required.
-
addStreamKey
(experimental) Adds a stream key for this IVS Channel.- Specified by:
addStreamKeyin interfaceIChannel- Parameters:
id- This parameter is required.
-
getChannelArn
(experimental) The channel ARN.For example: arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh
- Specified by:
getChannelArnin interfaceIChannel
-
getChannelIngestEndpoint
(experimental) Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.For example: a1b2c3d4e5f6.global-contribute.live-video.net
-
getChannelPlaybackUrl
(experimental) Channel playback URL.For example: https://a1b2c3d4e5f6.us-west-2.playback.live-video.net/api/video/v1/us-west-2.123456789012.channel.abcdEFGH.m3u8
-