@Stability(value=Stable) @Internal public static final class CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchProfile.StreamConfigurationProperty.Builder, CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchProfile.StreamConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchProfile.StreamConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClipboardMode()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
|
List<String> |
getEc2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
Number |
getMaxSessionLengthInMinutes()
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
|
Number |
getMaxStoppedSessionLengthInMinutes()
Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state.
|
Object |
getSessionStorage()
(Optional) The upload storage for a streaming session.
|
List<String> |
getStreamingImageIds()
The streaming images that users can select from when launching a streaming session with this launch profile.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLaunchProfile.StreamConfigurationProperty.Builder builder)
CfnLaunchProfile.StreamConfigurationProperty.Builder.public final String getClipboardMode()
CfnLaunchProfile.StreamConfigurationPropertygetClipboardMode in interface CfnLaunchProfile.StreamConfigurationPropertypublic final List<String> getEc2InstanceTypes()
CfnLaunchProfile.StreamConfigurationPropertygetEc2InstanceTypes in interface CfnLaunchProfile.StreamConfigurationPropertypublic final List<String> getStreamingImageIds()
CfnLaunchProfile.StreamConfigurationPropertygetStreamingImageIds in interface CfnLaunchProfile.StreamConfigurationPropertypublic final Number getMaxSessionLengthInMinutes()
CfnLaunchProfile.StreamConfigurationPropertyAfter this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
getMaxSessionLengthInMinutes in interface CfnLaunchProfile.StreamConfigurationPropertypublic final Number getMaxStoppedSessionLengthInMinutes()
CfnLaunchProfile.StreamConfigurationPropertyThe default value is 0. The maximum value is 5760.
If the value is missing or set to 0, your sessions can’t be stopped. If you then call StopStreamingSession , the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated (instead of stopped).
If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped (instead of terminated).
getMaxStoppedSessionLengthInMinutes in interface CfnLaunchProfile.StreamConfigurationPropertypublic final Object getSessionStorage()
CfnLaunchProfile.StreamConfigurationPropertygetSessionStorage in interface CfnLaunchProfile.StreamConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.