C# Class Amazon.CloudFormation.ResourceStatus

Constants used for properties of type ResourceStatus.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CREATE_COMPLETE ResourceStatus
CREATE_FAILED ResourceStatus
CREATE_IN_PROGRESS ResourceStatus
DELETE_COMPLETE ResourceStatus
DELETE_FAILED ResourceStatus
DELETE_IN_PROGRESS ResourceStatus
DELETE_SKIPPED ResourceStatus
UPDATE_COMPLETE ResourceStatus
UPDATE_FAILED ResourceStatus
UPDATE_IN_PROGRESS ResourceStatus

Public Methods

Method Description
FindValue ( string value ) : ResourceStatus

Finds the constant for the unique value.

ResourceStatus ( 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 ) : ResourceStatus
value string The unique value for the constant
return ResourceStatus

ResourceStatus() 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 ResourceStatus ( string value ) : System
value string
return System

Property Details

CREATE_COMPLETE public static property

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

CREATE_FAILED public static property

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

CREATE_IN_PROGRESS public static property

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

DELETE_COMPLETE public static property

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

DELETE_FAILED public static property

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

DELETE_IN_PROGRESS public static property

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

DELETE_SKIPPED public static property

Constant DELETE_SKIPPED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation DELETE_SKIPPED
return ResourceStatus

UPDATE_COMPLETE public static property

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

UPDATE_FAILED public static property

Constant UPDATE_FAILED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation UPDATE_FAILED
return ResourceStatus

UPDATE_IN_PROGRESS public static property

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