@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.638Z") @Stability(value=Stable) public interface CfnLaunchProfileProps 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.services.nimblestudio.*;
CfnLaunchProfileProps cfnLaunchProfileProps = CfnLaunchProfileProps.builder()
.ec2SubnetIds(List.of("ec2SubnetIds"))
.launchProfileProtocolVersions(List.of("launchProfileProtocolVersions"))
.name("name")
.streamConfiguration(StreamConfigurationProperty.builder()
.clipboardMode("clipboardMode")
.ec2InstanceTypes(List.of("ec2InstanceTypes"))
.streamingImageIds(List.of("streamingImageIds"))
// the properties below are optional
.maxSessionLengthInMinutes(123)
.build())
.studioComponentIds(List.of("studioComponentIds"))
.studioId("studioId")
// the properties below are optional
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchProfileProps.Builder
A builder for
CfnLaunchProfileProps |
static class |
CfnLaunchProfileProps.Jsii$Proxy
An implementation for
CfnLaunchProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchProfileProps.Builder |
builder() |
default String |
getDescription()
`AWS::NimbleStudio::LaunchProfile.Description`.
|
List<String> |
getEc2SubnetIds()
`AWS::NimbleStudio::LaunchProfile.Ec2SubnetIds`.
|
List<String> |
getLaunchProfileProtocolVersions()
`AWS::NimbleStudio::LaunchProfile.LaunchProfileProtocolVersions`.
|
String |
getName()
`AWS::NimbleStudio::LaunchProfile.Name`.
|
Object |
getStreamConfiguration()
`AWS::NimbleStudio::LaunchProfile.StreamConfiguration`.
|
List<String> |
getStudioComponentIds()
`AWS::NimbleStudio::LaunchProfile.StudioComponentIds`.
|
String |
getStudioId()
`AWS::NimbleStudio::LaunchProfile.StudioId`.
|
default Map<String,String> |
getTags()
`AWS::NimbleStudio::LaunchProfile.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull List<String> getEc2SubnetIds()
@Stability(value=Stable) @NotNull List<String> getLaunchProfileProtocolVersions()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getStreamConfiguration()
@Stability(value=Stable) @NotNull List<String> getStudioComponentIds()
@Stability(value=Stable) @NotNull String getStudioId()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnLaunchProfileProps.Builder builder()
CfnLaunchProfileProps.Builder of CfnLaunchProfilePropsCopyright © 2021. All rights reserved.