@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-23T14:40:38.894Z") @Stability(value=Stable) public interface CfnSimulationApplicationVersionProps 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.robomaker.*;
CfnSimulationApplicationVersionProps cfnSimulationApplicationVersionProps = CfnSimulationApplicationVersionProps.builder()
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimulationApplicationVersionProps.Builder
A builder for
CfnSimulationApplicationVersionProps |
static class |
CfnSimulationApplicationVersionProps.Jsii$Proxy
An implementation for
CfnSimulationApplicationVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimulationApplicationVersionProps.Builder |
builder() |
String |
getApplication()
`AWS::RoboMaker::SimulationApplicationVersion.Application`.
|
default String |
getCurrentRevisionId()
`AWS::RoboMaker::SimulationApplicationVersion.CurrentRevisionId`.
|
@Stability(value=Stable) @NotNull String getApplication()
@Stability(value=Stable) @Nullable default String getCurrentRevisionId()
@Stability(value=Stable) static CfnSimulationApplicationVersionProps.Builder builder()
Copyright © 2021. All rights reserved.