AWS.Tools.ElasticLoadBalancingV2.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ElasticLoadBalancingV2</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.AddELB2ListenerCertificateCmdlet">
            <summary>
            Adds the specified SSL server certificate to the certificate list for the specified
            HTTPS or TLS listener.
             
              
            <para>
            If the certificate in already in the certificate list, the call is successful but
            the certificate is not added again.
            </para><para>
            To get the certificate list for a listener, use <a>DescribeListenerCertificates</a>.
            To remove certificates from the certificate list for a listener, use <a>RemoveListenerCertificates</a>.
            To replace the default certificate for a listener, use <a>ModifyListener</a>.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates">SSL
            Certificates</a> in the <i>Application Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2ListenerCertificateCmdlet.Certificate">
            <summary>
            <para>
            <para>The certificate to add. You can specify one certificate per call. Set <code>CertificateArn</code>
            to the certificate ARN but do not set <code>IsDefault</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2ListenerCertificateCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2ListenerCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Certificates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.AddListenerCertificatesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.AddListenerCertificatesResponse 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.ELB2.AddELB2ListenerCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Certificate parameter.
            The -PassThru parameter is deprecated, use -Select '^Certificate' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2ListenerCertificateCmdlet.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.ELB2.AddELB2TagCmdlet">
            <summary>
            Adds the specified tags to the specified Elastic Load Balancing resource. You can
            tag your Application Load Balancers, Network Load Balancers, and your target groups.
             
              
            <para>
            Each tag consists of a key and an optional value. If a resource already has a tag
            with the same key, <code>AddTags</code> updates its value.
            </para><para>
            To list the current tags for your resources, use <a>DescribeTags</a>. To remove tags
            from your resources, use <a>RemoveTags</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2TagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2TagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags. Each resource can have a maximum of 10 tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2TagCmdlet.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.ElasticLoadBalancingV2.Model.AddTagsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.AddELB2TagCmdlet.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.ELB2.EditELB2ListenerCmdlet">
            <summary>
            Replaces the specified properties of the specified listener. Any properties that you
            do not specify remain unchanged.
             
              
            <para>
            Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security
            policy and default certificate properties. If you change the protocol from HTTP to
            HTTPS, or from TCP to TLS, you must add the security policy and default certificate
            properties.
            </para><para>
            To add an item to a list, remove an item from a list, or update an item in a list,
            you must provide the entire list. For example, to add an action, specify a list with
            the current actions plus the new action.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.Certificate">
            <summary>
            <para>
            <para>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
            exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but
            do not set <code>IsDefault</code>.</para><para>To create a certificate list, use <a>AddListenerCertificates</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.DefaultAction">
            <summary>
            <para>
            <para>The actions for the default rule. The rule must include one forward action or one
            or more fixed-response actions.</para><para>If the action type is <code>forward</code>, you specify one or more target groups.
            The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer.
            The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load
            Balancer.</para><para>[HTTPS listeners] If the action type is <code>authenticate-oidc</code>, you authenticate
            users through an identity provider that is OpenID Connect (OIDC) compliant.</para><para>[HTTPS listeners] If the action type is <code>authenticate-cognito</code>, you authenticate
            users through the user pools supported by Amazon Cognito.</para><para>[Application Load Balancer] If the action type is <code>redirect</code>, you redirect
            specified client requests from one URL to another.</para><para>[Application Load Balancer] If the action type is <code>fixed-response</code>, you
            drop specified client requests and return a custom HTTP response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.Port">
            <summary>
            <para>
            <para>The port for connections from clients to the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.Protocol">
            <summary>
            <para>
            <para>The protocol for connections from clients to the load balancer. Application Load Balancers
            support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS,
            UDP, and TCP_UDP protocols.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.SslPolicy">
            <summary>
            <para>
            <para>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers
            are supported. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security
            Policies</a> in the <i>Application Load Balancers Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Listeners'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.ModifyListenerResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.ModifyListenerResponse 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.ELB2.EditELB2ListenerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2ListenerCmdlet.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.ELB2.EditELB2LoadBalancerAttributeCmdlet">
            <summary>
            Modifies the specified attributes of the specified Application Load Balancer or Network
            Load Balancer.
             
              
            <para>
            If any of the specified attributes can't be modified as requested, the call fails.
            Any existing attributes that you do not modify retain their current values.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2LoadBalancerAttributeCmdlet.Attribute">
            <summary>
            <para>
            <para>The load balancer attributes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2LoadBalancerAttributeCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2LoadBalancerAttributeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attributes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.ModifyLoadBalancerAttributesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.ModifyLoadBalancerAttributesResponse 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.ELB2.EditELB2LoadBalancerAttributeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2LoadBalancerAttributeCmdlet.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.ELB2.EditELB2RuleCmdlet">
            <summary>
            Replaces the specified properties of the specified rule. Any properties that you do
            not specify are unchanged.
             
              
            <para>
            To add an item to a list, remove an item from a list, or update an item in a list,
            you must provide the entire list. For example, to add an action, specify a list with
            the current actions plus the new action.
            </para><para>
            To modify the actions for the default rule, use <a>ModifyListener</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2RuleCmdlet.Action">
            <summary>
            <para>
            <para>The actions. Each rule must include exactly one of the following types of actions:
            <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it
            must be the last action to be performed.</para><para>If the action type is <code>forward</code>, you specify one or more target groups.
            The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer.
            The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load
            Balancer.</para><para>[HTTPS listeners] If the action type is <code>authenticate-oidc</code>, you authenticate
            users through an identity provider that is OpenID Connect (OIDC) compliant.</para><para>[HTTPS listeners] If the action type is <code>authenticate-cognito</code>, you authenticate
            users through the user pools supported by Amazon Cognito.</para><para>[Application Load Balancer] If the action type is <code>redirect</code>, you redirect
            specified client requests from one URL to another.</para><para>[Application Load Balancer] If the action type is <code>fixed-response</code>, you
            drop specified client requests and return a custom HTTP response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2RuleCmdlet.Condition">
            <summary>
            <para>
            <para>The conditions. Each rule can include zero or one of the following conditions: <code>http-request-method</code>,
            <code>host-header</code>, <code>path-pattern</code>, and <code>source-ip</code>, and
            zero or more of the following conditions: <code>http-header</code> and <code>query-string</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2RuleCmdlet.RuleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2RuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.ModifyRuleResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.ModifyRuleResponse 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.ELB2.EditELB2RuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RuleArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RuleArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2RuleCmdlet.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.ELB2.EditELB2TargetGroupCmdlet">
            <summary>
            Modifies the health checks used when evaluating the health state of the targets in
            the specified target group.
             
              
            <para>
            To monitor the health of the targets, use <a>DescribeTargetHealth</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckEnabled">
            <summary>
            <para>
            <para>Indicates whether health checks are enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckIntervalSecond">
            <summary>
            <para>
            <para>The approximate amount of time, in seconds, between health checks of an individual
            target. For Application Load Balancers, the range is 5 to 300 seconds. For Network
            Load Balancers, the supported values are 10 or 30 seconds.</para><para>With Network Load Balancers, you can't modify this setting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckPath">
            <summary>
            <para>
            <para>[HTTP/HTTPS health checks] The ping path that is the destination for the health check
            request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckPort">
            <summary>
            <para>
            <para>The port the load balancer uses when performing health checks on targets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckProtocol">
            <summary>
            <para>
            <para>The protocol the load balancer uses when performing health checks on targets. The
            TCP protocol is supported for health checks only if the protocol of the target group
            is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported
            for health checks.</para><para>With Network Load Balancers, you can't modify this setting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthCheckTimeoutSecond">
            <summary>
            <para>
            <para>[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response
            means a failed health check.</para><para>With Network Load Balancers, you can't modify this setting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.HealthyThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health checks successes required before considering an unhealthy
            target healthy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.Matcher_HttpCode">
            <summary>
            <para>
            <para>The HTTP codes.</para><para>For Application Load Balancers, you can specify values between 200 and 499, and the
            default value is 200. You can specify multiple values (for example, "200,202") or
            a range of values (for example, "200-299").</para><para>For Network Load Balancers, this is 200–399.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.UnhealthyThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health check failures required before considering the target
            unhealthy. For Network Load Balancers, this value must be the same as the healthy
            threshold count.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TargetGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupResponse 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.ELB2.EditELB2TargetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupCmdlet.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.ELB2.EditELB2TargetGroupAttributeCmdlet">
            <summary>
            Modifies the specified attributes of the specified target group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupAttributeCmdlet.Attribute">
            <summary>
            <para>
            <para>The attributes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupAttributeCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupAttributeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attributes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupAttributesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupAttributesResponse 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.ELB2.EditELB2TargetGroupAttributeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.EditELB2TargetGroupAttributeCmdlet.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.ELB2.GetELB2AccountLimitCmdlet">
            <summary>
            Describes the current Elastic Load Balancing resource limits for your AWS account.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Limits
            for Your Application Load Balancers</a> in the <i>Application Load Balancer Guide</i>
            or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Limits
            for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.
            </para><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.ELB2.GetELB2AccountLimitCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2AccountLimitCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2AccountLimitCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Limits'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeAccountLimitsResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeAccountLimitsResponse 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.ELB2.GetELB2AccountLimitCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet">
            <summary>
            Describes the specified listeners or the listeners for the specified Application Load
            Balancer or Network Load Balancer. You must specify either a load balancer or one
            or more listeners.
             
              
            <para>
            For an HTTPS or TLS listener, the output includes the default certificate for the
            listener. To describe the certificate list for the listener, use <a>DescribeListenerCertificates</a>.
            </para><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.ELB2.GetELB2ListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the listeners.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Listeners'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeListenersResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeListenersResponse 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.ELB2.GetELB2ListenerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCertificateCmdlet">
            <summary>
            Describes the default certificate and the certificate list for the specified HTTPS
            or TLS listener.
             
              
            <para>
            If the default certificate is also in the certificate list, it appears twice in the
            results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code>
            set to false).
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates">SSL
            Certificates</a> in the <i>Application Load Balancers Guide</i>.
            </para><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.ELB2.GetELB2ListenerCertificateCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCertificateCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCertificateCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Certificates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeListenerCertificatesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeListenerCertificatesResponse 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.ELB2.GetELB2ListenerCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2ListenerCertificateCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerCmdlet">
            <summary>
            Describes the specified load balancers or all of your load balancers.
             
              
            <para>
            To describe the listeners for a load balancer, use <a>DescribeListeners</a>. To describe
            the attributes for a load balancer, use <a>DescribeLoadBalancerAttributes</a>.
            </para><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.ELB2.GetELB2LoadBalancerCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load
            balancers in a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerCmdlet.Name">
            <summary>
            <para>
            <para>The names of the load balancers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LoadBalancers'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeLoadBalancersResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeLoadBalancersResponse 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.ELB2.GetELB2LoadBalancerCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerAttributeCmdlet">
            <summary>
            Describes the attributes for the specified Application Load Balancer or Network Load
            Balancer.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes">Load
            Balancer Attributes</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes">Load
            Balancer Attributes</a> in the <i>Network Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerAttributeCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2LoadBalancerAttributeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attributes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeLoadBalancerAttributesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeLoadBalancerAttributesResponse 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.ELB2.GetELB2LoadBalancerAttributeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet">
            <summary>
            Describes the specified rules or the rules for the specified listener. You must specify
            either a listener or one or more rules.<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.ELB2.GetELB2RuleCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet.RuleArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the rules.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeRulesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeRulesResponse 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.ELB2.GetELB2RuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2RuleCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2SSLPolicyCmdlet">
            <summary>
            Describes the specified policies or all policies used for SSL negotiation.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security
            Policies</a> in the <i>Application Load Balancers Guide</i>.
            </para><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.ELB2.GetELB2SSLPolicyCmdlet.Name">
            <summary>
            <para>
            <para>The names of the policies.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2SSLPolicyCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2SSLPolicyCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2SSLPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SslPolicies'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeSSLPoliciesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeSSLPoliciesResponse 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.ELB2.GetELB2SSLPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2SSLPolicyCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TagCmdlet">
            <summary>
            Describes the tags for the specified resources. You can describe the tags for one
            or more Application Load Balancers, Network Load Balancers, and target groups.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TagDescriptions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeTagsResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeTagsResponse 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.ELB2.GetELB2TagCmdlet.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.ELB2.GetELB2TargetGroupCmdlet">
            <summary>
            Describes the specified target groups or all of your target groups. By default, all
            target groups are described. Alternatively, you can specify one of the following to
            filter the results: the ARN of the load balancer, the names of one or more target
            groups, or the ARNs of one or more target groups.
             
              
            <para>
            To describe the targets for a target group, use <a>DescribeTargetHealth</a>. To describe
            the attributes of a target group, use <a>DescribeTargetGroupAttributes</a>.
            </para><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.ELB2.GetELB2TargetGroupCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.Name">
            <summary>
            <para>
            <para>The names of the target groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARN) of the target groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.Marker">
            <summary>
            <para>
            <para>The marker for the next set of results. (You received this marker 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.PageSize">
            <summary>
            <para>
            <para>The maximum number of results to return with this call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TargetGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupsResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupsResponse 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.ELB2.GetELB2TargetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupAttributeCmdlet">
            <summary>
            Describes the attributes for the specified target group.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes">Target
            Group Attributes</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes">Target
            Group Attributes</a> in the <i>Network Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupAttributeCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetGroupAttributeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attributes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupAttributesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupAttributesResponse 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.ELB2.GetELB2TargetGroupAttributeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetHealthCmdlet">
            <summary>
            Describes the health of the specified targets or all of your targets.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetHealthCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetHealthCmdlet.Target">
            <summary>
            <para>
            <para>The targets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.GetELB2TargetHealthCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TargetHealthDescriptions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.DescribeTargetHealthResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.DescribeTargetHealthResponse 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.ELB2.GetELB2TargetHealthCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet">
            <summary>
            Creates a listener for the specified Application Load Balancer or Network Load Balancer.
             
              
            <para>
            To update a listener, use <a>ModifyListener</a>. When you are finished with a listener,
            you can delete it using <a>DeleteListener</a>. If you are finished with both the listener
            and the load balancer, you can delete them both using <a>DeleteLoadBalancer</a>.
            </para><para>
            This operation is idempotent, which means that it completes at most one time. If you
            attempt to create multiple listeners with the same settings, each call succeeds.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners
            for Your Application Load Balancers</a> in the <i>Application Load Balancers Guide</i>
            and <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners
            for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.Certificate">
            <summary>
            <para>
            <para>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
            exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but
            do not set <code>IsDefault</code>.</para><para>To create a certificate list for the listener, use <a>AddListenerCertificates</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.DefaultAction">
            <summary>
            <para>
            <para>The actions for the default rule. The rule must include one forward action or one
            or more fixed-response actions.</para><para>If the action type is <code>forward</code>, you specify one or more target groups.
            The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer.
            The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load
            Balancer.</para><para>[HTTPS listeners] If the action type is <code>authenticate-oidc</code>, you authenticate
            users through an identity provider that is OpenID Connect (OIDC) compliant.</para><para>[HTTPS listeners] If the action type is <code>authenticate-cognito</code>, you authenticate
            users through the user pools supported by Amazon Cognito.</para><para>[Application Load Balancer] If the action type is <code>redirect</code>, you redirect
            specified client requests from one URL to another.</para><para>[Application Load Balancer] If the action type is <code>fixed-response</code>, you
            drop specified client requests and return a custom HTTP response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.Port">
            <summary>
            <para>
            <para>The port on which the load balancer is listening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.Protocol">
            <summary>
            <para>
            <para>The protocol for connections from clients to the load balancer. For Application Load
            Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers,
            the supported protocols are TCP, TLS, UDP, and TCP_UDP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.SslPolicy">
            <summary>
            <para>
            <para>[HTTPS and TLS listeners] The security policy that defines which ciphers and protocols
            are supported. The default is the current predefined security policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Listeners'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.CreateListenerResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.CreateListenerResponse 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.ELB2.NewELB2ListenerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2ListenerCmdlet.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.ELB2.NewELB2LoadBalancerCmdlet">
            <summary>
            Creates an Application Load Balancer or a Network Load Balancer.
             
              
            <para>
            When you create a load balancer, you can specify security groups, public subnets,
            IP address type, and tags. Otherwise, you could do so later using <a>SetSecurityGroups</a>,
            <a>SetSubnets</a>, <a>SetIpAddressType</a>, and <a>AddTags</a>.
            </para><para>
            To create listeners for your load balancer, use <a>CreateListener</a>. To describe
            your current load balancers, see <a>DescribeLoadBalancers</a>. When you are finished
            with a load balancer, you can delete it using <a>DeleteLoadBalancer</a>.
            </para><para>
            For limit information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Limits
            for Your Application Load Balancer</a> in the <i>Application Load Balancers Guide</i>
            and <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Limits
            for Your Network Load Balancer</a> in the <i>Network Load Balancers Guide</i>.
            </para><para>
            This operation is idempotent, which means that it completes at most one time. If you
            attempt to create multiple load balancers with the same settings, each call succeeds.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application
            Load Balancers</a> in the <i>Application Load Balancers Guide</i> and <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network
            Load Balancers</a> in the <i>Network Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.IpAddressType">
            <summary>
            <para>
            <para>[Application Load Balancers] The type of IP addresses used by the subnets for your
            load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
            <code>dualstack</code> (for IPv4 and IPv6 addresses). Internal load balancers must
            use <code>ipv4</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the load balancer.</para><para>This name must be unique per region per account, can have a maximum of 32 characters,
            must contain only alphanumeric characters or hyphens, must not begin or end with a
            hyphen, and must not begin with "internal-".</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Scheme">
            <summary>
            <para>
            <para>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name
            of an Internet-facing load balancer is publicly resolvable to the public IP addresses
            of the nodes. Therefore, Internet-facing load balancers can route requests from clients
            over the internet.</para><para>The nodes of an internal load balancer have only private IP addresses. The DNS name
            of an internal load balancer is publicly resolvable to the private IP addresses of
            the nodes. Therefore, internal load balancers can route requests only from clients
            with access to the VPC for the load balancer.</para><para>The default is an Internet-facing load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.SecurityGroup">
            <summary>
            <para>
            <para>[Application Load Balancers] The IDs of the security groups for the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.SubnetMapping">
            <summary>
            <para>
            <para>The IDs of the public subnets. You can specify only one subnet per Availability Zone.
            You must specify either subnets or subnet mappings.</para><para>[Application Load Balancers] You must specify subnets from at least two Availability
            Zones. You cannot specify Elastic IP addresses for your subnets.</para><para>[Network Load Balancers] You can specify subnets from one or more Availability Zones.
            You can specify one Elastic IP address per subnet if you need static IP addresses
            for your internet-facing load balancer. For internal load balancers, you can specify
            one private IP address per subnet from the IPv4 range of the subnet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Subnet">
            <summary>
            <para>
            <para>The IDs of the public subnets. You can specify only one subnet per Availability Zone.
            You must specify either subnets or subnet mappings.</para><para>[Application Load Balancers] You must specify subnets from at least two Availability
            Zones.</para><para>[Network Load Balancers] You can specify subnets from one or more Availability Zones.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to assign to the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Type">
            <summary>
            <para>
            <para>The type of load balancer. The default is <code>application</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2LoadBalancerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LoadBalancers'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.CreateLoadBalancerResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.CreateLoadBalancerResponse 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.ELB2.NewELB2LoadBalancerCmdlet.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.ELB2.NewELB2RuleCmdlet">
            <summary>
            Creates a rule for the specified listener. The listener must be associated with an
            Application Load Balancer.
             
              
            <para>
            Rules are evaluated in priority order, from the lowest value to the highest value.
            When the conditions for a rule are met, its actions are performed. If the conditions
            for no rules are met, the actions for the default rule are performed. For more information,
            see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules">Listener
            Rules</a> in the <i>Application Load Balancers Guide</i>.
            </para><para>
            To view your current rules, use <a>DescribeRules</a>. To update a rule, use <a>ModifyRule</a>.
            To set the priorities of your rules, use <a>SetRulePriorities</a>. To delete a rule,
            use <a>DeleteRule</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.Action">
            <summary>
            <para>
            <para>The actions. Each rule must include exactly one of the following types of actions:
            <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it
            must be the last action to be performed.</para><para>If the action type is <code>forward</code>, you specify one or more target groups.
            The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer.
            The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load
            Balancer.</para><para>[HTTPS listeners] If the action type is <code>authenticate-oidc</code>, you authenticate
            users through an identity provider that is OpenID Connect (OIDC) compliant.</para><para>[HTTPS listeners] If the action type is <code>authenticate-cognito</code>, you authenticate
            users through the user pools supported by Amazon Cognito.</para><para>[Application Load Balancer] If the action type is <code>redirect</code>, you redirect
            specified client requests from one URL to another.</para><para>[Application Load Balancer] If the action type is <code>fixed-response</code>, you
            drop specified client requests and return a custom HTTP response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.Condition">
            <summary>
            <para>
            <para>The conditions. Each rule can include zero or one of the following conditions: <code>http-request-method</code>,
            <code>host-header</code>, <code>path-pattern</code>, and <code>source-ip</code>, and
            zero or more of the following conditions: <code>http-header</code> and <code>query-string</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.Priority">
            <summary>
            <para>
            <para>The rule priority. A listener can't have multiple rules with the same priority.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.CreateRuleResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.CreateRuleResponse 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.ELB2.NewELB2RuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2RuleCmdlet.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.ELB2.NewELB2TargetGroupCmdlet">
            <summary>
            Creates a target group.
             
              
            <para>
            To register targets with the target group, use <a>RegisterTargets</a>. To update the
            health check settings for the target group, use <a>ModifyTargetGroup</a>. To monitor
            the health of targets in the target group, use <a>DescribeTargetHealth</a>.
            </para><para>
            To route traffic to the targets in a target group, specify the target group in an
            action using <a>CreateListener</a> or <a>CreateRule</a>.
            </para><para>
            To delete a target group, use <a>DeleteTargetGroup</a>.
            </para><para>
            This operation is idempotent, which means that it completes at most one time. If you
            attempt to create multiple target groups with the same settings, each call succeeds.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
            Groups for Your Application Load Balancers</a> in the <i>Application Load Balancers
            Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target
            Groups for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckEnabled">
            <summary>
            <para>
            <para>Indicates whether health checks are enabled. If the target type is <code>lambda</code>,
            health checks are disabled by default but can be enabled. If the target type is <code>instance</code>
            or <code>ip</code>, health checks are always enabled and cannot be disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckIntervalSecond">
            <summary>
            <para>
            <para>The approximate amount of time, in seconds, between health checks of an individual
            target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health
            checks, the supported values are 10 and 30 seconds. If the target type is <code>instance</code>
            or <code>ip</code>, the default is 30 seconds. If the target type is <code>lambda</code>,
            the default is 35 seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckPath">
            <summary>
            <para>
            <para>[HTTP/HTTPS health checks] The ping path that is the destination on the targets for
            health checks. The default is /.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckPort">
            <summary>
            <para>
            <para>The port the load balancer uses when performing health checks on targets. The default
            is <code>traffic-port</code>, which is the port on which each target receives traffic
            from the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckProtocol">
            <summary>
            <para>
            <para>The protocol the load balancer uses when performing health checks on targets. For
            Application Load Balancers, the default is HTTP. For Network Load Balancers, the default
            is TCP. The TCP protocol is supported for health checks only if the protocol of the
            target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are
            not supported for health checks.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthCheckTimeoutSecond">
            <summary>
            <para>
            <para>The amount of time, in seconds, during which no response from a target means a failed
            health check. For target groups with a protocol of HTTP or HTTPS, the default is 5
            seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds
            for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target
            type is <code>lambda</code>, the default is 30 seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.HealthyThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health checks successes required before considering an unhealthy
            target healthy. For target groups with a protocol of HTTP or HTTPS, the default is
            5. For target groups with a protocol of TCP or TLS, the default is 3. If the target
            type is <code>lambda</code>, the default is 5.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.Matcher_HttpCode">
            <summary>
            <para>
            <para>The HTTP codes.</para><para>For Application Load Balancers, you can specify values between 200 and 499, and the
            default value is 200. You can specify multiple values (for example, "200,202") or
            a range of values (for example, "200-299").</para><para>For Network Load Balancers, this is 200–399.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.Name">
            <summary>
            <para>
            <para>The name of the target group.</para><para>This name must be unique per region per account, 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.ELB2.NewELB2TargetGroupCmdlet.Port">
            <summary>
            <para>
            <para>The port on which the targets receive traffic. This port is used unless you specify
            a port override when registering the target. If the target is a Lambda function, this
            parameter does not apply.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.Protocol">
            <summary>
            <para>
            <para>The protocol to use for routing traffic to the targets. For Application Load Balancers,
            the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported
            protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with
            a TCP_UDP target group. If the target is a Lambda function, this parameter does not
            apply.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.TargetType">
            <summary>
            <para>
            <para>The type of target that you must specify when registering targets with this target
            group. You can't specify targets for a target group using more than one target type.</para><ul><li><para><code>instance</code> - Targets are specified by instance ID. This is the default
            value. If the target group protocol is UDP or TCP_UDP, the target type must be <code>instance</code>.</para></li><li><para><code>ip</code> - Targets are specified by IP address. You can specify IP addresses
            from the subnets of the virtual private cloud (VPC) for the target group, the RFC
            1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range
            (100.64.0.0/10). You can't specify publicly routable IP addresses.</para></li><li><para><code>lambda</code> - The target groups contains a single Lambda function.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.UnhealthyThresholdCount">
            <summary>
            <para>
            <para>The number of consecutive health check failures required before considering a target
            unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For
            target groups with a protocol of TCP or TLS, this value must be the same as the healthy
            threshold count. If the target type is <code>lambda</code>, the default is 2.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.VpcId">
            <summary>
            <para>
            <para>The identifier of the virtual private cloud (VPC). If the target is a Lambda function,
            this parameter does not apply. Otherwise, this parameter is required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.NewELB2TargetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TargetGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.CreateTargetGroupResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.CreateTargetGroupResponse 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.ELB2.NewELB2TargetGroupCmdlet.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.ELB2.RegisterELB2TargetCmdlet">
            <summary>
            Registers the specified targets with the specified target group.
             
              
            <para>
            If the target is an EC2 instance, it must be in the <code>running</code> state when
            you register it.
            </para><para>
            By default, the load balancer routes requests to registered targets using the protocol
            and port for the target group. Alternatively, you can override the port for a target
            when you register it. You can register each EC2 instance or IP address with the same
            target group multiple times using different ports.
            </para><para>
            With a Network Load Balancer, you cannot register instances by instance ID if they
            have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1,
            HS1, M1, M2, M3, and T1. You can register instances of these types by IP address.
            </para><para>
            To remove a target from a target group, use <a>DeregisterTargets</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RegisterELB2TargetCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RegisterELB2TargetCmdlet.Target">
            <summary>
            <para>
            <para>The targets.</para><para>To register a target by instance ID, specify the instance ID. To register a target
            by IP address, specify the IP address. To register a Lambda function, specify the
            ARN of the Lambda function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RegisterELB2TargetCmdlet.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.ElasticLoadBalancingV2.Model.RegisterTargetsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RegisterELB2TargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RegisterELB2TargetCmdlet.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.ELB2.RemoveELB2ListenerCmdlet">
            <summary>
            Deletes the specified listener.
             
              
            <para>
            Alternatively, your listener is deleted when you delete the load balancer to which
            it is attached, using <a>DeleteLoadBalancer</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCmdlet.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.ElasticLoadBalancingV2.Model.DeleteListenerResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ListenerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ListenerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCmdlet.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.ELB2.RemoveELB2ListenerCertificateCmdlet">
            <summary>
            Removes the specified certificate from the certificate list for the specified HTTPS
            or TLS listener.
             
              
            <para>
            You can't remove the default certificate for a listener. To replace the default certificate,
            call <a>ModifyListener</a>.
            </para><para>
            To list the certificates for your listener, use <a>DescribeListenerCertificates</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCertificateCmdlet.Certificate">
            <summary>
            <para>
            <para>The certificate to remove. You can specify one certificate per call. Set <code>CertificateArn</code>
            to the certificate ARN but do not set <code>IsDefault</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCertificateCmdlet.ListenerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the listener.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCertificateCmdlet.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.ElasticLoadBalancingV2.Model.RemoveListenerCertificatesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Certificate parameter.
            The -PassThru parameter is deprecated, use -Select '^Certificate' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2ListenerCertificateCmdlet.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.ELB2.RemoveELB2LoadBalancerCmdlet">
            <summary>
            Deletes the specified Application Load Balancer or Network Load Balancer and its attached
            listeners.
             
              
            <para>
            You can't delete a load balancer if deletion protection is enabled. If the load balancer
            does not exist or has already been deleted, the call succeeds.
            </para><para>
            Deleting a load balancer does not affect its registered targets. For example, your
            EC2 instances continue to run and are still registered to their target groups. If
            you no longer need these EC2 instances, you can stop or terminate them.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2LoadBalancerCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2LoadBalancerCmdlet.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.ElasticLoadBalancingV2.Model.DeleteLoadBalancerResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2LoadBalancerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2LoadBalancerCmdlet.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.ELB2.RemoveELB2RuleCmdlet">
            <summary>
            Deletes the specified rule.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2RuleCmdlet.RuleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2RuleCmdlet.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.ElasticLoadBalancingV2.Model.DeleteRuleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2RuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RuleArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RuleArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2RuleCmdlet.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.ELB2.RemoveELB2TagCmdlet">
            <summary>
            Removes the specified tags from the specified Elastic Load Balancing resource.
             
              
            <para>
            To list the current tags for your resources, use <a>DescribeTags</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag keys for the tags to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TagCmdlet.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.ElasticLoadBalancingV2.Model.RemoveTagsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TagCmdlet.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.ELB2.RemoveELB2TargetGroupCmdlet">
            <summary>
            Deletes the specified target group.
             
              
            <para>
            You can delete a target group if it is not referenced by any actions. Deleting a target
            group also deletes any associated health checks.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TargetGroupCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TargetGroupCmdlet.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.ElasticLoadBalancingV2.Model.DeleteTargetGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TargetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.RemoveELB2TargetGroupCmdlet.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.ELB2.SetELB2IpAddressTypeCmdlet">
            <summary>
            Sets the type of IP addresses used by the subnets of the specified Application Load
            Balancer or Network Load Balancer.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2IpAddressTypeCmdlet.IpAddressType">
            <summary>
            <para>
            <para>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses)
            and <code>dualstack</code> (for IPv4 and IPv6 addresses). Internal load balancers
            must use <code>ipv4</code>. Network Load Balancers must use <code>ipv4</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2IpAddressTypeCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2IpAddressTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IpAddressType'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.SetIpAddressTypeResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.SetIpAddressTypeResponse 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.ELB2.SetELB2IpAddressTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2IpAddressTypeCmdlet.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.ELB2.SetELB2RulePriorityCmdlet">
            <summary>
            Sets the priorities of the specified rules.
             
              
            <para>
            You can reorder the rules as long as there are no priority conflicts in the new order.
            Any existing rules that you do not specify retain their current priority.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2RulePriorityCmdlet.RulePriority">
            <summary>
            <para>
            <para>The rule priorities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2RulePriorityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.SetRulePrioritiesResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.SetRulePrioritiesResponse 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.ELB2.SetELB2RulePriorityCmdlet.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.ELB2.SetELB2SecurityGroupCmdlet">
            <summary>
            Associates the specified security groups with the specified Application Load Balancer.
            The specified security groups override the previously associated security groups.
             
              
            <para>
            You can't specify a security group for a Network Load Balancer.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SecurityGroupCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SecurityGroupCmdlet.SecurityGroup">
            <summary>
            <para>
            <para>The IDs of the security groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SecurityGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroupIds'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.SetSecurityGroupsResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.SetSecurityGroupsResponse 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.ELB2.SetELB2SecurityGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SecurityGroupCmdlet.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.ELB2.SetELB2SubnetCmdlet">
            <summary>
            Enables the Availability Zones for the specified public subnets for the specified
            load balancer. The specified subnets replace the previously enabled subnets.
             
              
            <para>
            When you specify subnets for a Network Load Balancer, you must include all subnets
            that were enabled previously, with their existing configurations, plus any additional
            subnets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SubnetCmdlet.LoadBalancerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the load balancer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SubnetCmdlet.SubnetMapping">
            <summary>
            <para>
            <para>The IDs of the public subnets. You can specify only one subnet per Availability Zone.
            You must specify either subnets or subnet mappings.</para><para>[Application Load Balancers] You must specify subnets from at least two Availability
            Zones. You cannot specify Elastic IP addresses for your subnets.</para><para>[Network Load Balancers] You can specify subnets from one or more Availability Zones.
            If you need static IP addresses for your internet-facing load balancer, you can specify
            one Elastic IP address per subnet. For internal load balancers, you can specify one
            private IP address per subnet from the IPv4 range of the subnet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SubnetCmdlet.Subnet">
            <summary>
            <para>
            <para>The IDs of the public subnets. You must specify subnets from at least two Availability
            Zones. You can specify only one subnet per Availability Zone. You must specify either
            subnets or subnet mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SubnetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AvailabilityZones'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticLoadBalancingV2.Model.SetSubnetsResponse).
            Specifying the name of a property of type Amazon.ElasticLoadBalancingV2.Model.SetSubnetsResponse 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.ELB2.SetELB2SubnetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LoadBalancerArn parameter.
            The -PassThru parameter is deprecated, use -Select '^LoadBalancerArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.SetELB2SubnetCmdlet.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.ELB2.UnregisterELB2TargetCmdlet">
            <summary>
            Deregisters the specified targets from the specified target group. After the targets
            are deregistered, they no longer receive traffic from the load balancer.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.UnregisterELB2TargetCmdlet.TargetGroupArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.UnregisterELB2TargetCmdlet.Target">
            <summary>
            <para>
            <para>The targets. If you specified a port override when you registered a target, you must
            specify both the target ID and the port when you deregister it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.UnregisterELB2TargetCmdlet.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.ElasticLoadBalancingV2.Model.DeregisterTargetsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.UnregisterELB2TargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ELB2.UnregisterELB2TargetCmdlet.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>