@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:47.339Z") @Stability(value=Stable) public interface CfnRobotApplicationProps 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.*;
CfnRobotApplicationProps cfnRobotApplicationProps = CfnRobotApplicationProps.builder()
.robotSoftwareSuite(RobotSoftwareSuiteProperty.builder()
.name("name")
// the properties below are optional
.version("version")
.build())
// the properties below are optional
.currentRevisionId("currentRevisionId")
.environment("environment")
.name("name")
.sources(List.of(SourceConfigProperty.builder()
.architecture("architecture")
.s3Bucket("s3Bucket")
.s3Key("s3Key")
.build()))
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotApplicationProps.Builder
A builder for
CfnRobotApplicationProps |
static class |
CfnRobotApplicationProps.Jsii$Proxy
An implementation for
CfnRobotApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplicationProps.Builder |
builder() |
default String |
getCurrentRevisionId()
The current revision id.
|
default String |
getEnvironment()
The environment of the robot application.
|
default String |
getName()
The name of the robot application.
|
Object |
getRobotSoftwareSuite()
The robot software suite used by the robot application.
|
default Object |
getSources()
The sources of the robot application.
|
default Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the robot application.
|
@Stability(value=Stable) @NotNull Object getRobotSoftwareSuite()
@Stability(value=Stable) @Nullable default String getCurrentRevisionId()
@Stability(value=Stable) @Nullable default String getEnvironment()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getSources()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnRobotApplicationProps.Builder builder()
CfnRobotApplicationProps.Builder of CfnRobotApplicationPropsCopyright © 2022. All rights reserved.