@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-20T14:12:13.103Z") @Stability(value=Stable) public interface CfnFleetProps 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.*;
CfnFleetProps cfnFleetProps = CfnFleetProps.builder()
.name("name")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleetProps.Builder
A builder for
CfnFleetProps |
static class |
CfnFleetProps.Jsii$Proxy
An implementation for
CfnFleetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleetProps.Builder |
builder() |
default String |
getName()
The name of the fleet.
|
default Map<String,String> |
getTags()
The list of all tags added to the fleet.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnFleetProps.Builder builder()
CfnFleetProps.Builder of CfnFleetPropsCopyright © 2022. All rights reserved.