Class LaunchType
- Namespace
- Amazon.EventBridge
- Assembly
- AWSSDK.EventBridge.dll
Constants used for properties of type LaunchType.
public class LaunchType : ConstantClass
- Inheritance
-
LaunchType
Constructors
LaunchType(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 LaunchType(string value)
Parameters
value
string
Fields
EC2
Constant EC2 for LaunchType
public static readonly LaunchType EC2
Field Value
EXTERNAL
Constant EXTERNAL for LaunchType
public static readonly LaunchType EXTERNAL
Field Value
FARGATE
Constant FARGATE for LaunchType
public static readonly LaunchType FARGATE
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static LaunchType FindValue(string value)
Parameters
value
stringThe unique value for the constant
Returns
- LaunchType
The constant for the unique value
Operators
implicit operator LaunchType(string)
Utility method to convert strings to the constant class.
public static implicit operator LaunchType(string value)
Parameters
value
stringThe string value to convert to the constant class.