AWS.Tools.GlobalAccelerator.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.GlobalAccelerator</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorCmdlet">
            <summary>
            Describe an accelerator. To see an AWS CLI example of describing an accelerator, scroll
            down to <b>Example</b>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the accelerator to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorAttributeCmdlet">
            <summary>
            Describe the attributes of an accelerator.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorAttributeCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the accelerator with the attributes that you want
            to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorListCmdlet">
            <summary>
            List the accelerators for an AWS account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of Global Accelerator objects that you want to return with this call. The
            default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLAcceleratorListCmdlet.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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupCmdlet">
            <summary>
            Describe an endpoint group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupCmdlet.EndpointGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the endpoint group to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupListCmdlet">
            <summary>
            List the endpoint groups that are associated with a listener.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupListCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of endpoint group objects that you want to return with this call. The default
            value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLEndpointGroupListCmdlet.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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerCmdlet">
            <summary>
            Describe a listener.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerListCmdlet">
            <summary>
            List the listeners for an accelerator.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerListCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the accelerator for which you want to list listener
            objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of listener objects that you want to return with this call. The default
            value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.GetGACLListenerListCmdlet.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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet">
            <summary>
            Create an accelerator. An accelerator includes one or more listeners that process
            inbound connections and direct traffic to one or more endpoint groups, each of which
            includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating
            an accelerator, scroll down to <b>Example</b>.
             
             <important><para>
            You must specify the US-West-2 (Oregon) Region to create or update accelerators.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet.Enabled">
            <summary>
            <para>
            <para>Indicates whether an accelerator is enabled. The value is true or false. The default
            value is true. </para><para>If the value is set to true, an accelerator cannot be deleted. If set to false, the
            accelerator can be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet.IdempotencyToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
            is, the uniqueness—of an accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet.IpAddressType">
            <summary>
            <para>
            <para>The value for the address type must be IPv4. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet.Name">
            <summary>
            <para>
            <para>The name of an accelerator. The name can have a maximum of 32 characters, must contain
            only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLAcceleratorCmdlet.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.GACL.NewGACLEndpointGroupCmdlet">
            <summary>
            Create an endpoint group for the specified listener. An endpoint group is a collection
            of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint
            group, scroll down to <b>Example</b>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.EndpointConfiguration">
            <summary>
            <para>
            <para>The list of endpoint objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.EndpointGroupRegion">
            <summary>
            <para>
            <para>The name of the AWS Region where the endpoint group is located. A listener can have
            only one endpoint group in a specific Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.HealthCheckIntervalSecond">
            <summary>
            <para>
            <para>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default
            value is 30.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.HealthCheckPath">
            <summary>
            <para>
            <para>If the protocol is HTTP/S, then this specifies the path that is the destination for
            health check targets. The default value is slash (/).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.HealthCheckPort">
            <summary>
            <para>
            <para>The port that AWS Global Accelerator uses to check the health of endpoints that are
            part of this endpoint group. The default port is the listener port that this endpoint
            group is associated with. If listener port is a list of ports, Global Accelerator
            uses the first port in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.HealthCheckProtocol">
            <summary>
            <para>
            <para>The protocol that AWS Global Accelerator uses to check the health of endpoints that
            are part of this endpoint group. The default value is TCP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.IdempotencyToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
            is, the uniqueness—of the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.ThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health checks required to set the state of a healthy endpoint
            to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.TrafficDialPercentage">
            <summary>
            <para>
            <para>The percentage of traffic to send to an AWS Region. Additional traffic is distributed
            to other endpoint groups for this listener. </para><para>Use this action to increase (dial up) or decrease (dial down) traffic to a specific
            Region. The percentage is applied to the traffic that would otherwise have been routed
            to the Region based on optimal routing.</para><para>The default value is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLEndpointGroupCmdlet.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.GACL.NewGACLListenerCmdlet">
            <summary>
            Create a listener to process inbound connections from clients to an accelerator. Connections
            arrive to assigned static IP addresses on a port, port range, or list of port ranges
            that you specify. To see an AWS CLI example of creating a listener, scroll down to
            <b>Example</b>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of your accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.ClientAffinity">
            <summary>
            <para>
            <para>Client affinity lets you direct all requests from a user to the same endpoint, if
            you have stateful applications, regardless of the port and protocol of the client
            request. Clienty affinity gives you control over whether to always route each client
            to the same specific endpoint.</para><para>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal
            endpoint for a connection. If client affinity is <code>NONE</code>, Global Accelerator
            uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination
            IP address, destination port, and protocol—to select the hash value, and then chooses
            the best endpoint. However, with this setting, if someone uses different ports to
            connect to Global Accelerator, their connections might not be always routed to the
            same endpoint because the hash value changes. </para><para>If you want a given client to always be routed to the same endpoint, set client affinity
            to <code>SOURCE_IP</code> instead. When you use the <code>SOURCE_IP</code> setting,
            Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address
            and destination IP address—to select the hash value.</para><para>The default value is <code>NONE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.IdempotencyToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
            is, the uniqueness—of the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.PortRange">
            <summary>
            <para>
            <para>The list of port ranges to support for connections from clients to your accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.Protocol">
            <summary>
            <para>
            <para>The protocol for connections from clients to your accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.NewGACLListenerCmdlet.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.GACL.RemoveGACLAcceleratorCmdlet">
            <summary>
            Delete an accelerator. Note: before you can delete an accelerator, you must disable
            it and remove all dependent resources (listeners and endpoint groups).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLAcceleratorCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLAcceleratorCmdlet.PassThru">
            <summary>
            Returns the value passed to the AcceleratorArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLAcceleratorCmdlet.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.GACL.RemoveGACLEndpointGroupCmdlet">
            <summary>
            Delete an endpoint group from a listener.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLEndpointGroupCmdlet.EndpointGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the endpoint group to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLEndpointGroupCmdlet.PassThru">
            <summary>
            Returns the value passed to the EndpointGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLEndpointGroupCmdlet.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.GACL.RemoveGACLListenerCmdlet">
            <summary>
            Delete a listener from an accelerator.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLListenerCmdlet.PassThru">
            <summary>
            Returns the value passed to the ListenerArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.RemoveGACLListenerCmdlet.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.GACL.UpdateGACLAcceleratorCmdlet">
            <summary>
            Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll
            down to <b>Example</b>.
             
             <important><para>
            You must specify the US-West-2 (Oregon) Region to create or update accelerators.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the accelerator to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorCmdlet.Enabled">
            <summary>
            <para>
            <para>Indicates whether an accelerator is enabled. The value is true or false. The default
            value is true. </para><para>If the value is set to true, the accelerator cannot be deleted. If set to false, the
            accelerator can be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorCmdlet.IpAddressType">
            <summary>
            <para>
            <para>The value for the address type must be IPv4. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorCmdlet.Name">
            <summary>
            <para>
            <para>The name of the accelerator. The name can have a maximum of 32 characters, must contain
            only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorCmdlet.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.GACL.UpdateGACLAcceleratorAttributeCmdlet">
            <summary>
            Update the attributes for an accelerator. To see an AWS CLI example of updating an
            accelerator to enable flow logs, scroll down to <b>Example</b>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorAttributeCmdlet.AcceleratorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the accelerator that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorAttributeCmdlet.FlowLogsEnabled">
            <summary>
            <para>
            <para>Update whether flow logs are enabled. The default value is false. If the value is
            true, <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</para><para>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow
            Logs</a> in the <i>AWS Global Accelerator Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorAttributeCmdlet.FlowLogsS3Bucket">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code>
            is <code>true</code>. The bucket must exist and have a bucket policy that grants AWS
            Global Accelerator permission to write to the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorAttributeCmdlet.FlowLogsS3Prefix">
            <summary>
            <para>
            <para>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute
            is required if <code>FlowLogsEnabled</code> is <code>true</code>. If you don’t specify
            a prefix, the flow logs are stored in the root of the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLAcceleratorAttributeCmdlet.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.GACL.UpdateGACLEndpointGroupCmdlet">
            <summary>
            Update an endpoint group. To see an AWS CLI example of updating an endpoint group,
            scroll down to <b>Example</b>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.EndpointConfiguration">
            <summary>
            <para>
            <para>The list of endpoint objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.EndpointGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the endpoint group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.HealthCheckIntervalSecond">
            <summary>
            <para>
            <para>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default
            value is 30.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.HealthCheckPath">
            <summary>
            <para>
            <para>If the protocol is HTTP/S, then this specifies the path that is the destination for
            health check targets. The default value is slash (/).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.HealthCheckPort">
            <summary>
            <para>
            <para>The port that AWS Global Accelerator uses to check the health of endpoints that are
            part of this endpoint group. The default port is the listener port that this endpoint
            group is associated with. If the listener port is a list of ports, Global Accelerator
            uses the first port in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.HealthCheckProtocol">
            <summary>
            <para>
            <para>The protocol that AWS Global Accelerator uses to check the health of endpoints that
            are part of this endpoint group. The default value is TCP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.ThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health checks required to set the state of a healthy endpoint
            to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.TrafficDialPercentage">
            <summary>
            <para>
            <para>The percentage of traffic to send to an AWS Region. Additional traffic is distributed
            to other endpoint groups for this listener. </para><para>Use this action to increase (dial up) or decrease (dial down) traffic to a specific
            Region. The percentage is applied to the traffic that would otherwise have been routed
            to the Region based on optimal routing.</para><para>The default value is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLEndpointGroupCmdlet.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.GACL.UpdateGACLListenerCmdlet">
            <summary>
            Update a listener.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLListenerCmdlet.ClientAffinity">
            <summary>
            <para>
            <para>Client affinity lets you direct all requests from a user to the same endpoint, if
            you have stateful applications, regardless of the port and protocol of the client
            request. Clienty affinity gives you control over whether to always route each client
            to the same specific endpoint.</para><para>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal
            endpoint for a connection. If client affinity is <code>NONE</code>, Global Accelerator
            uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination
            IP address, destination port, and protocol—to select the hash value, and then chooses
            the best endpoint. However, with this setting, if someone uses different ports to
            connect to Global Accelerator, their connections might not be always routed to the
            same endpoint because the hash value changes. </para><para>If you want a given client to always be routed to the same endpoint, set client affinity
            to <code>SOURCE_IP</code> instead. When you use the <code>SOURCE_IP</code> setting,
            Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address
            and destination IP address—to select the hash value.</para><para>The default value is <code>NONE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLListenerCmdlet.PortRange">
            <summary>
            <para>
            <para>The updated list of port ranges for the connections from clients to the accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLListenerCmdlet.Protocol">
            <summary>
            <para>
            <para>The updated protocol for the connections from clients to the accelerator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GACL.UpdateGACLListenerCmdlet.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>