Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computescalingpolicy.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.Batch;

             var computeScalingPolicyProperty = new ComputeScalingPolicyProperty {
                 MinScaleDownDelayMinutes = 123
             };

Synopsis

Properties

MinScaleDownDelayMinutes

Properties

MinScaleDownDelayMinutes

double? MinScaleDownDelayMinutes { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computescalingpolicy.html#cfn-batch-computeenvironment-computescalingpolicy-minscaledowndelayminutes

Back to top Generated by DocFX