Interface IChannel.Jsii$Default
- All Superinterfaces:
IChannel,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IChannel.Jsii$Proxy
- Enclosing interface:
IChannel
Internal default implementation for
IChannel.-
Nested Class Summary
Nested 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$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StreamKeyaddStreamKey(String id) (experimental) Adds a stream key for this IVS Channel.default String(experimental) The channel ARN.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelArn
(experimental) The channel ARN.For example: arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh
- Specified by:
getChannelArnin interfaceIChannel
-
addStreamKey
(experimental) Adds a stream key for this IVS Channel.- Specified by:
addStreamKeyin interfaceIChannel- Parameters:
id- construct ID. This parameter is required.
-