interface DeploymentDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GameLift.CfnContainerFleet.DeploymentDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnContainerFleet_DeploymentDetailsProperty |
Java | software.amazon.awscdk.services.gamelift.CfnContainerFleet.DeploymentDetailsProperty |
Python | aws_cdk.aws_gamelift.CfnContainerFleet.DeploymentDetailsProperty |
TypeScript | aws-cdk-lib » aws_gamelift » CfnContainerFleet » DeploymentDetailsProperty |
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 { aws_gamelift as gamelift } from 'aws-cdk-lib';
const deploymentDetailsProperty: gamelift.CfnContainerFleet.DeploymentDetailsProperty = {
latestDeploymentId: 'latestDeploymentId',
};
Properties
| Name | Type | Description |
|---|---|---|
| latest | string | A unique identifier for a fleet deployment. |
latestDeploymentId?
Type:
string
(optional)
A unique identifier for a fleet deployment.

.NET
Go
Java
Python
TypeScript