C# Class Amazon.Route53.CloudWatchRegion

Constants used for properties of type CloudWatchRegion.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ApNortheast1 CloudWatchRegion
ApNortheast2 CloudWatchRegion
ApSouth1 CloudWatchRegion
ApSoutheast1 CloudWatchRegion
ApSoutheast2 CloudWatchRegion
EuCentral1 CloudWatchRegion
EuWest1 CloudWatchRegion
SaEast1 CloudWatchRegion
UsEast1 CloudWatchRegion
UsEast2 CloudWatchRegion
UsWest1 CloudWatchRegion
UsWest2 CloudWatchRegion

Public Methods

Method Description
CloudWatchRegion ( 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.

FindValue ( string value ) : CloudWatchRegion

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

ApNortheast1 public_oe static_oe property

Constant ApNortheast1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 ApNortheast1
return CloudWatchRegion

ApNortheast2 public_oe static_oe property

Constant ApNortheast2 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 ApNortheast2
return CloudWatchRegion

ApSouth1 public_oe static_oe property

Constant ApSouth1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 ApSouth1
return CloudWatchRegion

ApSoutheast1 public_oe static_oe property

Constant ApSoutheast1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 ApSoutheast1
return CloudWatchRegion

ApSoutheast2 public_oe static_oe property

Constant ApSoutheast2 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 ApSoutheast2
return CloudWatchRegion

EuCentral1 public_oe static_oe property

Constant EuCentral1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 EuCentral1
return CloudWatchRegion

EuWest1 public_oe static_oe property

Constant EuWest1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 EuWest1
return CloudWatchRegion

SaEast1 public_oe static_oe property

Constant SaEast1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 SaEast1
return CloudWatchRegion

UsEast1 public_oe static_oe property

Constant UsEast1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 UsEast1
return CloudWatchRegion

UsEast2 public_oe static_oe property

Constant UsEast2 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 UsEast2
return CloudWatchRegion

UsWest1 public_oe static_oe property

Constant UsWest1 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 UsWest1
return CloudWatchRegion

UsWest2 public_oe static_oe property

Constant UsWest2 for CloudWatchRegion
public static CloudWatchRegion,Amazon.Route53 UsWest2
return CloudWatchRegion