Amazon.AmazonWebServices.ProxyConfigurationProxyConfiguration Class

Amazon.AmazonWebServices.ProxyConfiguration (ClassType)

The configuration of the proxy.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdddf9ee43-4856-41b3-ca71-4a32dfaad784

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Amazon.AmazonWebServices.ProxyConfiguration:
Guid  string  Guid Separates different proxy configurations between multiple monitoring wizards. true 256  False 
Enabled  string  Enabled If the AWS management pack is using a proxy. false 256  False 
Authenticated  string      false 256  False 
Host  string  Host The proxy host of the AWS management pack. false 256  False 
Port  string  Port The proxy port of the host. false 256  False 
Domain  string  Domain The proxy domain of the host. false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.ProxyConfiguration" Base="System!System.Entity" Hosted="false" Accessibility="Public" Singleton="false" Abstract="false">
<Property ID="Guid" Type="string" MinLength="0" Key="true" CaseSensitive="false"/>
<Property ID="Enabled" Type="string" Key="false"/>
<Property ID="Authenticated" Type="string" Key="false"/>
<Property ID="Host" Type="string" Key="false"/>
<Property ID="Port" Type="string" Key="false"/>
<Property ID="Domain" Type="string" Key="false"/>
</ClassType>