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 public static interface IChannel.Jsii$Default extends IChannel, IResource.Jsii$Default
Internal default implementation for IChannel.
  • Method Details

    • getChannelArn

      @Stability(Experimental) @NotNull default String getChannelArn()
      (experimental) The channel ARN.

      For example: arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh

      Specified by:
      getChannelArn in interface IChannel
    • addStreamKey

      @Stability(Experimental) @NotNull default StreamKey addStreamKey(@NotNull String id)
      (experimental) Adds a stream key for this IVS Channel.

      Specified by:
      addStreamKey in interface IChannel
      Parameters:
      id - construct ID. This parameter is required.