@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:47.341Z") @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()
The architecture of the robot.
|
default String |
getFleet()
The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.
|
String |
getGreengrassGroupId()
The Greengrass group associated with the robot.
|
default String |
getName()
The name of the robot.
|
default Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the robot.
|
@Stability(value=Stable) @NotNull String getArchitecture()
@Stability(value=Stable) @NotNull String getGreengrassGroupId()
@Stability(value=Stable) @Nullable default String getFleet()
@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 © 2022. All rights reserved.