@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-21T16:39:00.384Z") @Stability(value=Stable) public interface CfnRobotProps 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.*;
CfnRobotProps cfnRobotProps = CfnRobotProps.builder()
.architecture("architecture")
.greengrassGroupId("greengrassGroupId")
// the properties below are optional
.fleet("fleet")
.name("name")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotProps.Builder
A builder for
CfnRobotProps |
static class |
CfnRobotProps.Jsii$Proxy
An implementation for
CfnRobotProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotProps.Builder |
builder() |
String |
getArchitecture()
`AWS::RoboMaker::Robot.Architecture`.
|
default String |
getFleet()
`AWS::RoboMaker::Robot.Fleet`.
|
String |
getGreengrassGroupId()
`AWS::RoboMaker::Robot.GreengrassGroupId`.
|
default String |
getName()
`AWS::RoboMaker::Robot.Name`.
|
default Map<String,String> |
getTags()
`AWS::RoboMaker::Robot.Tags`.
|
@Stability(value=Stable) @NotNull String getArchitecture()
@Stability(value=Stable) @Nullable default String getFleet()
@Stability(value=Stable) @NotNull String getGreengrassGroupId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnRobotProps.Builder builder()
CfnRobotProps.Builder of CfnRobotPropsCopyright © 2021. All rights reserved.