interface StreamConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamConfigurationProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationProperty |
![]() | aws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » StreamConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const streamConfigurationProperty: nimblestudio.CfnLaunchProfile.StreamConfigurationProperty = {
clipboardMode: 'clipboardMode',
ec2InstanceTypes: ['ec2InstanceTypes'],
streamingImageIds: ['streamingImageIds'],
// the properties below are optional
automaticTerminationMode: 'automaticTerminationMode',
maxSessionLengthInMinutes: 123,
maxStoppedSessionLengthInMinutes: 123,
sessionBackup: {
maxBackupsToRetain: 123,
mode: 'mode',
},
sessionPersistenceMode: 'sessionPersistenceMode',
sessionStorage: {
mode: ['mode'],
// the properties below are optional
root: {
linux: 'linux',
windows: 'windows',
},
},
volumeConfiguration: {
iops: 123,
size: 123,
throughput: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
clipboard | string | |
ec2 | string[] | |
streaming | string[] | |
automatic | string | |
max | number | |
max | number | |
session | IResolvable | Stream | |
session | string | |
session | IResolvable | Stream | |
volume | IResolvable | Volume |
clipboardMode
Type:
string
ec2InstanceTypes
Type:
string[]
streamingImageIds
Type:
string[]
automaticTerminationMode?
Type:
string
(optional)
maxSessionLengthInMinutes?
Type:
number
(optional)
maxStoppedSessionLengthInMinutes?
Type:
number
(optional)
sessionBackup?
Type:
IResolvable
|
Stream
(optional)
sessionPersistenceMode?
Type:
string
(optional)
sessionStorage?
Type:
IResolvable
|
Stream
(optional)
volumeConfiguration?
Type:
IResolvable
|
Volume
(optional)