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: