C# Class Amazon.CloudFormation.StackStatus

Constants used for properties of type StackStatus.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
CREATE_COMPLETE StackStatus
CREATE_FAILED StackStatus
CREATE_IN_PROGRESS StackStatus
DELETE_COMPLETE StackStatus
DELETE_FAILED StackStatus
DELETE_IN_PROGRESS StackStatus
REVIEW_IN_PROGRESS StackStatus
ROLLBACK_COMPLETE StackStatus
ROLLBACK_FAILED StackStatus
ROLLBACK_IN_PROGRESS StackStatus
UPDATE_COMPLETE StackStatus
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS StackStatus
UPDATE_IN_PROGRESS StackStatus
UPDATE_ROLLBACK_COMPLETE StackStatus
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS StackStatus
UPDATE_ROLLBACK_FAILED StackStatus
UPDATE_ROLLBACK_IN_PROGRESS StackStatus

Public Methods

Method Description
FindValue ( string value ) : StackStatus

Finds the constant for the unique value.

StackStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : StackStatus
value string The unique value for the constant
return StackStatus

StackStatus() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public StackStatus ( string value ) : System
value string
return System

Property Details

CREATE_COMPLETE public_oe static_oe property

Constant CREATE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_COMPLETE
return StackStatus

CREATE_FAILED public_oe static_oe property

Constant CREATE_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_FAILED
return StackStatus

CREATE_IN_PROGRESS public_oe static_oe property

Constant CREATE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
return StackStatus

DELETE_COMPLETE public_oe static_oe property

Constant DELETE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_COMPLETE
return StackStatus

DELETE_FAILED public_oe static_oe property

Constant DELETE_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_FAILED
return StackStatus

DELETE_IN_PROGRESS public_oe static_oe property

Constant DELETE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_IN_PROGRESS
return StackStatus

REVIEW_IN_PROGRESS public_oe static_oe property

Constant REVIEW_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation REVIEW_IN_PROGRESS
return StackStatus

ROLLBACK_COMPLETE public_oe static_oe property

Constant ROLLBACK_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_COMPLETE
return StackStatus

ROLLBACK_FAILED public_oe static_oe property

Constant ROLLBACK_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_FAILED
return StackStatus

ROLLBACK_IN_PROGRESS public_oe static_oe property

Constant ROLLBACK_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_IN_PROGRESS
return StackStatus

UPDATE_COMPLETE public_oe static_oe property

Constant UPDATE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE
return StackStatus

UPDATE_COMPLETE_CLEANUP_IN_PROGRESS public_oe static_oe property

Constant UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
return StackStatus

UPDATE_IN_PROGRESS public_oe static_oe property

Constant UPDATE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_IN_PROGRESS
return StackStatus

UPDATE_ROLLBACK_COMPLETE public_oe static_oe property

Constant UPDATE_ROLLBACK_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE
return StackStatus

UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS public_oe static_oe property

Constant UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
return StackStatus

UPDATE_ROLLBACK_FAILED public_oe static_oe property

Constant UPDATE_ROLLBACK_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_FAILED
return StackStatus

UPDATE_ROLLBACK_IN_PROGRESS public_oe static_oe property

Constant UPDATE_ROLLBACK_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_IN_PROGRESS
return StackStatus