Amazon.AmazonWebServices.MetricCollectionManagedProbeAction (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelector
TimeSpanint$Config/TimeSpan$
Periodint$Config/Period$
StatisticTypestring$Config/StatisticType$

Source Code:

<ProbeActionModuleType ID="Amazon.AmazonWebServices.MetricCollectionManagedProbeAction" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="NamespaceFilter" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="MetricName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="ResourceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="ResourceId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="TimeSpan" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="Period" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="StatisticType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="RegionName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="AwsAccessKey" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="AwsSecretKey" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeSpan" ParameterType="int" Selector="$Config/TimeSpan$"/>
<OverrideableParameter ID="Period" ParameterType="int" Selector="$Config/Period$"/>
<OverrideableParameter ID="StatisticType" ParameterType="string" Selector="$Config/StatisticType$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Amazon.AmazonWebServices.Modules, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8edc8f0ed2e0ec7b</Assembly>
<Type>Amazon.AmazonWebServices.Modules.MetricDataProbeAction</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>