@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.845Z") @Stability(value=Stable) public interface CfnLaunchProfileProps extends software.amazon.jsii.JsiiSerializable
| 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) @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 String getDescription()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnLaunchProfileProps.Builder builder()
CfnLaunchProfileProps.Builder of CfnLaunchProfilePropsCopyright © 2021. All rights reserved.