@Stability(value=Stable)
public static interface CfnLaunchProfile.StreamConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchProfile.StreamConfigurationProperty.Builder
A builder for
CfnLaunchProfile.StreamConfigurationProperty |
static class |
CfnLaunchProfile.StreamConfigurationProperty.Jsii$Proxy
An implementation for
CfnLaunchProfile.StreamConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchProfile.StreamConfigurationProperty.Builder |
builder() |
String |
getClipboardMode()
`CfnLaunchProfile.StreamConfigurationProperty.ClipboardMode`.
|
List<String> |
getEc2InstanceTypes()
`CfnLaunchProfile.StreamConfigurationProperty.Ec2InstanceTypes`.
|
default Number |
getMaxSessionLengthInMinutes()
`CfnLaunchProfile.StreamConfigurationProperty.MaxSessionLengthInMinutes`.
|
List<String> |
getStreamingImageIds()
`CfnLaunchProfile.StreamConfigurationProperty.StreamingImageIds`.
|
@Stability(value=Stable) @NotNull String getClipboardMode()
@Stability(value=Stable) @NotNull List<String> getEc2InstanceTypes()
@Stability(value=Stable) @NotNull List<String> getStreamingImageIds()
@Stability(value=Stable) @Nullable default Number getMaxSessionLengthInMinutes()
@Stability(value=Stable) static CfnLaunchProfile.StreamConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.