public static final class CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty.Builder, CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAutomaticTerminationMode()
Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a `STOPPED` state.
|
java.lang.String |
getClipboardMode()
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
|
java.util.List<java.lang.String> |
getEc2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
java.lang.Number |
getMaxSessionLengthInMinutes()
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
|
java.lang.Number |
getMaxStoppedSessionLengthInMinutes()
Integer that determines if you can start and stop your sessions and how long a session can stay in the `STOPPED` state.
|
java.lang.String |
getSessionPersistenceMode()
Determine if a streaming session created from this launch profile can configure persistent storage.
|
java.lang.Object |
getSessionStorage()
The upload storage for a streaming session.
|
java.util.List<java.lang.String> |
getStreamingImageIds()
The streaming images that users can select from when launching a streaming session with this launch profile.
|
java.lang.Object |
getVolumeConfiguration()
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
int |
hashCode() |
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.public final java.lang.String getClipboardMode()
CfnLaunchProfile.StreamConfigurationProperty
getClipboardMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.util.List<java.lang.String> getEc2InstanceTypes()
CfnLaunchProfile.StreamConfigurationProperty
getEc2InstanceTypes
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.util.List<java.lang.String> getStreamingImageIds()
CfnLaunchProfile.StreamConfigurationProperty
getStreamingImageIds
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.lang.String getAutomaticTerminationMode()
CfnLaunchProfile.StreamConfigurationProperty
ACTIVATED
, the streaming session is scheduled for termination after being in the STOPPED
state for the time specified in maxStoppedSessionLengthInMinutes
.DEACTIVATED
, the streaming session can remain in the STOPPED
state indefinitely.
This parameter is only allowed when sessionPersistenceMode
is ACTIVATED
. When allowed, the default value for this parameter is DEACTIVATED
.
getAutomaticTerminationMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.lang.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 java.lang.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 java.lang.String getSessionPersistenceMode()
CfnLaunchProfile.StreamConfigurationProperty
This means that volumeConfiguration
and automaticTerminationMode
are configured.
getSessionPersistenceMode
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.lang.Object getSessionStorage()
CfnLaunchProfile.StreamConfigurationProperty
getSessionStorage
in interface CfnLaunchProfile.StreamConfigurationProperty
public final java.lang.Object getVolumeConfiguration()
CfnLaunchProfile.StreamConfigurationProperty
This parameter is only allowed when sessionPersistenceMode
is ACTIVATED
.
getVolumeConfiguration
in interface CfnLaunchProfile.StreamConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()