Class ChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.ChannelProps.Jsii$Proxy
- All Implemented Interfaces:
ChannelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ChannelProps
@Stability(Experimental)
@Internal
public static final class ChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ChannelProps
An implementation for
ChannelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.ChannelProps
ChannelProps.Builder, ChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theChannelProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
(experimental) Whether the channel is authorized.final LatencyMode
(experimental) Channel latency mode.final String
getName()
(experimental) Channel name.final ChannelType
getType()
(experimental) The channel type, which determines the allowable resolution and bitrate.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theChannelProps.Builder
.
-
-
Method Details
-
getAuthorized
Description copied from interface:ChannelProps
(experimental) Whether the channel is authorized.If you wish to make an authorized channel, you will need to ensure that a PlaybackKeyPair has been uploaded to your account as this is used to validate the signed JWT that is required for authorization
Default: false
- Specified by:
getAuthorized
in interfaceChannelProps
-
getLatencyMode
Description copied from interface:ChannelProps
(experimental) Channel latency mode.Default: LatencyMode.LOW
- Specified by:
getLatencyMode
in interfaceChannelProps
-
getName
Description copied from interface:ChannelProps
(experimental) Channel name.Default: - None
- Specified by:
getName
in interfaceChannelProps
-
getType
Description copied from interface:ChannelProps
(experimental) The channel type, which determines the allowable resolution and bitrate.If you exceed the allowable resolution or bitrate, the stream will disconnect immediately
Default: ChannelType.STANDARD
- Specified by:
getType
in interfaceChannelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-