Interface CfnContainerFleet.DeploymentDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContainerFleet.DeploymentDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnContainerFleet
@Stability(Stable)
public static interface CfnContainerFleet.DeploymentDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Information about the most recent deployment for the container fleet.
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.gamelift.*; DeploymentDetailsProperty deploymentDetailsProperty = DeploymentDetailsProperty.builder() .latestDeploymentId("latestDeploymentId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnContainerFleet.DeploymentDetailsProperty
static final class
An implementation forCfnContainerFleet.DeploymentDetailsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLatestDeploymentId
A unique identifier for a fleet deployment.- See Also:
-
builder
-