Interface CfnComputeEnvironment.IComputeScalingPolicyProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnComputeEnvironment.IComputeScalingPolicyProperty
Syntax (vb)
Public Interface CfnComputeEnvironment.IComputeScalingPolicyProperty
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.Batch;
var computeScalingPolicyProperty = new ComputeScalingPolicyProperty {
MinScaleDownDelayMinutes = 123
};
Synopsis
Properties
| MinScaleDownDelayMinutes |
Properties
MinScaleDownDelayMinutes
double? MinScaleDownDelayMinutes { get; }