Configuration for accessing Auto Scaling service

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.2.0 (1.4.2.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AmazonAutoScalingConfig : ClientConfig
Public Class AmazonAutoScalingConfig _
	Inherits ClientConfig
public ref class AmazonAutoScalingConfig : public ClientConfig

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AmazonAutoScalingConfig()()()()
Default constructor
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MaxErrorRetry
Gets and sets of the MaxErrorRetry property.
(Inherited from ClientConfig.)
ProxyHost
Gets and sets of the ProxyHost property.
(Inherited from ClientConfig.)
ProxyPassword
Gets and sets the ProxyPassword property. Used in conjunction with the ProxyUsername property to authenticate requests with the specified Proxy server.
(Inherited from ClientConfig.)
ProxyPort
Gets and sets of the ProxyPort property.
(Inherited from ClientConfig.)
ProxyUsername
Gets and sets the ProxyUsername property. Used in conjunction with the ProxyPassword property to authenticate requests with the specified Proxy server.
(Inherited from ClientConfig.)
ServiceURL
Gets and sets of the ServiceURL property. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http.
(Inherited from ClientConfig.)
ServiceVersion
Gets the ServiceVersion property.
(Overrides ClientConfig..::..ServiceVersion.)
SignatureMethod
Gets and sets of the signatureMethod property.
(Inherited from ClientConfig.)
SignatureVersion
Gets and sets of the SignatureVersion property.
(Inherited from ClientConfig.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserAgent
Gets and sets of the UserAgent property.
(Inherited from ClientConfig.)
UseSecureStringForAwsSecretKey
Gets and Sets the UseSecureStringForAwsSecretKey property. By default, the AWS Secret Access Key is stored in a SecureString (true) - this is one of the secure ways to store a secret provided by the .NET Framework. But, the use of SecureStrings is not supported in Medium Trust Windows Hosting environments. If you are building an ASP.NET application that needs to run with Medium Trust, set this property to false, and the client will not save your AWS Secret Key in a secure string. Changing the default to false can result in the Secret Key being vulnerable; please use this property judiciously.
(Inherited from ClientConfig.)

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..ClientConfig
    Amazon.AutoScaling..::..AmazonAutoScalingConfig

See Also