Interface CfnFleetProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:26.179Z")
@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();
- See Also:
-
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.- See Also:
-
getTags
The list of all tags added to the fleet.- See Also:
-
builder
- Returns:
- a
CfnFleetProps.Builder
ofCfnFleetProps
-