@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.560Z")
public interface CfnRobotApplicationProps
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 java.lang.String |
getCurrentRevisionId()
The current revision id.
|
default java.lang.String |
getEnvironment()
The environment of the robot application.
|
default java.lang.String |
getName()
The name of the robot application.
|
java.lang.Object |
getRobotSoftwareSuite()
The robot software suite used by the robot application.
|
default java.lang.Object |
getSources()
The sources of the robot application.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
A map that contains tag keys and tag values that are attached to the robot application.
|
java.lang.Object getRobotSoftwareSuite()
default java.lang.String getCurrentRevisionId()
default java.lang.String getEnvironment()
default java.lang.String getName()
default java.lang.Object getSources()
default java.util.Map<java.lang.String,java.lang.String> getTags()
static CfnRobotApplicationProps.Builder builder()
CfnRobotApplicationProps.Builder
of CfnRobotApplicationProps