Table of Contents

Class EndpointState

Namespace
Amazon.EventBridge
Assembly
AWSSDK.EventBridge.dll

Constants used for properties of type EndpointState.

public class EndpointState : ConstantClass
Inheritance
EndpointState

Constructors

EndpointState(string)

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 EndpointState(string value)

Parameters

value string

Fields

ACTIVE

Constant ACTIVE for EndpointState

public static readonly EndpointState ACTIVE

Field Value

EndpointState

CREATE_FAILED

Constant CREATE_FAILED for EndpointState

public static readonly EndpointState CREATE_FAILED

Field Value

EndpointState

CREATING

Constant CREATING for EndpointState

public static readonly EndpointState CREATING

Field Value

EndpointState

DELETE_FAILED

Constant DELETE_FAILED for EndpointState

public static readonly EndpointState DELETE_FAILED

Field Value

EndpointState

DELETING

Constant DELETING for EndpointState

public static readonly EndpointState DELETING

Field Value

EndpointState

UPDATE_FAILED

Constant UPDATE_FAILED for EndpointState

public static readonly EndpointState UPDATE_FAILED

Field Value

EndpointState

UPDATING

Constant UPDATING for EndpointState

public static readonly EndpointState UPDATING

Field Value

EndpointState

Methods

FindValue(string)

Finds the constant for the unique value.

public static EndpointState FindValue(string value)

Parameters

value string

The unique value for the constant

Returns

EndpointState

The constant for the unique value

Operators

implicit operator EndpointState(string)

Utility method to convert strings to the constant class.

public static implicit operator EndpointState(string value)

Parameters

value string

The string value to convert to the constant class.

Returns

EndpointState