@Stability(value=Stable) @Internal public static final class CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnLaunchProfile.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 |
getAutomaticTerminationMode()
`CfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode`.
|
String |
getClipboardMode()
Allows or deactivates 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 |
getSessionBackup()
`CfnLaunchProfile.StreamConfigurationProperty.SessionBackup`.
|
String |
getSessionPersistenceMode()
`CfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode`.
|
Object |
getSessionStorage()
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.
|
Object |
getVolumeConfiguration()
`CfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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.StreamConfigurationProperty
getClipboardMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final List<String> getEc2InstanceTypes()
CfnLaunchProfile.StreamConfigurationProperty
getEc2InstanceTypes
in interface CfnLaunchProfile.StreamConfigurationProperty
public final List<String> getStreamingImageIds()
CfnLaunchProfile.StreamConfigurationProperty
getStreamingImageIds
in interface CfnLaunchProfile.StreamConfigurationProperty
public final String getAutomaticTerminationMode()
CfnLaunchProfile.StreamConfigurationProperty
getAutomaticTerminationMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final Number getMaxSessionLengthInMinutes()
CfnLaunchProfile.StreamConfigurationProperty
After 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.StreamConfigurationProperty
public final Number getMaxStoppedSessionLengthInMinutes()
CfnLaunchProfile.StreamConfigurationProperty
The default value is 0. The maximum value is 5760.
This field is allowed only when sessionPersistenceMode
is ACTIVATED
and automaticTerminationMode
is ACTIVATED
.
If the value is 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.StreamConfigurationProperty
public final Object getSessionBackup()
CfnLaunchProfile.StreamConfigurationProperty
getSessionBackup
in interface CfnLaunchProfile.StreamConfigurationProperty
public final String getSessionPersistenceMode()
CfnLaunchProfile.StreamConfigurationProperty
getSessionPersistenceMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final Object getSessionStorage()
CfnLaunchProfile.StreamConfigurationProperty
getSessionStorage
in interface CfnLaunchProfile.StreamConfigurationProperty
public final Object getVolumeConfiguration()
CfnLaunchProfile.StreamConfigurationProperty
getVolumeConfiguration
in interface CfnLaunchProfile.StreamConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.