Interface CfnLaunchProfilePropsMixin.StreamConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchProfilePropsMixin.StreamConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchProfilePropsMixin
@Stability(Stable)
public static interface CfnLaunchProfilePropsMixin.StreamConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.*;
StreamConfigurationProperty streamConfigurationProperty = StreamConfigurationProperty.builder()
.automaticTerminationMode("automaticTerminationMode")
.clipboardMode("clipboardMode")
.ec2InstanceTypes(List.of("ec2InstanceTypes"))
.maxSessionLengthInMinutes(123)
.maxStoppedSessionLengthInMinutes(123)
.sessionBackup(StreamConfigurationSessionBackupProperty.builder()
.maxBackupsToRetain(123)
.mode("mode")
.build())
.sessionPersistenceMode("sessionPersistenceMode")
.sessionStorage(StreamConfigurationSessionStorageProperty.builder()
.mode(List.of("mode"))
.root(StreamingSessionStorageRootProperty.builder()
.linux("linux")
.windows("windows")
.build())
.build())
.streamingImageIds(List.of("streamingImageIds"))
.volumeConfiguration(VolumeConfigurationProperty.builder()
.iops(123)
.size(123)
.throughput(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchProfilePropsMixin.StreamConfigurationPropertystatic final classAn implementation forCfnLaunchProfilePropsMixin.StreamConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault Stringdefault Numberdefault Numberdefault ObjectReturns union: eitherIResolvableorCfnLaunchProfilePropsMixin.StreamConfigurationSessionBackupPropertydefault Stringdefault ObjectReturns union: eitherIResolvableorCfnLaunchProfilePropsMixin.StreamConfigurationSessionStoragePropertydefault ObjectReturns union: eitherIResolvableorCfnLaunchProfilePropsMixin.VolumeConfigurationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutomaticTerminationMode
- See Also:
-
getClipboardMode
- See Also:
-
getEc2InstanceTypes
- See Also:
-
getMaxSessionLengthInMinutes
- See Also:
-
getMaxStoppedSessionLengthInMinutes
- See Also:
-
getSessionBackup
Returns union: eitherIResolvableorCfnLaunchProfilePropsMixin.StreamConfigurationSessionBackupProperty- See Also:
-
getSessionPersistenceMode
- See Also:
-
getSessionStorage
Returns union: eitherIResolvableorCfnLaunchProfilePropsMixin.StreamConfigurationSessionStorageProperty- See Also:
-
getStreamingImageIds
- See Also:
-
getVolumeConfiguration
Returns union: eitherIResolvableorCfnLaunchProfilePropsMixin.VolumeConfigurationProperty- See Also:
-
builder
-