Interface CfnContainerFleet.IDeploymentDetailsProperty
Information about the most recent deployment for the container fleet.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnContainerFleet.IDeploymentDetailsProperty
Syntax (vb)
Public Interface CfnContainerFleet.IDeploymentDetailsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;
var deploymentDetailsProperty = new DeploymentDetailsProperty {
LatestDeploymentId = "latestDeploymentId"
};
Synopsis
Properties
LatestDeploymentId | A unique identifier for a fleet deployment. |
Properties
LatestDeploymentId
A unique identifier for a fleet deployment.
string? LatestDeploymentId { get; }