interface DeploymentDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GameLift.CfnContainerFleetPropsMixin.DeploymentDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsgamelift#CfnContainerFleetPropsMixin_DeploymentDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.DeploymentDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_gamelift.CfnContainerFleetPropsMixin.DeploymentDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_gamelift » CfnContainerFleetPropsMixin » 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/cfn-property-mixins';
const deploymentDetailsProperty: gamelift.CfnContainerFleetPropsMixin.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