Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-deploymentdetails.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-deploymentdetails.html#cfn-gamelift-containerfleet-deploymentdetails-latestdeploymentid

Back to top Generated by DocFX