Show / Hide Table of Contents

Interface IAddStackOptions

(deprecated) Additional options for adding a stack deployment.

Namespace: Amazon.CDK.Pipelines
Assembly: Amazon.CDK.Pipelines.dll
Syntax (csharp)
public interface IAddStackOptions
Syntax (vb)
Public Interface IAddStackOptions
Remarks

Stability: Deprecated

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.Pipelines;

var addStackOptions = new AddStackOptions {
    ExecuteRunOrder = 123,
    RunOrder = 123
};

Synopsis

Properties

ExecuteRunOrder

(deprecated) Base runorder.

RunOrder

(deprecated) Base runorder.

Properties

ExecuteRunOrder

(deprecated) Base runorder.

virtual Nullable<double> ExecuteRunOrder { get; }
Property Value

System.Nullable<System.Double>

Remarks

Default: - runOrder + 1

Stability: Deprecated

RunOrder

(deprecated) Base runorder.

virtual Nullable<double> RunOrder { get; }
Property Value

System.Nullable<System.Double>

Remarks

Default: - Next sequential runorder

Stability: Deprecated

Back to top Generated by DocFX