Property | Type | Description | |
---|---|---|---|
CREATE_COMPLETE | |||
CREATE_FAILED | |||
CREATE_IN_PROGRESS | |||
DELETE_COMPLETE | |||
DELETE_FAILED | |||
DELETE_IN_PROGRESS | |||
REVIEW_IN_PROGRESS | |||
ROLLBACK_COMPLETE | |||
ROLLBACK_FAILED | |||
ROLLBACK_IN_PROGRESS | |||
UPDATE_COMPLETE | |||
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS | |||
UPDATE_IN_PROGRESS | |||
UPDATE_ROLLBACK_COMPLETE | |||
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS | |||
UPDATE_ROLLBACK_FAILED | |||
UPDATE_ROLLBACK_IN_PROGRESS |
Method | Description | |
---|---|---|
FindValue ( string value ) : |
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.
|
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
return |
public static StackStatus,Amazon.CloudFormation CREATE_COMPLETE | ||
return |
public static StackStatus,Amazon.CloudFormation CREATE_FAILED | ||
return |
public static StackStatus,Amazon.CloudFormation CREATE_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation DELETE_COMPLETE | ||
return |
public static StackStatus,Amazon.CloudFormation DELETE_FAILED | ||
return |
public static StackStatus,Amazon.CloudFormation DELETE_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation REVIEW_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation ROLLBACK_COMPLETE | ||
return |
public static StackStatus,Amazon.CloudFormation ROLLBACK_FAILED | ||
return |
public static StackStatus,Amazon.CloudFormation ROLLBACK_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE_CLEANUP_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS | ||
return |
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_FAILED | ||
return |