AWS.Tools.AppRunner.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.AppRunner</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet">
            <summary>
            Associate your own domain name with the App Runner subdomain URL of your App Runner
            service.
             
              
            <para>
            After you call <c>AssociateCustomDomain</c> and receive a successful response, use
            the information in the <a>CustomDomain</a> record that's returned to add CNAME records
            to your Domain Name System (DNS). For each mapped domain name, add a mapping to the
            target App Runner subdomain and one or more certificate validation records. App Runner
            then performs DNS validation to verify that you own or control the domain name that
            you associated. App Runner tracks domain validity in a certificate stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide">AWS
            Certificate Manager (ACM)</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>A custom domain endpoint to associate. Specify a root domain (for example, <c>example.com</c>),
            a subdomain (for example, <c>login.example.com</c> or <c>admin.login.example.com</c>),
            or a wildcard (for example, <c>*.example.com</c>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet.EnableWWWSubdomain">
            <summary>
            <para>
            <para>Set to <c>true</c> to associate the subdomain <c>www.<i>DomainName</i></c> with the
            App Runner service in addition to the base domain.</para><para>Default: <c>true</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to associate
            a custom domain name with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.AssociateCustomDomainResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.AssociateCustomDomainResponse 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.AAR.AddAARCustomDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARCustomDomainCmdlet.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.AAR.AddAARResourceTagCmdlet">
            <summary>
            Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value
            pair.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to update tags for.</para><para>It must be the ARN of an App Runner resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tag key-value pairs to add or update. If a key is new to the resource, the
            tag is added with the provided value. If a key is already associated with the resource,
            the value of the tag is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARResourceTagCmdlet.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.AppRunner.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.AddAARResourceTagCmdlet.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.AAR.GetAARAutoScalingConfigurationCmdlet">
            <summary>
            Return a full description of an App Runner automatic scaling configuration resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you
            want a description for.</para><para>The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoScalingConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeAutoScalingConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeAutoScalingConfigurationResponse 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.AAR.GetAARAutoScalingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoScalingConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoScalingConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationListCmdlet">
            <summary>
            Returns a list of active App Runner automatic scaling configurations in your Amazon
            Web Services account. You can query the revisions for a specific configuration name
            or the revisions for all active configurations in your account. You can optionally
            query only the latest revision of each requested name.
             
              
            <para>
            To retrieve a full description of a particular configuration revision, call and provide
            one of the ARNs returned by <c>ListAutoScalingConfigurations</c>.
            </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.AAR.GetAARAutoScalingConfigurationListCmdlet.AutoScalingConfigurationName">
            <summary>
            <para>
            <para>The name of the App Runner auto scaling configuration that you want to list. If specified,
            App Runner lists revisions that share this name. If not specified, App Runner returns
            revisions of all active configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationListCmdlet.LatestOnly">
            <summary>
            <para>
            <para>Set to <c>true</c> to list only the latest revision for each requested configuration
            name.</para><para>Set to <c>false</c> to list all revisions for each requested configuration name.</para><para>Default: <c>true</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones that are specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARAutoScalingConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoScalingConfigurationSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListAutoScalingConfigurationsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListAutoScalingConfigurationsResponse 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.AAR.GetAARAutoScalingConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARConnectionListCmdlet">
            <summary>
            Returns a list of App Runner connections that are associated with your Amazon Web
            Services account.<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.AAR.GetAARConnectionListCmdlet.ConnectionName">
            <summary>
            <para>
            <para>If specified, only this connection is returned. If not specified, the result isn't
            filtered by name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARConnectionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). Used for
            a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARConnectionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. Used for a paginated request. The request retrieves
            the next result page. All other parameter values must be identical to the ones specified
            in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARConnectionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConnectionSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListConnectionsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListConnectionsResponse 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.AAR.GetAARConnectionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARConnectionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARCustomDomainCmdlet">
            <summary>
            Return a description of custom domain names that are associated with an App Runner
            service.<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.AAR.GetAARCustomDomainCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want associated
            custom domain names to be described for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARCustomDomainCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that each response (result page) can include. It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARCustomDomainCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones that are specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARCustomDomainCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeCustomDomainsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeCustomDomainsResponse 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.AAR.GetAARCustomDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARCustomDomainCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationCmdlet">
            <summary>
            Return a full description of an App Runner observability configuration resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationCmdlet.ObservabilityConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner observability configuration that
            you want a description for.</para><para>The ARN can be a full observability configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ObservabilityConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeObservabilityConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeObservabilityConfigurationResponse 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.AAR.GetAARObservabilityConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ObservabilityConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ObservabilityConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationListCmdlet">
            <summary>
            Returns a list of active App Runner observability configurations in your Amazon Web
            Services account. You can query the revisions for a specific configuration name or
            the revisions for all active configurations in your account. You can optionally query
            only the latest revision of each requested name.
             
              
            <para>
            To retrieve a full description of a particular configuration revision, call and provide
            one of the ARNs returned by <c>ListObservabilityConfigurations</c>.
            </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.AAR.GetAARObservabilityConfigurationListCmdlet.LatestOnly">
            <summary>
            <para>
            <para>Set to <c>true</c> to list only the latest revision for each requested configuration
            name.</para><para>Set to <c>false</c> to list all revisions for each requested configuration name.</para><para>Default: <c>true</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationListCmdlet.ObservabilityConfigurationName">
            <summary>
            <para>
            <para>The name of the App Runner observability configuration that you want to list. If specified,
            App Runner lists revisions that share this name. If not specified, App Runner returns
            revisions of all active configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones that are specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARObservabilityConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ObservabilityConfigurationSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListObservabilityConfigurationsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListObservabilityConfigurationsResponse 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.AAR.GetAARObservabilityConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAAROperationListCmdlet">
            <summary>
            Return a list of operations that occurred on an App Runner service.
             
              
            <para>
            The resulting list of <a>OperationSummary</a> objects is sorted in reverse chronological
            order. The first object on the list represents the last started operation.
            </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.AAR.GetAAROperationListCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations
            for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAAROperationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAAROperationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAAROperationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListOperationsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListOperationsResponse 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.AAR.GetAAROperationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAAROperationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARResourceTagCmdlet">
            <summary>
            List tags that are associated with for an App Runner resource. The response contains
            a list of tag key-value pairs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that a tag list is requested for.</para><para>It must be the ARN of an App Runner resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARResourceTagCmdlet.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.AAR.GetAARServiceCmdlet">
            <summary>
            Return a full description of an App Runner service.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServiceCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want a description
            for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Service'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeServiceResponse 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.AAR.GetAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARServiceListCmdlet">
            <summary>
            Returns a list of running App Runner services in your Amazon Web Services account.<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.AAR.GetAARServiceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServiceListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. Used for a paginated request. The request retrieves
            the next result page. All other parameter values must be identical to the ones specified
            in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServiceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListServicesResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListServicesResponse 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.AAR.GetAARServiceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet">
            <summary>
            Returns a list of the associated App Runner services using an auto scaling configuration.<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.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you
            want to list the services for.</para><para>The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceArnList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListServicesForAutoScalingConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListServicesForAutoScalingConfigurationResponse 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.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoScalingConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoScalingConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARServicesForAutoScalingConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorCmdlet">
            <summary>
            Return a description of an App Runner VPC connector resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorCmdlet.VpcConnectorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description
            for.</para><para>The ARN must be a full VPC connector ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcConnector'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeVpcConnectorResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeVpcConnectorResponse 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.AAR.GetAARVpcConnectorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcConnectorArn parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcConnectorArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorListCmdlet">
            <summary>
            Returns a list of App Runner VPC connectors in your Amazon Web Services account.<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.AAR.GetAARVpcConnectorListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones that are specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcConnectorListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcConnectors'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListVpcConnectorsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListVpcConnectorsResponse 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.AAR.GetAARVpcConnectorListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionCmdlet">
            <summary>
            Return a full description of an App Runner VPC Ingress Connection resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionCmdlet.VpcIngressConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want
            a description for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcIngressConnection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DescribeVpcIngressConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DescribeVpcIngressConnectionResponse 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.AAR.GetAARVpcIngressConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcIngressConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcIngressConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionListCmdlet">
            <summary>
            Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.<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.AAR.GetAARVpcIngressConnectionListCmdlet.Filter_ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a service to filter by. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionListCmdlet.Filter_VpcEndpointId">
            <summary>
            <para>
            <para>The ID of a VPC Endpoint to filter by. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in each response (result page). It's used
            for a paginated request.</para><para>If you don't specify <c>MaxResults</c>, the request retrieves all available results
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token from a previous result page. It's used for a paginated request. The request
            retrieves the next result page. All other parameter values must be identical to the
            ones that are specified in the initial request.</para><para>If you don't specify <c>NextToken</c>, the request retrieves the first result page.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.GetAARVpcIngressConnectionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcIngressConnectionSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ListVpcIngressConnectionsResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ListVpcIngressConnectionsResponse 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.AAR.GetAARVpcIngressConnectionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet">
            <summary>
            Create an App Runner automatic scaling configuration resource. App Runner requires
            this resource when you create or update App Runner services and you require non-default
            auto scaling settings. You can share an auto scaling configuration across multiple
            services.
             
              
            <para>
            Create multiple revisions of a configuration by calling this action multiple times
            using the same <c>AutoScalingConfigurationName</c>. The call returns incremental <c>AutoScalingConfigurationRevision</c>
            values. When you create a service and configure an auto scaling configuration resource,
            the service uses the latest active revision of the auto scaling configuration by default.
            You can optionally configure the service to use a specific revision.
            </para><para>
            Configure a higher <c>MinSize</c> to increase the spread of your App Runner service
            over more Availability Zones in the Amazon Web Services Region. The tradeoff is a
            higher minimal cost.
            </para><para>
            Configure a lower <c>MaxSize</c> to control your cost. The tradeoff is lower responsiveness
            during peak demand.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.AutoScalingConfigurationName">
            <summary>
            <para>
            <para>A name for the auto scaling configuration. When you use it for the first time in an
            Amazon Web Services Region, App Runner creates revision number <c>1</c> of this name.
            When you use the same name in subsequent calls, App Runner creates incremental revisions
            of the configuration.</para><note><para>Prior to the release of <a href="https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-09-22-auto-scale-config.html">Auto
            scale configuration enhancements</a>, the name <c>DefaultConfiguration</c> was reserved.
            </para><para>This restriction is no longer in place. You can now manage <c>DefaultConfiguration</c>
            the same way you manage your custom auto scaling configurations. This means you can
            do the following with the <c>DefaultConfiguration</c> that App Runner provides:</para><ul><li><para>Create new revisions of the <c>DefaultConfiguration</c>.</para></li><li><para>Delete the revisions of the <c>DefaultConfiguration</c>.</para></li><li><para>Delete the auto scaling configuration for which the App Runner <c>DefaultConfiguration</c>
            was created.</para></li><li><para>If you delete the auto scaling configuration you can create another custom auto scaling
            configuration with the same <c>DefaultConfiguration</c> name. The original <c>DefaultConfiguration</c>
            resource provided by App Runner remains in your account unless you make changes to
            it.</para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.MaxConcurrency">
            <summary>
            <para>
            <para>The maximum number of concurrent requests that you want an instance to process. If
            the number of concurrent requests exceeds this limit, App Runner scales up your service.</para><para>Default: <c>100</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.MaxSize">
            <summary>
            <para>
            <para>The maximum number of instances that your service scales up to. At most <c>MaxSize</c>
            instances actively serve traffic for your service.</para><para>Default: <c>25</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.MinSize">
            <summary>
            <para>
            <para>The minimum number of instances that App Runner provisions for your service. The service
            always has at least <c>MinSize</c> provisioned instances. Some of them actively serve
            traffic. The rest of them (provisioned and inactive instances) are a cost-effective
            compute capacity reserve and are ready to be quickly activated. You pay for memory
            usage of all the provisioned instances. You pay for CPU usage of only the active subset.</para><para>App Runner temporarily doubles the number of provisioned instances during deployments,
            to maintain the same capacity for both old and new code.</para><para>Default: <c>1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>A list of metadata items that you can associate with your auto scaling configuration
            resource. A tag is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoScalingConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateAutoScalingConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateAutoScalingConfigurationResponse 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.AAR.NewAARAutoScalingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoScalingConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoScalingConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARAutoScalingConfigurationCmdlet.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.AAR.NewAARConnectionCmdlet">
            <summary>
            Create an App Runner connection resource. App Runner requires a connection resource
            when you create App Runner services that access private repositories from certain
            third-party providers. You can share a connection across multiple services.
             
              
            <para>
            A connection resource is needed to access GitHub and Bitbucket repositories. Both
            require a user interface approval process through the App Runner console before you
            can use the connection.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARConnectionCmdlet.ConnectionName">
            <summary>
            <para>
            <para>A name for the new connection. It must be unique across all App Runner connections
            for the Amazon Web Services account in the Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARConnectionCmdlet.ProviderType">
            <summary>
            <para>
            <para>The source repository provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARConnectionCmdlet.Tag">
            <summary>
            <para>
            <para>A list of metadata items that you can associate with your connection resource. A tag
            is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateConnectionResponse 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.AAR.NewAARConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARConnectionCmdlet.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.AAR.NewAARObservabilityConfigurationCmdlet">
            <summary>
            Create an App Runner observability configuration resource. App Runner requires this
            resource when you create or update App Runner services and you want to enable non-default
            observability features. You can share an observability configuration across multiple
            services.
             
              
            <para>
            Create multiple revisions of a configuration by calling this action multiple times
            using the same <c>ObservabilityConfigurationName</c>. The call returns incremental
            <c>ObservabilityConfigurationRevision</c> values. When you create a service and configure
            an observability configuration resource, the service uses the latest active revision
            of the observability configuration by default. You can optionally configure the service
            to use a specific revision.
            </para><para>
            The observability configuration resource is designed to configure multiple features
            (currently one feature, tracing). This action takes optional parameters that describe
            the configuration of these features (currently one parameter, <c>TraceConfiguration</c>).
            If you don't specify a feature parameter, App Runner doesn't enable the feature.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARObservabilityConfigurationCmdlet.ObservabilityConfigurationName">
            <summary>
            <para>
            <para>A name for the observability configuration. When you use it for the first time in
            an Amazon Web Services Region, App Runner creates revision number <c>1</c> of this
            name. When you use the same name in subsequent calls, App Runner creates incremental
            revisions of the configuration.</para><note><para>The name <c>DefaultConfiguration</c> is reserved. You can't use it to create a new
            observability configuration, and you can't create a revision of it.</para><para>When you want to use your own observability configuration for your App Runner service,
            <i>create a configuration with a different name</i>, and then provide it when you
            create or update your service.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARObservabilityConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>A list of metadata items that you can associate with your observability configuration
            resource. A tag is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARObservabilityConfigurationCmdlet.TraceConfiguration_Vendor">
            <summary>
            <para>
            <para>The implementation provider chosen for tracing App Runner services.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARObservabilityConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ObservabilityConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateObservabilityConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateObservabilityConfigurationResponse 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.AAR.NewAARObservabilityConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ObservabilityConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ObservabilityConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARObservabilityConfigurationCmdlet.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.AAR.NewAARServiceCmdlet">
            <summary>
            Create an App Runner service. After the service is created, the action also automatically
            starts a deployment.
             
              
            <para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a href="https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html">ListOperations</a>
            call to track the operation's progress.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.AuthenticationConfiguration_AccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service
            access to a source repository. It's required for ECR image repositories (but not for
            ECR Public repositories).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.SourceConfiguration_AutoDeploymentsEnabled">
            <summary>
            <para>
            <para>If <c>true</c>, continuous integration from the source repository is enabled for the
            App Runner service. Each repository change (including any source code commit or new
            image version) starts a deployment.</para><para>Default: App Runner sets to <c>false</c> for a source image that uses an ECR Public
            repository or an ECR repository that's in an Amazon Web Services account other than
            the one that the service is in. App Runner sets to <c>true</c> in all other cases
            (which currently include a source code repository or a source image using a same-account
            ECR repository).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource
            that you want to associate with your service. If not provided, App Runner associates
            the latest revision of a default auto scaling configuration.</para><para>Specify an ARN with a name and a revision number to associate that revision. For example:
            <c>arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability/3</c></para><para>Specify just the name to associate the latest revision. For example: <c>arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_BuildCommand">
            <summary>
            <para>
            <para>The command App Runner runs to build your application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfiguration_ConfigurationSource">
            <summary>
            <para>
            <para>The source of the App Runner configuration. Values are interpreted as follows:</para><ul><li><para><c>REPOSITORY</c> – App Runner reads configuration values from the <c>apprunner.yaml</c>
            file in the source code repository and ignores <c>CodeConfigurationValues</c>.</para></li><li><para><c>API</c> – App Runner uses configuration values provided in <c>CodeConfigurationValues</c>
            and ignores the <c>apprunner.yaml</c> file in the source code repository.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.AuthenticationConfiguration_ConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner
            service to connect to a source repository. It's required for GitHub code repositories.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.InstanceConfiguration_Cpu">
            <summary>
            <para>
            <para>The number of CPU units reserved for each instance of your App Runner service.</para><para>Default: <c>1 vCPU</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.EgressConfiguration_EgressType">
            <summary>
            <para>
            <para>The type of egress configuration.</para><para>Set to <c>DEFAULT</c> for access to resources hosted on public networks.</para><para>Set to <c>VPC</c> to associate your service to a custom VPC specified by <c>VpcConnectorArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_HealthyThreshold">
            <summary>
            <para>
            <para>The number of consecutive checks that must succeed before App Runner decides that
            the service is healthy.</para><para>Default: <c>1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageRepository_ImageIdentifier">
            <summary>
            <para>
            <para>The identifier of an image.</para><para>For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name.
            For the image name format, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html">Pulling
            an image</a> in the <i>Amazon ECR User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageRepository_ImageRepositoryType">
            <summary>
            <para>
            <para>The type of the image repository. This reflects the repository provider and whether
            the repository is private or public.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.InstanceConfiguration_InstanceRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App
            Runner service. These are permissions that your code needs when it calls any Amazon
            Web Services APIs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_Interval">
            <summary>
            <para>
            <para>The time interval, in seconds, between health checks.</para><para>Default: <c>5</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.NetworkConfiguration_IpAddressType">
            <summary>
            <para>
            <para>App Runner provides you with the option to choose between <i>Internet Protocol version
            4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your incoming public network
            configuration. This is an optional parameter. If you do not specify an <c>IpAddressType</c>,
            it defaults to select IPv4.</para><note><para> Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is
            supported for Private endpoint. If you update a service that's using dual-stack Public
            endpoint to a Private endpoint, your App Runner service will default to support only
            IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
            </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.IngressConfiguration_IsPubliclyAccessible">
            <summary>
            <para>
            <para>Specifies whether your App Runner service is publicly accessible. To make the service
            publicly accessible set it to <c>True</c>. To make the service privately accessible,
            from only within an Amazon VPC set it to <c>False</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.EncryptionConfiguration_KmsKey">
            <summary>
            <para>
            <para>The ARN of the KMS key that's used for encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.InstanceConfiguration_Memory">
            <summary>
            <para>
            <para>The amount of memory, in MB or GB, reserved for each instance of your App Runner service.</para><para>Default: <c>2 GB</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ObservabilityConfiguration_ObservabilityConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the observability configuration that is associated
            with the service. Specified only when <c>ObservabilityEnabled</c> is <c>true</c>.</para><para>Specify an ARN with a name and a revision number to associate that revision. For example:
            <c>arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3</c></para><para>Specify just the name to associate the latest revision. For example: <c>arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ObservabilityConfiguration_ObservabilityEnabled">
            <summary>
            <para>
            <para>When <c>true</c>, an observability configuration resource is associated with the service,
            and an <c>ObservabilityConfigurationArn</c> is specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_Path">
            <summary>
            <para>
            <para>The URL that health check requests are sent to.</para><para><c>Path</c> is only applicable when you set <c>Protocol</c> to <c>HTTP</c>.</para><para>Default: <c>"/"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_Port">
            <summary>
            <para>
            <para>The port that your application listens to in the container.</para><para>Default: <c>8080</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageConfiguration_Port">
            <summary>
            <para>
            <para>The port that your application listens to in the container.</para><para>Default: <c>8080</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_Protocol">
            <summary>
            <para>
            <para>The IP protocol that App Runner uses to perform health checks for your service.</para><para>If you set <c>Protocol</c> to <c>HTTP</c>, App Runner sends health check requests
            to the HTTP path specified by <c>Path</c>.</para><para>Default: <c>TCP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeRepository_RepositoryUrl">
            <summary>
            <para>
            <para>The location of the repository that contains the source code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_Runtime">
            <summary>
            <para>
            <para>A runtime environment type for building and running an App Runner service. It represents
            a programming language runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_RuntimeEnvironmentSecret">
            <summary>
            <para>
            <para>An array of key-value pairs representing the secrets and parameters that get referenced
            to your service as an environment variable. The supported values are either the full
            Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter
            in the Amazon Web Services Systems Manager Parameter Store.</para><note><ul><li><para> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the
            same Amazon Web Services Region as the service that you're launching, you can use
            either the full ARN or name of the secret. If the parameter exists in a different
            Region, then the full ARN must be specified. </para></li><li><para> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter
            Store parameter is not supported. </para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageConfiguration_RuntimeEnvironmentSecret">
            <summary>
            <para>
            <para>An array of key-value pairs representing the secrets and parameters that get referenced
            to your service as an environment variable. The supported values are either the full
            Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter
            in the Amazon Web Services Systems Manager Parameter Store.</para><note><ul><li><para> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the
            same Amazon Web Services Region as the service that you're launching, you can use
            either the full ARN or name of the secret. If the parameter exists in a different
            Region, then the full ARN must be specified. </para></li><li><para> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter
            Store parameter is not supported. </para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_RuntimeEnvironmentVariable">
            <summary>
            <para>
            <para>The environment variables that are available to your running App Runner service. An
            array of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageConfiguration_RuntimeEnvironmentVariable">
            <summary>
            <para>
            <para>Environment variables that are available to your running App Runner service. An array
            of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ServiceName">
            <summary>
            <para>
            <para>A name for the App Runner service. It must be unique across all the running App Runner
            services in your Amazon Web Services account in the Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeRepository_SourceDirectory">
            <summary>
            <para>
            <para>The path of the directory that stores source code and configuration files. The build
            and start commands also execute from here. The path is absolute from root and, if
            not specified, defaults to the repository root.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.CodeConfigurationValues_StartCommand">
            <summary>
            <para>
            <para>The command App Runner runs to start your application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.ImageConfiguration_StartCommand">
            <summary>
            <para>
            <para>An optional command that App Runner runs to start the application in the source image.
            If specified, this command overrides the Docker image’s default start command.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.Tag">
            <summary>
            <para>
            <para>An optional list of metadata items that you can associate with the App Runner service
            resource. A tag is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_Timeout">
            <summary>
            <para>
            <para>The time, in seconds, to wait for a health check response before deciding it failed.</para><para>Default: <c>2</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.SourceCodeVersion_Type">
            <summary>
            <para>
            <para>The type of version identifier.</para><para>For a git-based repository, branches represent versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.HealthCheckConfiguration_UnhealthyThreshold">
            <summary>
            <para>
            <para>The number of consecutive checks that must fail before App Runner decides that the
            service is unhealthy.</para><para>Default: <c>5</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.SourceCodeVersion_Value">
            <summary>
            <para>
            <para>A source code version.</para><para>For a git-based repository, a branch name maps to a specific version. App Runner uses
            the most recent commit to the branch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.EgressConfiguration_VpcConnectorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate
            with your App Runner service. Only valid when <c>EgressType = VPC</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateServiceResponse 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.AAR.NewAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceName parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARServiceCmdlet.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.AAR.NewAARVpcConnectorCmdlet">
            <summary>
            Create an App Runner VPC connector resource. App Runner requires this resource when
            you want to associate your App Runner service to a custom Amazon Virtual Private Cloud
            (Amazon VPC).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.SecurityGroup">
            <summary>
            <para>
            <para>A list of IDs of security groups that App Runner should use for access to Amazon Web
            Services resources under the specified subnets. If not specified, App Runner uses
            the default security group of the Amazon VPC. The default security group allows all
            outbound traffic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.Subnet">
            <summary>
            <para>
            <para>A list of IDs of subnets that App Runner should use when it associates your service
            with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner
            determines the Amazon VPC from the subnets you specify.</para><note><para> App Runner currently only provides support for IPv4. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.Tag">
            <summary>
            <para>
            <para>A list of metadata items that you can associate with your VPC connector resource.
            A tag is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.VpcConnectorName">
            <summary>
            <para>
            <para>A name for the VPC connector.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcConnector'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateVpcConnectorResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateVpcConnectorResponse 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.AAR.NewAARVpcConnectorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcConnectorName parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcConnectorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcConnectorCmdlet.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.AAR.NewAARVpcIngressConnectionCmdlet">
            <summary>
            Create an App Runner VPC Ingress Connection resource. App Runner requires this resource
            when you want to associate your App Runner service with an Amazon VPC endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for this App Runner service that is used to create
            the VPC Ingress Connection resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.Tag">
            <summary>
            <para>
            <para>An optional list of metadata items that you can associate with the VPC Ingress Connection
            resource. A tag is a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.IngressVpcConfiguration_VpcEndpointId">
            <summary>
            <para>
            <para>The ID of the VPC endpoint that your App Runner service connects to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.IngressVpcConfiguration_VpcId">
            <summary>
            <para>
            <para>The ID of the VPC that is used for the VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.VpcIngressConnectionName">
            <summary>
            <para>
            <para>A name for the VPC Ingress Connection resource. It must be unique across all the active
            VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services
            Region. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcIngressConnection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.CreateVpcIngressConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.CreateVpcIngressConnectionResponse 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.AAR.NewAARVpcIngressConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcIngressConnectionName parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcIngressConnectionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.NewAARVpcIngressConnectionCmdlet.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.AAR.RemoveAARAutoScalingConfigurationCmdlet">
            <summary>
            Delete an App Runner automatic scaling configuration resource. You can delete a top
            level auto scaling configuration, a specific revision of one, or all revisions associated
            with the top level configuration. You can't delete the default auto scaling configuration
            or a configuration that's used by one or more App Runner services.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARAutoScalingConfigurationCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you
            want to delete.</para><para>The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARAutoScalingConfigurationCmdlet.DeleteAllRevision">
            <summary>
            <para>
            <para>Set to <c>true</c> to delete all of the revisions associated with the <c>AutoScalingConfigurationArn</c>
            parameter value.</para><para>When <c>DeleteAllRevisions</c> is set to <c>true</c>, the only valid value for the
            Amazon Resource Name (ARN) is a partial ARN ending with: <c>.../name</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARAutoScalingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoScalingConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteAutoScalingConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteAutoScalingConfigurationResponse 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.AAR.RemoveAARAutoScalingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoScalingConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoScalingConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARAutoScalingConfigurationCmdlet.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.AAR.RemoveAARConnectionCmdlet">
            <summary>
            Delete an App Runner connection. You must first ensure that there are no running App
            Runner services that use this connection. If there are any, the <c>DeleteConnection</c>
            action fails.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARConnectionCmdlet.ConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner connection that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteConnectionResponse 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.AAR.RemoveAARConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARConnectionCmdlet.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.AAR.RemoveAARCustomDomainCmdlet">
            <summary>
            Disassociate a custom domain name from an App Runner service.
             
              
            <para>
            Certificates tracking domain validity are associated with a custom domain and are
            stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide">AWS Certificate
            Manager (ACM)</a>. These certificates aren't deleted as part of this action. App Runner
            delays certificate deletion for 30 days after a domain is disassociated from your
            service.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARCustomDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>The domain name that you want to disassociate from the App Runner service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARCustomDomainCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate
            a custom domain name from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARCustomDomainCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DisassociateCustomDomainResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DisassociateCustomDomainResponse 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.AAR.RemoveAARCustomDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARCustomDomainCmdlet.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.AAR.RemoveAARObservabilityConfigurationCmdlet">
            <summary>
            Delete an App Runner observability configuration resource. You can delete a specific
            revision or the latest active revision. You can't delete a configuration that's used
            by one or more App Runner services.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARObservabilityConfigurationCmdlet.ObservabilityConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner observability configuration that
            you want to delete.</para><para>The ARN can be a full observability configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARObservabilityConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ObservabilityConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteObservabilityConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteObservabilityConfigurationResponse 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.AAR.RemoveAARObservabilityConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ObservabilityConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ObservabilityConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARObservabilityConfigurationCmdlet.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.AAR.RemoveAARResourceTagCmdlet">
            <summary>
            Remove tags from an App Runner resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</para><para>It must be the ARN of an App Runner resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of tag keys that you want to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARResourceTagCmdlet.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.AppRunner.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARResourceTagCmdlet.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.AAR.RemoveAARServiceCmdlet">
            <summary>
            Delete an App Runner service.
             
              
            <para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a>ListOperations</a> call to track the operation's progress.
            </para><note><para>
            Make sure that you don't have any active VPCIngressConnections associated with the
            service you want to delete.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARServiceCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteServiceResponse 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.AAR.RemoveAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARServiceCmdlet.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.AAR.RemoveAARVpcConnectorCmdlet">
            <summary>
            Delete an App Runner VPC connector resource. You can't delete a connector that's used
            by one or more App Runner services.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcConnectorCmdlet.VpcConnectorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to delete.</para><para>The ARN must be a full VPC connector ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcConnectorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcConnector'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteVpcConnectorResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteVpcConnectorResponse 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.AAR.RemoveAARVpcConnectorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcConnectorArn parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcConnectorArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcConnectorCmdlet.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.AAR.RemoveAARVpcIngressConnectionCmdlet">
            <summary>
            Delete an App Runner VPC Ingress Connection resource that's associated with an App
            Runner service. The VPC Ingress Connection must be in one of the following states
            to be deleted:
             
             <ul><li><para><c>AVAILABLE</c></para></li><li><para><c>FAILED_CREATION</c></para></li><li><para><c>FAILED_UPDATE</c></para></li><li><para><c>FAILED_DELETION</c></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcIngressConnectionCmdlet.VpcIngressConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want
            to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcIngressConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcIngressConnection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.DeleteVpcIngressConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.DeleteVpcIngressConnectionResponse 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.AAR.RemoveAARVpcIngressConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcIngressConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcIngressConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.RemoveAARVpcIngressConnectionCmdlet.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.AAR.ResumeAARServiceCmdlet">
            <summary>
            Resume an active App Runner service. App Runner provisions compute capacity for the
            service.
             
              
            <para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a>ListOperations</a> call to track the operation's progress.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.ResumeAARServiceCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to resume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.ResumeAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.ResumeServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.ResumeServiceResponse 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.AAR.ResumeAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.ResumeAARServiceCmdlet.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.AAR.StartAARDeploymentCmdlet">
            <summary>
            Initiate a manual deployment of the latest commit in a source code repository or the
            latest image in a source image repository to an App Runner service.
             
              
            <para>
            For a source code repository, App Runner retrieves the commit and builds a Docker
            image. For a source image repository, App Runner retrieves the latest Docker image.
            In both cases, App Runner then deploys the new image to your service and starts a
            new container instance.
            </para><para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a>ListOperations</a> call to track the operation's progress.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.StartAARDeploymentCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to manually
            deploy to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.StartAARDeploymentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.StartDeploymentResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.StartDeploymentResponse 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.AAR.StartAARDeploymentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.StartAARDeploymentCmdlet.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.AAR.SuspendAARServiceCmdlet">
            <summary>
            Pause an active App Runner service. App Runner reduces compute capacity for the service
            to zero and loses state (for example, ephemeral storage is removed).
             
              
            <para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a>ListOperations</a> call to track the operation's progress.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.SuspendAARServiceCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to pause.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.SuspendAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.PauseServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.PauseServiceResponse 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.AAR.SuspendAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.SuspendAARServiceCmdlet.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.AAR.UpdateAARDefaultAutoScalingConfigurationCmdlet">
            <summary>
            Update an auto scaling configuration to be the default. The existing default auto
            scaling configuration will be set to non-default automatically.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARDefaultAutoScalingConfigurationCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you
            want to set as the default.</para><para>The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with
            either <c>.../<i>name</i></c> or <c>.../<i>name</i>/<i>revision</i></c>. If a revision
            isn't specified, the latest active revision is set as the default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARDefaultAutoScalingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoScalingConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.UpdateDefaultAutoScalingConfigurationResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.UpdateDefaultAutoScalingConfigurationResponse 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.AAR.UpdateAARDefaultAutoScalingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoScalingConfigurationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoScalingConfigurationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARDefaultAutoScalingConfigurationCmdlet.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.AAR.UpdateAARServiceCmdlet">
            <summary>
            Update an App Runner service. You can update the source configuration and instance
            configuration of the service. You can also update the ARN of the auto scaling configuration
            resource that's associated with the service. However, you can't change the name or
            the encryption configuration of the service. These can be set only when you create
            the service.
             
              
            <para>
            To update the tags applied to your service, use the separate actions <a>TagResource</a>
            and <a>UntagResource</a>.
            </para><para>
            This is an asynchronous operation. On a successful call, you can use the returned
            <c>OperationId</c> and the <a>ListOperations</a> call to track the operation's progress.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.AuthenticationConfiguration_AccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service
            access to a source repository. It's required for ECR image repositories (but not for
            ECR Public repositories).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.SourceConfiguration_AutoDeploymentsEnabled">
            <summary>
            <para>
            <para>If <c>true</c>, continuous integration from the source repository is enabled for the
            App Runner service. Each repository change (including any source code commit or new
            image version) starts a deployment.</para><para>Default: App Runner sets to <c>false</c> for a source image that uses an ECR Public
            repository or an ECR repository that's in an Amazon Web Services account other than
            the one that the service is in. App Runner sets to <c>true</c> in all other cases
            (which currently include a source code repository or a source image using a same-account
            ECR repository).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.AutoScalingConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource
            that you want to associate with the App Runner service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_BuildCommand">
            <summary>
            <para>
            <para>The command App Runner runs to build your application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfiguration_ConfigurationSource">
            <summary>
            <para>
            <para>The source of the App Runner configuration. Values are interpreted as follows:</para><ul><li><para><c>REPOSITORY</c> – App Runner reads configuration values from the <c>apprunner.yaml</c>
            file in the source code repository and ignores <c>CodeConfigurationValues</c>.</para></li><li><para><c>API</c> – App Runner uses configuration values provided in <c>CodeConfigurationValues</c>
            and ignores the <c>apprunner.yaml</c> file in the source code repository.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.AuthenticationConfiguration_ConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner
            service to connect to a source repository. It's required for GitHub code repositories.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.InstanceConfiguration_Cpu">
            <summary>
            <para>
            <para>The number of CPU units reserved for each instance of your App Runner service.</para><para>Default: <c>1 vCPU</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.EgressConfiguration_EgressType">
            <summary>
            <para>
            <para>The type of egress configuration.</para><para>Set to <c>DEFAULT</c> for access to resources hosted on public networks.</para><para>Set to <c>VPC</c> to associate your service to a custom VPC specified by <c>VpcConnectorArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_HealthyThreshold">
            <summary>
            <para>
            <para>The number of consecutive checks that must succeed before App Runner decides that
            the service is healthy.</para><para>Default: <c>1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageRepository_ImageIdentifier">
            <summary>
            <para>
            <para>The identifier of an image.</para><para>For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name.
            For the image name format, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html">Pulling
            an image</a> in the <i>Amazon ECR User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageRepository_ImageRepositoryType">
            <summary>
            <para>
            <para>The type of the image repository. This reflects the repository provider and whether
            the repository is private or public.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.InstanceConfiguration_InstanceRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App
            Runner service. These are permissions that your code needs when it calls any Amazon
            Web Services APIs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_Interval">
            <summary>
            <para>
            <para>The time interval, in seconds, between health checks.</para><para>Default: <c>5</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.NetworkConfiguration_IpAddressType">
            <summary>
            <para>
            <para>App Runner provides you with the option to choose between <i>Internet Protocol version
            4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your incoming public network
            configuration. This is an optional parameter. If you do not specify an <c>IpAddressType</c>,
            it defaults to select IPv4.</para><note><para> Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is
            supported for Private endpoint. If you update a service that's using dual-stack Public
            endpoint to a Private endpoint, your App Runner service will default to support only
            IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
            </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.IngressConfiguration_IsPubliclyAccessible">
            <summary>
            <para>
            <para>Specifies whether your App Runner service is publicly accessible. To make the service
            publicly accessible set it to <c>True</c>. To make the service privately accessible,
            from only within an Amazon VPC set it to <c>False</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.InstanceConfiguration_Memory">
            <summary>
            <para>
            <para>The amount of memory, in MB or GB, reserved for each instance of your App Runner service.</para><para>Default: <c>2 GB</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ObservabilityConfiguration_ObservabilityConfigurationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the observability configuration that is associated
            with the service. Specified only when <c>ObservabilityEnabled</c> is <c>true</c>.</para><para>Specify an ARN with a name and a revision number to associate that revision. For example:
            <c>arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3</c></para><para>Specify just the name to associate the latest revision. For example: <c>arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ObservabilityConfiguration_ObservabilityEnabled">
            <summary>
            <para>
            <para>When <c>true</c>, an observability configuration resource is associated with the service,
            and an <c>ObservabilityConfigurationArn</c> is specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_Path">
            <summary>
            <para>
            <para>The URL that health check requests are sent to.</para><para><c>Path</c> is only applicable when you set <c>Protocol</c> to <c>HTTP</c>.</para><para>Default: <c>"/"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_Port">
            <summary>
            <para>
            <para>The port that your application listens to in the container.</para><para>Default: <c>8080</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageConfiguration_Port">
            <summary>
            <para>
            <para>The port that your application listens to in the container.</para><para>Default: <c>8080</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_Protocol">
            <summary>
            <para>
            <para>The IP protocol that App Runner uses to perform health checks for your service.</para><para>If you set <c>Protocol</c> to <c>HTTP</c>, App Runner sends health check requests
            to the HTTP path specified by <c>Path</c>.</para><para>Default: <c>TCP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeRepository_RepositoryUrl">
            <summary>
            <para>
            <para>The location of the repository that contains the source code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_Runtime">
            <summary>
            <para>
            <para>A runtime environment type for building and running an App Runner service. It represents
            a programming language runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_RuntimeEnvironmentSecret">
            <summary>
            <para>
            <para>An array of key-value pairs representing the secrets and parameters that get referenced
            to your service as an environment variable. The supported values are either the full
            Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter
            in the Amazon Web Services Systems Manager Parameter Store.</para><note><ul><li><para> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the
            same Amazon Web Services Region as the service that you're launching, you can use
            either the full ARN or name of the secret. If the parameter exists in a different
            Region, then the full ARN must be specified. </para></li><li><para> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter
            Store parameter is not supported. </para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageConfiguration_RuntimeEnvironmentSecret">
            <summary>
            <para>
            <para>An array of key-value pairs representing the secrets and parameters that get referenced
            to your service as an environment variable. The supported values are either the full
            Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter
            in the Amazon Web Services Systems Manager Parameter Store.</para><note><ul><li><para> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the
            same Amazon Web Services Region as the service that you're launching, you can use
            either the full ARN or name of the secret. If the parameter exists in a different
            Region, then the full ARN must be specified. </para></li><li><para> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter
            Store parameter is not supported. </para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_RuntimeEnvironmentVariable">
            <summary>
            <para>
            <para>The environment variables that are available to your running App Runner service. An
            array of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageConfiguration_RuntimeEnvironmentVariable">
            <summary>
            <para>
            <para>Environment variables that are available to your running App Runner service. An array
            of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ServiceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner service that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeRepository_SourceDirectory">
            <summary>
            <para>
            <para>The path of the directory that stores source code and configuration files. The build
            and start commands also execute from here. The path is absolute from root and, if
            not specified, defaults to the repository root.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.CodeConfigurationValues_StartCommand">
            <summary>
            <para>
            <para>The command App Runner runs to start your application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.ImageConfiguration_StartCommand">
            <summary>
            <para>
            <para>An optional command that App Runner runs to start the application in the source image.
            If specified, this command overrides the Docker image’s default start command.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_Timeout">
            <summary>
            <para>
            <para>The time, in seconds, to wait for a health check response before deciding it failed.</para><para>Default: <c>2</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.SourceCodeVersion_Type">
            <summary>
            <para>
            <para>The type of version identifier.</para><para>For a git-based repository, branches represent versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.HealthCheckConfiguration_UnhealthyThreshold">
            <summary>
            <para>
            <para>The number of consecutive checks that must fail before App Runner decides that the
            service is unhealthy.</para><para>Default: <c>5</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.SourceCodeVersion_Value">
            <summary>
            <para>
            <para>A source code version.</para><para>For a git-based repository, a branch name maps to a specific version. App Runner uses
            the most recent commit to the branch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.EgressConfiguration_VpcConnectorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate
            with your App Runner service. Only valid when <c>EgressType = VPC</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.UpdateServiceResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.UpdateServiceResponse 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.AAR.UpdateAARServiceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARServiceCmdlet.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.AAR.UpdateAARVpcIngressConnectionCmdlet">
            <summary>
            Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection
            must be in one of the following states to be updated:
             
             <ul><li><para>
             AVAILABLE
            </para></li><li><para>
             FAILED_CREATION
            </para></li><li><para>
             FAILED_UPDATE
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARVpcIngressConnectionCmdlet.IngressVpcConfiguration_VpcEndpointId">
            <summary>
            <para>
            <para>The ID of the VPC endpoint that your App Runner service connects to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARVpcIngressConnectionCmdlet.IngressVpcConfiguration_VpcId">
            <summary>
            <para>
            <para>The ID of the VPC that is used for the VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARVpcIngressConnectionCmdlet.VpcIngressConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource
            that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARVpcIngressConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'VpcIngressConnection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppRunner.Model.UpdateVpcIngressConnectionResponse).
            Specifying the name of a property of type Amazon.AppRunner.Model.UpdateVpcIngressConnectionResponse 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.AAR.UpdateAARVpcIngressConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcIngressConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcIngressConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AAR.UpdateAARVpcIngressConnectionCmdlet.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>