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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.ChannelProps
ChannelProps.Builder, ChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theChannelProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal Boolean(experimental) Whether the channel is authorized.final LatencyMode(experimental) Channel latency mode.final StringgetName()(experimental) Channel name.final ChannelTypegetType()(experimental) The channel type, which determines the allowable resolution and bitrate.final inthashCode()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:
getAuthorizedin interfaceChannelProps
-
getLatencyMode
Description copied from interface:ChannelProps(experimental) Channel latency mode.Default: LatencyMode.LOW
- Specified by:
getLatencyModein interfaceChannelProps
-
getName
Description copied from interface:ChannelProps(experimental) Channel name.Default: - None
- Specified by:
getNamein 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:
getTypein interfaceChannelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-