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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationProperty
CfnLaunchProfile.StreamConfigurationProperty.Builder, CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchProfile.StreamConfigurationProperty.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 StringCfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode.final StringAllows 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 NumberThe length of time, in minutes, that a streaming session can be active before it is stopped or terminated.final NumberInteger that determines if you can start and stop your sessions and how long a session can stay in theSTOPPEDstate.final ObjectCfnLaunchProfile.StreamConfigurationProperty.SessionBackup.final StringCfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode.final ObjectThe upload storage for a streaming session.The streaming images that users can select from when launching a streaming session with this launch profile.final ObjectCfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration.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 theCfnLaunchProfile.StreamConfigurationProperty.Builder.
-
-
Method Details
-
getClipboardMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyAllows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.- Specified by:
getClipboardModein interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getEc2InstanceTypes
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyThe EC2 instance types that users can select from when launching a streaming session with this launch profile.- Specified by:
getEc2InstanceTypesin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getStreamingImageIds
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyThe streaming images that users can select from when launching a streaming session with this launch profile.- Specified by:
getStreamingImageIdsin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getAutomaticTerminationMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyCfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode.- Specified by:
getAutomaticTerminationModein interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getMaxSessionLengthInMinutes
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyThe 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:
getMaxSessionLengthInMinutesin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getMaxStoppedSessionLengthInMinutes
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyInteger that determines if you can start and stop your sessions and how long a session can stay in theSTOPPEDstate.The default value is 0. The maximum value is 5760.
This field is allowed only when
sessionPersistenceModeisACTIVATEDandautomaticTerminationModeisACTIVATED.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 theREADYstate exceeds themaxSessionLengthInMinutesvalue, 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
StopStreamingSessionto stop sessions in theREADYstate. If the time that a session stays in theREADYstate exceeds themaxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).- Specified by:
getMaxStoppedSessionLengthInMinutesin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getSessionBackup
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyCfnLaunchProfile.StreamConfigurationProperty.SessionBackup.- Specified by:
getSessionBackupin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getSessionPersistenceMode
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyCfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode.- Specified by:
getSessionPersistenceModein interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getSessionStorage
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyThe upload storage for a streaming session.- Specified by:
getSessionStoragein interfaceCfnLaunchProfile.StreamConfigurationProperty
-
getVolumeConfiguration
Description copied from interface:CfnLaunchProfile.StreamConfigurationPropertyCfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration.- Specified by:
getVolumeConfigurationin interfaceCfnLaunchProfile.StreamConfigurationProperty
-
$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()
-