![]() |
Consumption Analytics Documentation |
Specifies optional connection settings for AWSCollector.
com.cloudcruiser.batch.collect.aws.AWSConnectionConfiguration
Name | Type | Description |
connectionTimeout | integer | Interval in milliseconds at which an attempt to connect to AWS times out. Default is 50000 (50 seconds). The collector will retry a failed connection up to three times. |
proxyHost | string | The optional proxy host that the client will connect through |
proxyPort | integer | The port on proxyHost that the client will connect through |
proxyUsername | string | The username with which to connect to proxyHost |
proxyPassword | string | The password for proxyUsername |
proxyDomain | string | The optional Windows domain name for configuration of an NTLM proxy |
proxyWorkstation | string | The optional Windows workstation name for configuration of an NTLM proxy |
<bean id="connectionInfo" class="com.cloudcruiser.batch.collect.aws.AWSConnectionConfiguration"> <property name="proxyHost" value="myproxy.mycompany.com"/> <property name="proxyPort" value="80"/> <property name="proxyUsername" value="proxyuser"/> <property name="proxyPassword" value="abc123"/> <property name="proxyDomain" value="mydomain"/> <property name="proxyWorkstation" value="myworkstation"/> <property name="connectionTimeout" value="60000"/> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP