Interface CfnFleetProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:34.987Z")
@Stability(Stable)
public interface CfnFleetProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnFleet
.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleetProps
static final class
An implementation forCfnFleetProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the fleet. -
getTags
The list of all tags added to the fleet. -
builder
- Returns:
- a
CfnFleetProps.Builder
ofCfnFleetProps
-