| Package | Description |
|---|---|
| software.amazon.awscdk.services.nimblestudio |
AWS::NimbleStudio Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.create(software.constructs.Construct scope,
String id) |
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.description(String description)
A human-readable description of the launch profile.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.ec2SubnetIds(List<String> ec2SubnetIds)
Unique identifiers for a collection of EC2 subnets.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.name(String name)
A friendly name for the launch profile.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
A configuration for a streaming session.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.streamConfiguration(IResolvable streamConfiguration)
A configuration for a streaming session.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.studioComponentIds(List<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.studioId(String studioId)
The unique identifier for a studio resource.
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.tags(Map<String,String> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.