AWS.Tools.InternetMonitor.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.InternetMonitor</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet">
            <summary>
            Adds a tag to a resource. Tags are supported only for monitors in Amazon CloudWatch
            Internet Monitor. You can add a maximum of 50 tags in Internet Monitor.
             
              
            <para>
            A minimum of one tag is required for this call. It returns an error if you use the
            <code>TagResource</code> request with 0 tags.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a tag that you add to a resource. Tags are supported
            only for monitors in Amazon CloudWatch Internet Monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Tags that you add to a resource. You can add a maximum of 50 tags in Internet Monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.AddCWIMResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventCmdlet">
            <summary>
            Gets information the Amazon CloudWatch Internet Monitor has created and stored about
            a health event for a specified monitor. This information includes the impacted locations,
            and all the information related to the event, by location.
             
              
            <para>
            The information returned includes the impact on performance, availability, and round-trip
            time, information about the network providers (ASNs), the event type, and so on.
            </para><para>
            Information rolled up at the global traffic level is also returned, including the
            impact type and total traffic impact.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventCmdlet.EventId">
            <summary>
            <para>
            <para>The internally generated identifier of a health event. Because <code>EventID</code>
            contains the forward slash (“/”) character, you must URL-encode the <code>EventID</code>
            field in the request URL.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.GetHealthEventResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.GetHealthEventResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventId parameter.
            The -PassThru parameter is deprecated, use -Select '^EventId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet">
            <summary>
            Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns
            information for health events including the event start and end time and the status.
             
             <note><para>
            Health events that have start times during the time frame that is requested are not
            included in the list of health events.
            </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.EndTime">
            <summary>
            <para>
            <para>The time when a health event ended. If the health event is still ongoing, then the
            end time is not set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.EventStatus">
            <summary>
            <para>
            <para>The status of a health event.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.StartTime">
            <summary>
            <para>
            <para>The time when a health event started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of health event objects that you want to return with this call. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. You receive this token from a previous call.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'HealthEvents'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.ListHealthEventsResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.ListHealthEventsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMHealthEventListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorCmdlet">
            <summary>
            Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a
            monitor name. The information returned includes the Amazon Resource Name (ARN), create
            time, modified time, resources included in the monitor, and status information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.GetMonitorResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.GetMonitorResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet">
            <summary>
            Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses,
            along with the Amazon Resource Name (ARN) and name of each monitor.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.MonitorStatus">
            <summary>
            <para>
            <para>The status of a monitor. This includes the status of the data processing for the monitor
            and the status of the monitor itself.</para><para>For information about the statuses for a monitor, see <a href="https://docs.aws.amazon.com/internet-monitor/latest/api/API_Monitor.html">
            Monitor</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of monitor objects that you want to return with this call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. You receive this token from a previous call.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Monitors'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.ListMonitorsResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.ListMonitorsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorStatus parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorStatus' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMMonitorListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMResourceTagCmdlet">
            <summary>
            Lists the tags for a resource. Tags are supported only for monitors in Amazon CloudWatch
            Internet Monitor.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.GetCWIMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet">
            <summary>
            Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based
            on information from the application resources that you add: VPCs, Network Load Balancers
            (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet
            Monitor then publishes internet measurements from Amazon Web Services that are specific
            to the <i>city-networks</i>. That is, the locations and ASNs (typically internet service
            providers or ISPs), where clients access your application. For more information, see
            <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html">Using
            Amazon CloudWatch Internet Monitor</a> in the <i>Amazon CloudWatch User Guide</i>.
             
              
            <para>
            When you create a monitor, you choose the percentage of traffic that you want to monitor.
            You can also set a maximum limit for the number of city-networks where client traffic
            is monitored, that caps the total traffic that Internet Monitor monitors. A city-network
            maximum is the limit of city-networks, but you only pay for the number of city-networks
            that are actually monitored. You can update your monitor at any time to change the
            percentage of traffic to monitor or the city-networks maximum. For more information,
            see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html">Choosing
            a city-network maximum value</a> in the <i>Amazon CloudWatch User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.HealthEventsConfig_AvailabilityScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for availability scores.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.S3Config_BucketName">
            <summary>
            <para>
            <para>The Amazon S3 bucket name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.S3Config_BucketPrefix">
            <summary>
            <para>
            <para>The Amazon S3 bucket prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_HealthScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_HealthScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.S3Config_LogDeliveryStatus">
            <summary>
            <para>
            <para>The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.MaxCityNetworksToMonitor">
            <summary>
            <para>
            <para>The maximum number of city-networks to monitor for your resources. A city-network
            is the location (city) where clients access your application resources from and the
            ASN or network provider, such as an internet service provider (ISP), that clients
            access the resources through. Setting this limit can help control billing costs.</para><para>To learn more, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html">Choosing
            a city-network maximum value </a> in the Amazon CloudWatch Internet Monitor section
            of the <i>CloudWatch User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_MinTrafficImpact">
            <summary>
            <para>
            <para>The minimum percentage of overall traffic for an application that must be impacted
            by an issue before Internet Monitor creates an event when a threshold is crossed for
            a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_MinTrafficImpact">
            <summary>
            <para>
            <para>The minimum percentage of overall traffic for an application that must be impacted
            by an issue before Internet Monitor creates an event when a threshold is crossed for
            a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.HealthEventsConfig_PerformanceScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for performance scores.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.Resource">
            <summary>
            <para>
            <para>The resources to include in a monitor, which you provide as a set of Amazon Resource
            Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon
            WorkSpaces directories.</para><para>You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces
            directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together
            with any other resources.</para><note><para>If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway
            attached to it, to make sure that it has internet connectivity.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_Status">
            <summary>
            <para>
            <para>The status of whether Internet Monitor creates a health event based on a threshold
            percentage set for a local health score. The status can be <code>ENABLED</code> or
            <code>DISABLED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_Status">
            <summary>
            <para>
            <para>The status of whether Internet Monitor creates a health event based on a threshold
            percentage set for a local health score. The status can be <code>ENABLED</code> or
            <code>DISABLED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.TrafficPercentageToMonitor">
            <summary>
            <para>
            <para>The percentage of the internet-facing traffic for your application that you want to
            monitor with this monitor. If you set a city-networks maximum, that limit overrides
            the traffic percentage that you set.</para><para>To learn more, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMTrafficPercentage.html">Choosing
            an application traffic percentage to monitor </a> in the Amazon CloudWatch Internet
            Monitor section of the <i>CloudWatch User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive string of up to 64 ASCII characters that you specify to make
            an idempotent API request. Don't reuse the same client token for other API requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.CreateMonitorResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.CreateMonitorResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.NewCWIMMonitorCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMMonitorCmdlet">
            <summary>
            Deletes a monitor in Amazon CloudWatch Internet Monitor.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMMonitorCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMMonitorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.DeleteMonitorResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMMonitorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMMonitorCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet">
            <summary>
            Removes a tag from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a tag you remove a resource from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Tag keys that you remove from a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.RemoveCWIMResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet">
            <summary>
            Updates a monitor. You can update a monitor to change the percentage of traffic to
            monitor or the maximum number of city-networks (locations and ASNs), to add or remove
            resources, or to change the status of the monitor. Note that you can't change the
            name of a monitor.
             
              
            <para>
            The city-network maximum that you choose is the limit, but you only pay for the number
            of city-networks that are actually monitored. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html">Choosing
            a city-network maximum value</a> in the <i>Amazon CloudWatch User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.HealthEventsConfig_AvailabilityScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for availability scores.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.S3Config_BucketName">
            <summary>
            <para>
            <para>The Amazon S3 bucket name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.S3Config_BucketPrefix">
            <summary>
            <para>
            <para>The Amazon S3 bucket prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_HealthScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_HealthScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.S3Config_LogDeliveryStatus">
            <summary>
            <para>
            <para>The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.MaxCityNetworksToMonitor">
            <summary>
            <para>
            <para>The maximum number of city-networks to monitor for your application. A city-network
            is the location (city) where clients access your application resources from and the
            ASN or network provider, such as an internet service provider (ISP), that clients
            access the resources through. Setting this limit can help control billing costs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_MinTrafficImpact">
            <summary>
            <para>
            <para>The minimum percentage of overall traffic for an application that must be impacted
            by an issue before Internet Monitor creates an event when a threshold is crossed for
            a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_MinTrafficImpact">
            <summary>
            <para>
            <para>The minimum percentage of overall traffic for an application that must be impacted
            by an issue before Internet Monitor creates an event when a threshold is crossed for
            a local health score.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.MonitorName">
            <summary>
            <para>
            <para>The name of the monitor. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.HealthEventsConfig_PerformanceScoreThreshold">
            <summary>
            <para>
            <para>The health event threshold percentage set for performance scores.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.ResourcesToAdd">
            <summary>
            <para>
            <para>The resources to include in a monitor, which you provide as a set of Amazon Resource
            Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon
            WorkSpaces directories.</para><para>You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces
            directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together
            with any other resources.</para><note><para>If you add only Amazon Virtual Private Clouds resources, at least one VPC must have
            an Internet Gateway attached to it, to make sure that it has internet connectivity.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.ResourcesToRemove">
            <summary>
            <para>
            <para>The resources to remove from a monitor, which you provide as a set of Amazon Resource
            Names (ARNs).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.AvailabilityLocalHealthEventsConfig_Status">
            <summary>
            <para>
            <para>The status of whether Internet Monitor creates a health event based on a threshold
            percentage set for a local health score. The status can be <code>ENABLED</code> or
            <code>DISABLED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.PerformanceLocalHealthEventsConfig_Status">
            <summary>
            <para>
            <para>The status of whether Internet Monitor creates a health event based on a threshold
            percentage set for a local health score. The status can be <code>ENABLED</code> or
            <code>DISABLED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.Status">
            <summary>
            <para>
            <para>The status for a monitor. The accepted values for <code>Status</code> with the <code>UpdateMonitor</code>
            API call are the following: <code>ACTIVE</code> and <code>INACTIVE</code>. The following
            values are <i>not</i> accepted: <code>PENDING</code>, and <code>ERROR</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.TrafficPercentageToMonitor">
            <summary>
            <para>
            <para>The percentage of the internet-facing traffic for your application that you want to
            monitor with this monitor. If you set a city-networks maximum, that limit overrides
            the traffic percentage that you set.</para><para>To learn more, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMTrafficPercentage.html">Choosing
            an application traffic percentage to monitor </a> in the Amazon CloudWatch Internet
            Monitor section of the <i>CloudWatch User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive string of up to 64 ASCII characters that you specify to make
            an idempotent API request. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InternetMonitor.Model.UpdateMonitorResponse).
            Specifying the name of a property of type Amazon.InternetMonitor.Model.UpdateMonitorResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitorName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CWIM.UpdateCWIMMonitorCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>