Class CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchProfile.StreamConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty
-
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.nimblestudio.CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty.Builder, CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchProfile.StreamConfigurationProperty.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 String
Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in aSTOPPED
state.final String
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.The EC2 instance types that users can select from when launching a streaming session with this launch profile.final Number
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.final Number
Integer that determines if you can start and stop your sessions and how long a session can stay in theSTOPPED
state.final Object
Information about the streaming session backup.final String
Determine if a streaming session created from this launch profile can configure persistent storage.final Object
The upload storage for a streaming session.The streaming images that users can select from when launching a streaming session with this launch profile.final Object
Custom volume configuration for the root volumes that are attached to streaming sessions.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 theCfnLaunchProfile.StreamConfigurationProperty.Builder
.
-
-
Method Details
-
getClipboardMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.- Specified by:
getClipboardMode
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getEc2InstanceTypes
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
The EC2 instance types that users can select from when launching a streaming session with this launch profile.- Specified by:
getEc2InstanceTypes
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getStreamingImageIds
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
The streaming images that users can select from when launching a streaming session with this launch profile.- Specified by:
getStreamingImageIds
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getAutomaticTerminationMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in aSTOPPED
state.- When
ACTIVATED
, the streaming session is scheduled for termination after being in theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- Specified by:
getAutomaticTerminationMode
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
- When
-
getMaxSessionLengthInMinutes
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.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.
- Specified by:
getMaxSessionLengthInMinutes
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getMaxStoppedSessionLengthInMinutes
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Integer that determines if you can start and stop your sessions and how long a session can stay in theSTOPPED
state.The default value is 0. The maximum value is 5760.
This field is allowed only when
sessionPersistenceMode
isACTIVATED
andautomaticTerminationMode
isACTIVATED
.If the value is set to 0, your sessions can’t be
STOPPED
. If you then callStopStreamingSession
, the session fails. If the time that a session stays in theREADY
state exceeds themaxSessionLengthInMinutes
value, the session will automatically be terminated (instead ofSTOPPED
).If the value is set to a positive number, the session can be stopped. You can call
StopStreamingSession
to stop sessions in theREADY
state. If the time that a session stays in theREADY
state exceeds themaxSessionLengthInMinutes
value, the session will automatically be stopped (instead of terminated).- Specified by:
getMaxStoppedSessionLengthInMinutes
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getSessionBackup
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Information about the streaming session backup.- Specified by:
getSessionBackup
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getSessionPersistenceMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Determine if a streaming session created from this launch profile can configure persistent storage.This means that
volumeConfiguration
andautomaticTerminationMode
are configured.- Specified by:
getSessionPersistenceMode
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getSessionStorage
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
The upload storage for a streaming session.- Specified by:
getSessionStorage
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
getVolumeConfiguration
Description copied from interface:CfnLaunchProfile.StreamConfigurationProperty
Custom volume configuration for the root volumes that are attached to streaming sessions.This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
.- Specified by:
getVolumeConfiguration
in interfaceCfnLaunchProfile.StreamConfigurationProperty
- See Also:
-
$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()
-