AWS.Tools.CloudFront.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CloudFront</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet">
            <summary>
            Creates signed cookies that grants universal access to private content until a given date (using a canned policy)
            or tailored access to private content based on an access time window and ip range.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.ResourceUri">
            <summary>
            The URL or path that uniquely identifies a resource within a
            distribution. For standard distributions the resource URL will
            be <i>"http://" + distributionName + "/" + path</i>
            (may also include URL parameters. For distributions with the
            HTTPS required protocol, the resource URL must start with
            <i>"https://"</i>. RTMP resources do not take the form of a
            URL, and instead the resource path is nothing but the stream's
            name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.KeyPairId">
            <summary>
            The key pair id corresponding to the private key file given.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.PrivateKeyFile">
            <summary>
            The private key file. RSA private key (.pem) are supported.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.ExpiresOn">
            <summary>
            The expiration date till which content can be accessed using the generated cookies.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.ActiveFrom">
            <summary>
            The date from which content can be accessed using the generated cookies.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedCookieCmdlet.IpRange">
            <summary>
            The allowed IP address range of the client making the GET request, in CIDR form (e.g. 192.168.0.1/24).
             If not specified, a CIDR of 0.0.0.0/0 (i.e. no IP restriction) is used.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet">
            <summary>
            Creates a signed URL that grants universal access to private content until a given date (using a canned policy)
            or tailored access to private content based on an access time window and ip range.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.ResourceUri">
            <summary>
            The URL or path that uniquely identifies a resource within a
            distribution. For standard distributions the resource URL will
            be <i>"http://" + distributionName + "/" + path</i>
            (may also include URL parameters). For distributions with the
            HTTPS required protocol, the resource URL must start with
            <i>"https://"</i>. RTMP resources do not take the form of a
            URL, and instead the resource path is nothing but the stream's
            name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.KeyPairId">
            <summary>
            The key pair id corresponding to the private key file supplied
            to the PrivateKeyFile parameter.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.PrivateKeyFile">
            <summary>
            The private key file. RSA private key (.pem) files are supported.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.ExpiresOn">
            <summary>
            The expiration date of the signed URL.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.ActiveFrom">
            <summary>
            The date from which the URL can be accessed.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.IpRange">
            <summary>
            The allowed IP address range of the client making the GET request,
            in CIDR form (e.g. 192.168.0.1/24). If not specified, a CIDR of
            0.0.0.0/0 (i.e. no IP restriction) is used.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFSignedUrlCmdlet.AsString">
            <summary>
            If set the cmdlet outputs the signed url as a simple string. The default is to wrap
            and emit the url as a System.Uri object.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet">
            <summary>
            Add tags to a CloudFront resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para> A complex type that contains <code>Tag</code> elements.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet.Resource">
            <summary>
            <para>
            <para> An ARN of a CloudFront resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet.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.CloudFront.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Resource parameter.
            The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.AddCFResourceTagCmdlet.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.CF.GetCFCachePolicyCmdlet">
            <summary>
            Gets a cache policy, including the following metadata:
             
             <ul><li><para>
            The policy’s identifier.
            </para></li><li><para>
            The date and time when the policy was last modified.
            </para></li></ul><para>
            To get a cache policy, you must provide the policy’s identifier. If the cache policy
            is attached to a distribution’s cache behavior, you can get the policy’s identifier
            using <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache
            policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the cache policy. If the cache policy is attached to a distribution’s
            cache behavior, you can get the policy’s identifier using <code>ListDistributions</code>
            or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior,
            you can get the identifier using <code>ListCachePolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CachePolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetCachePolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetCachePolicyResponse 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.CF.GetCFCachePolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyConfigCmdlet">
            <summary>
            Gets a cache policy configuration.
             
              
            <para>
            To get a cache policy configuration, you must provide the policy’s identifier. If
            the cache policy is attached to a distribution’s cache behavior, you can get the policy’s
            identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If
            the cache policy is not attached to a cache behavior, you can get the identifier using
            <code>ListCachePolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyConfigCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the cache policy. If the cache policy is attached to a distribution’s
            cache behavior, you can get the policy’s identifier using <code>ListDistributions</code>
            or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior,
            you can get the identifier using <code>ListCachePolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CachePolicyConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetCachePolicyConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetCachePolicyConfigResponse 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.CF.GetCFCachePolicyConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyListCmdlet">
            <summary>
            Gets a list of cache policies.
             
              
            <para>
            You can optionally apply a filter to return only the managed policies created by Amazon
            Web Services, or only the custom policies created in your Amazon Web Services account.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyListCmdlet.Type">
            <summary>
            <para>
            <para>A filter to return only the specified kinds of cache policies. Valid values are:</para><ul><li><para><code>managed</code> – Returns only the managed policies created by Amazon Web Services.</para></li><li><para><code>custom</code> – Returns only the custom policies created in your Amazon Web
            Services account.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            cache policies. The response includes cache policies in the list that occur after
            the marker. To get the next page of the list, set this field’s value to the value
            of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of cache policies that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCachePolicyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CachePolicyList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListCachePoliciesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListCachePoliciesResponse 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.CF.GetCFCachePolicyListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityCmdlet">
            <summary>
            Get the information about an origin access identity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityCmdlet.Id">
            <summary>
            <para>
            <para>The identity's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CloudFrontOriginAccessIdentity'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResponse 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.CF.GetCFCloudFrontOriginAccessIdentityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityConfigCmdlet">
            <summary>
            Get the configuration information about an origin access identity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityConfigCmdlet.Id">
            <summary>
            <para>
            <para>The identity's ID. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CloudFrontOriginAccessIdentityConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResponse 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.CF.GetCFCloudFrontOriginAccessIdentityConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityListCmdlet">
            <summary>
            Lists origin access identities.<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.CF.GetCFCloudFrontOriginAccessIdentityListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this when paginating results to indicate where to begin in your list of origin
            access identities. The results include identities in the list that occur after the
            marker. To get the next page of results, set the <code>Marker</code> to the value
            of the <code>NextMarker</code> from the current page's response (which is also the
            ID of the last identity on that 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of origin access identities you want in the response body. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFCloudFrontOriginAccessIdentityListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CloudFrontOriginAccessIdentityList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResponse 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.CF.GetCFCloudFrontOriginAccessIdentityListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet">
            <summary>
            Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict
            or overlap with the provided alias, and the associated CloudFront distributions and
            Amazon Web Services accounts for each conflicting alias. In the returned list, the
            distribution and account IDs are partially hidden, which allows you to identify the
            distributions and accounts that you own, but helps to protect the information of ones
            that you don’t own.
             
              
            <para>
            Use this operation to find aliases that are in use in CloudFront that conflict or
            overlap with the provided alias. For example, if you provide <code>www.example.com</code>
            as input, the returned list can include <code>www.example.com</code> and the overlapping
            wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you
            provide <code>*.example.com</code> as input, the returned list can include <code>*.example.com</code>
            and any alternate domain names covered by that wildcard (for example, <code>www.example.com</code>,
            <code>test.example.com</code>, <code>dev.example.com</code>, and so on), if they exist.
            </para><para>
            To list conflicting aliases, you provide the alias to search and the ID of a distribution
            in your account that has an attached SSL/TLS certificate that includes the provided
            alias. For more information, including how to set up the distribution and certificate,
            see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving
            an alternate domain name to a different distribution</a> in the <i>Amazon CloudFront
            Developer Guide</i>.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet.Alias">
            <summary>
            <para>
            <para>The alias (also called a CNAME) to search for conflicting aliases.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet.DistributionId">
            <summary>
            <para>
            <para>The ID of a distribution in your account that has an attached SSL/TLS certificate
            that includes the provided alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in the list of conflicting
            aliases. The response includes conflicting aliases in the list that occur after the
            marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code>
            from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of conflicting aliases that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFConflictingAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConflictingAliasesList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListConflictingAliasesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListConflictingAliasesResponse 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.CF.GetCFConflictingAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Alias parameter.
            The -PassThru parameter is deprecated, use -Select '^Alias' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionCmdlet">
            <summary>
            Get the information about a distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The distribution's ID. If the ID is empty, an empty distribution configuration is
            returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Distribution'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetDistributionResponse 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.CF.GetCFDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionConfigCmdlet">
            <summary>
            Get the configuration information about a distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionConfigCmdlet.Id">
            <summary>
            <para>
            <para>The distribution's ID. If the ID is empty, an empty distribution configuration is
            returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetDistributionConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetDistributionConfigResponse 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.CF.GetCFDistributionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListCmdlet">
            <summary>
            List CloudFront distributions.<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.CF.GetCFDistributionListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this when paginating results to indicate where to begin in your list of distributions.
            The results include distributions in the list that occur after the marker. To get
            the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
            from the current page's response (which is also the ID of the last distribution on
            that 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distributions you want in the response body.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsResponse 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.CF.GetCFDistributionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListByWebACLIdCmdlet">
            <summary>
            List the distributions that are associated with a specified WAF web ACL.<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.CF.GetCFDistributionListByWebACLIdCmdlet.WebACLId">
            <summary>
            <para>
            <para>The ID of the WAF web ACL that you want to list the associated distributions. If you
            specify "null" for the ID, the request returns a list of the distributions that aren't
            associated with a web ACL.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListByWebACLIdCmdlet.Marker">
            <summary>
            <para>
            <para>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results.
            If you have more than <code>MaxItems</code> distributions that satisfy the request,
            the response includes a <code>NextMarker</code> element. To get the next page of results,
            submit another request. For the value of <code>Marker</code>, specify the value of
            <code>NextMarker</code> from the last response. (For the first request, omit <code>Marker</code>.)
            </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListByWebACLIdCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distributions that you want CloudFront to return in the response
            body. The maximum and default values are both 100.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListByWebACLIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByWebACLIdResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByWebACLIdResponse 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.CF.GetCFDistributionListByWebACLIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WebACLId parameter.
            The -PassThru parameter is deprecated, use -Select '^WebACLId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionListByWebACLIdCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByCachePolicyIdCmdlet">
            <summary>
            Gets a list of distribution IDs for distributions that have a cache behavior that’s
            associated with the specified cache policy.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByCachePolicyIdCmdlet.CachePolicyId">
            <summary>
            <para>
            <para>The ID of the cache policy whose associated distribution IDs you want to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByCachePolicyIdCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            distribution IDs. The response includes distribution IDs in the list that occur after
            the marker. To get the next page of the list, set this field’s value to the value
            of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByCachePolicyIdCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distribution IDs that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByCachePolicyIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionIdList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByCachePolicyIdResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByCachePolicyIdResponse 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.CF.GetCFDistributionsByCachePolicyIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CachePolicyId parameter.
            The -PassThru parameter is deprecated, use -Select '^CachePolicyId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByKeyGroupCmdlet">
            <summary>
            Gets a list of distribution IDs for distributions that have a cache behavior that
            references the specified key group.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByKeyGroupCmdlet.KeyGroupId">
            <summary>
            <para>
            <para>The ID of the key group whose associated distribution IDs you are listing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByKeyGroupCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            distribution IDs. The response includes distribution IDs in the list that occur after
            the marker. To get the next page of the list, set this field’s value to the value
            of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByKeyGroupCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distribution IDs that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByKeyGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionIdList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByKeyGroupResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByKeyGroupResponse 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.CF.GetCFDistributionsByKeyGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the KeyGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^KeyGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet">
            <summary>
            Gets a list of distribution IDs for distributions that have a cache behavior that’s
            associated with the specified origin request policy.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet.OriginRequestPolicyId">
            <summary>
            <para>
            <para>The ID of the origin request policy whose associated distribution IDs you want to
            list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            distribution IDs. The response includes distribution IDs in the list that occur after
            the marker. To get the next page of the list, set this field’s value to the value
            of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distribution IDs that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionIdList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByOriginRequestPolicyIdResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByOriginRequestPolicyIdResponse 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.CF.GetCFDistributionsByOriginRequestPolicyIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OriginRequestPolicyId parameter.
            The -PassThru parameter is deprecated, use -Select '^OriginRequestPolicyId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet">
            <summary>
            Gets a list of distributions that have a cache behavior that’s associated with the
            specified real-time log configuration.
             
              
            <para>
            You can specify the real-time log configuration by its name or its Amazon Resource
            Name (ARN). You must provide at least one. If you provide both, CloudFront uses the
            name to identify the real-time log configuration to list distributions for.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.RealtimeLogConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration whose associated
            distributions you want to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.RealtimeLogConfigName">
            <summary>
            <para>
            <para>The name of the real-time log configuration whose associated distributions you want
            to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            distributions. The response includes distributions in the list that occur after the
            marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code>
            from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distributions that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByRealtimeLogConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByRealtimeLogConfigResponse 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.CF.GetCFDistributionsByRealtimeLogConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RealtimeLogConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^RealtimeLogConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet">
            <summary>
            Gets a list of distribution IDs for distributions that have a cache behavior that’s
            associated with the specified response headers policy.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet.ResponseHeadersPolicyId">
            <summary>
            <para>
            <para>The ID of the response headers policy whose associated distribution IDs you want to
            list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            distribution IDs. The response includes distribution IDs in the list that occur after
            the marker. To get the next page of the list, set this field’s value to the value
            of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of distribution IDs that you want to get in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DistributionIdList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListDistributionsByResponseHeadersPolicyIdResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListDistributionsByResponseHeadersPolicyIdResponse 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.CF.GetCFDistributionsByResponseHeadersPolicyIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResponseHeadersPolicyId parameter.
            The -PassThru parameter is deprecated, use -Select '^ResponseHeadersPolicyId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionCmdlet">
            <summary>
            Get the field-level encryption configuration information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionCmdlet.Id">
            <summary>
            <para>
            <para>Request the ID for the field-level encryption configuration information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryption'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetFieldLevelEncryptionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetFieldLevelEncryptionResponse 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.CF.GetCFFieldLevelEncryptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigCmdlet">
            <summary>
            Get the field-level encryption configuration information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigCmdlet.Id">
            <summary>
            <para>
            <para>Request the ID for the field-level encryption configuration information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetFieldLevelEncryptionConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetFieldLevelEncryptionConfigResponse 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.CF.GetCFFieldLevelEncryptionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigListCmdlet">
            <summary>
            List all field-level encryption configurations that have been created in CloudFront
            for this 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.CF.GetCFFieldLevelEncryptionConfigListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this when paginating results to indicate where to begin in your list of configurations.
            The results include configurations in the list that occur after the marker. To get
            the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
            from the current page's response (which is also the ID of the last configuration on
            that 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of field-level encryption configurations you want in the response
            body. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListFieldLevelEncryptionConfigsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListFieldLevelEncryptionConfigsResponse 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.CF.GetCFFieldLevelEncryptionConfigListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileCmdlet">
            <summary>
            Get the field-level encryption profile information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileCmdlet.Id">
            <summary>
            <para>
            <para>Get the ID for the field-level encryption profile information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetFieldLevelEncryptionProfileResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetFieldLevelEncryptionProfileResponse 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.CF.GetCFFieldLevelEncryptionProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileConfigCmdlet">
            <summary>
            Get the field-level encryption profile configuration information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileConfigCmdlet.Id">
            <summary>
            <para>
            <para>Get the ID for the field-level encryption profile configuration information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionProfileConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetFieldLevelEncryptionProfileConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetFieldLevelEncryptionProfileConfigResponse 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.CF.GetCFFieldLevelEncryptionProfileConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileListCmdlet">
            <summary>
            Request a list of field-level encryption profiles that have been created in CloudFront
            for this 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.CF.GetCFFieldLevelEncryptionProfileListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this when paginating results to indicate where to begin in your list of profiles.
            The results include profiles in the list that occur after the marker. To get the next
            page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
            from the current page's response (which is also the ID of the last profile on that
            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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of field-level encryption profiles you want in the response body.
            </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFieldLevelEncryptionProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionProfileList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListFieldLevelEncryptionProfilesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListFieldLevelEncryptionProfilesResponse 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.CF.GetCFFieldLevelEncryptionProfileListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionCmdlet">
            <summary>
            Gets the code of a CloudFront function. To get configuration information and metadata
            about a function, use <code>DescribeFunction</code>.
             
              
            <para>
            To get a function’s code, you must provide the function’s name and stage. To get these
            values, you can use <code>ListFunctions</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function whose code you are getting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionCmdlet.Stage">
            <summary>
            <para>
            <para>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionCmdlet.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.CloudFront.Model.GetFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetFunctionResponse 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.CF.GetCFFunctionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionListCmdlet">
            <summary>
            Gets a list of all CloudFront functions in your Amazon Web Services account.
             
              
            <para>
            You can optionally apply a filter to return only the functions that are in the specified
            stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionListCmdlet.Stage">
            <summary>
            <para>
            <para>An optional filter to return only the functions that are in the specified stage, either
            <code>DEVELOPMENT</code> or <code>LIVE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            functions. The response includes functions in the list that occur after the marker.
            To get the next page of the list, set this field’s value to the value of <code>NextMarker</code>
            from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of functions that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FunctionList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListFunctionsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListFunctionsResponse 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="T:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionSummaryCmdlet">
            <summary>
            Gets configuration information and metadata about a CloudFront function, but not the
            function’s code. To get a function’s code, use <code>GetFunction</code>.
             
              
            <para>
            To get configuration information and metadata about a function, you must provide the
            function’s name and stage. To get these values, you can use <code>ListFunctions</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionSummaryCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function that you are getting information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionSummaryCmdlet.Stage">
            <summary>
            <para>
            <para>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFFunctionSummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FunctionSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.DescribeFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.DescribeFunctionResponse 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.CF.GetCFFunctionSummaryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationCmdlet">
            <summary>
            Get the information about an invalidation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationCmdlet.DistributionId">
            <summary>
            <para>
            <para>The distribution's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationCmdlet.Id">
            <summary>
            <para>
            <para>The identifier for the invalidation request, for example, <code>IDFDVBD632BHDS5</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Invalidation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetInvalidationResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetInvalidationResponse 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.CF.GetCFInvalidationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationListCmdlet">
            <summary>
            Lists invalidation batches.<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.CF.GetCFInvalidationListCmdlet.DistributionId">
            <summary>
            <para>
            <para>The distribution's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this parameter when paginating results to indicate where to begin in your list
            of invalidation batches. Because the results are returned in decreasing order from
            most recent to oldest, the most recent results are on the first page, the second page
            will contain earlier results, and so on. To get the next page of results, set <code>Marker</code>
            to the value of the <code>NextMarker</code> from the current page's response. This
            value is the same as the ID of the last invalidation batch on that 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of invalidation batches that you want in the response body.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvalidationList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListInvalidationsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListInvalidationsResponse 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.CF.GetCFInvalidationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFInvalidationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupCmdlet">
            <summary>
            Gets a key group, including the date and time when the key group was last modified.
             
              
            <para>
            To get a key group, you must provide the key group’s identifier. If the key group
            is referenced in a distribution’s cache behavior, you can get the key group’s identifier
            using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group
            is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the key group that you are getting. To get the identifier, use <code>ListKeyGroups</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'KeyGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetKeyGroupResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetKeyGroupResponse 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.CF.GetCFKeyGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupConfigCmdlet">
            <summary>
            Gets a key group configuration.
             
              
            <para>
            To get a key group configuration, you must provide the key group’s identifier. If
            the key group is referenced in a distribution’s cache behavior, you can get the key
            group’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the key group is not referenced in a cache behavior, you can get the identifier
            using <code>ListKeyGroups</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupConfigCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the key group whose configuration you are getting. To get the identifier,
            use <code>ListKeyGroups</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'KeyGroupConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetKeyGroupConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetKeyGroupConfigResponse 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.CF.GetCFKeyGroupConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupListCmdlet">
            <summary>
            Gets a list of key groups.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            key groups. The response includes key groups in the list that occur after the marker.
            To get the next page of the list, set this field’s value to the value of <code>NextMarker</code>
            from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of key groups that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFKeyGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'KeyGroupList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListKeyGroupsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListKeyGroupsResponse 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="T:Amazon.PowerShell.Cmdlets.CF.GetCFMonitoringSubscriptionCmdlet">
            <summary>
            Gets information about whether additional CloudWatch metrics are enabled for the specified
            CloudFront distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFMonitoringSubscriptionCmdlet.DistributionId">
            <summary>
            <para>
            <para>The ID of the distribution that you are getting metrics information for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFMonitoringSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringSubscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetMonitoringSubscriptionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetMonitoringSubscriptionResponse 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.CF.GetCFMonitoringSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyCmdlet">
            <summary>
            Gets an origin request policy, including the following metadata:
             
             <ul><li><para>
            The policy’s identifier.
            </para></li><li><para>
            The date and time when the policy was last modified.
            </para></li></ul><para>
            To get an origin request policy, you must provide the policy’s identifier. If the
            origin request policy is attached to a distribution’s cache behavior, you can get
            the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the origin request policy is not attached to a cache behavior, you can get the
            identifier using <code>ListOriginRequestPolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the origin request policy. If the origin request policy
            is attached to a distribution’s cache behavior, you can get the policy’s identifier
            using <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
            request policy is not attached to a cache behavior, you can get the identifier using
            <code>ListOriginRequestPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OriginRequestPolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetOriginRequestPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetOriginRequestPolicyResponse 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.CF.GetCFOriginRequestPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyConfigCmdlet">
            <summary>
            Gets an origin request policy configuration.
             
              
            <para>
            To get an origin request policy configuration, you must provide the policy’s identifier.
            If the origin request policy is attached to a distribution’s cache behavior, you can
            get the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the origin request policy is not attached to a cache behavior, you can get the
            identifier using <code>ListOriginRequestPolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyConfigCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the origin request policy. If the origin request policy
            is attached to a distribution’s cache behavior, you can get the policy’s identifier
            using <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
            request policy is not attached to a cache behavior, you can get the identifier using
            <code>ListOriginRequestPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OriginRequestPolicyConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetOriginRequestPolicyConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetOriginRequestPolicyConfigResponse 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.CF.GetCFOriginRequestPolicyConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyListCmdlet">
            <summary>
            Gets a list of origin request policies.
             
              
            <para>
            You can optionally apply a filter to return only the managed policies created by Amazon
            Web Services, or only the custom policies created in your Amazon Web Services account.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyListCmdlet.Type">
            <summary>
            <para>
            <para>A filter to return only the specified kinds of origin request policies. Valid values
            are:</para><ul><li><para><code>managed</code> – Returns only the managed policies created by Amazon Web Services.</para></li><li><para><code>custom</code> – Returns only the custom policies created in your Amazon Web
            Services account.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            origin request policies. The response includes origin request policies in the list
            that occur after the marker. To get the next page of the list, set this field’s value
            to the value of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of origin request policies that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFOriginRequestPolicyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OriginRequestPolicyList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListOriginRequestPoliciesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListOriginRequestPoliciesResponse 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.CF.GetCFOriginRequestPolicyListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyCmdlet">
            <summary>
            Gets a public key.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the public key you are getting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKey'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetPublicKeyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetPublicKeyResponse 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.CF.GetCFPublicKeyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyConfigCmdlet">
            <summary>
            Gets a public key configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyConfigCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the public key whose configuration you are getting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKeyConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetPublicKeyConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetPublicKeyConfigResponse 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.CF.GetCFPublicKeyConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyListCmdlet">
            <summary>
            List all public keys that have been added to CloudFront for this 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.CF.GetCFPublicKeyListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this when paginating results to indicate where to begin in your list of public
            keys. The results include public keys in the list that occur after the marker. To
            get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
            from the current page's response (which is also the ID of the last public key on that
            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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of public keys you want in the response body. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFPublicKeyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKeyList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListPublicKeysResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListPublicKeysResponse 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.CF.GetCFPublicKeyListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigCmdlet">
            <summary>
            Gets a real-time log configuration.
             
              
            <para>
            To get a real-time log configuration, you can provide the configuration’s name or
            its Amazon Resource Name (ARN). You must provide at least one. If you provide both,
            CloudFront uses the name to identify the real-time log configuration to get.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigCmdlet.ARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigCmdlet.Name">
            <summary>
            <para>
            <para>The name of the real-time log configuration to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RealtimeLogConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetRealtimeLogConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetRealtimeLogConfigResponse 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.CF.GetCFRealtimeLogConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigListCmdlet">
            <summary>
            Gets a list of real-time log configurations.
             
              
            <para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            real-time log configurations. The response includes real-time log configurations in
            the list that occur after the marker. To get the next page of the list, set this field’s
            value to the value of <code>NextMarker</code> from the current page’s response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of real-time log configurations that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFRealtimeLogConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RealtimeLogConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListRealtimeLogConfigsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListRealtimeLogConfigsResponse 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="T:Amazon.PowerShell.Cmdlets.CF.GetCFResourceTagCmdlet">
            <summary>
            List tags for a CloudFront resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResourceTagCmdlet.Resource">
            <summary>
            <para>
            <para> An ARN of a CloudFront resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResourceTagCmdlet.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.CloudFront.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.CloudFront.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.CF.GetCFResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Resource parameter.
            The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyCmdlet">
            <summary>
            Gets a response headers policy, including metadata (the policy’s identifier and the
            date and time when the policy was last modified).
             
              
            <para>
            To get a response headers policy, you must provide the policy’s identifier. If the
            response headers policy is attached to a distribution’s cache behavior, you can get
            the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the response headers policy is not attached to a cache behavior, you can get the
            identifier using <code>ListResponseHeadersPolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The identifier for the response headers policy.</para><para>If the response headers policy is attached to a distribution’s cache behavior, you
            can get the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the response headers policy is not attached to a cache behavior, you can get the
            identifier using <code>ListResponseHeadersPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResponseHeadersPolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetResponseHeadersPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetResponseHeadersPolicyResponse 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.CF.GetCFResponseHeadersPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyConfigCmdlet">
            <summary>
            Gets a response headers policy configuration.
             
              
            <para>
            To get a response headers policy configuration, you must provide the policy’s identifier.
            If the response headers policy is attached to a distribution’s cache behavior, you
            can get the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the response headers policy is not attached to a cache behavior, you can get the
            identifier using <code>ListResponseHeadersPolicies</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyConfigCmdlet.Id">
            <summary>
            <para>
            <para>The identifier for the response headers policy.</para><para>If the response headers policy is attached to a distribution’s cache behavior, you
            can get the policy’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>.
            If the response headers policy is not attached to a cache behavior, you can get the
            identifier using <code>ListResponseHeadersPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResponseHeadersPolicyConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetResponseHeadersPolicyConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetResponseHeadersPolicyConfigResponse 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.CF.GetCFResponseHeadersPolicyConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyListCmdlet">
            <summary>
            Gets a list of response headers policies.
             
              
            <para>
            You can optionally apply a filter to get only the managed policies created by Amazon
            Web Services, or only the custom policies created in your Amazon Web Services account.
            </para><para>
            You can optionally specify the maximum number of items to receive in the response.
            If the total number of items in the list exceeds the maximum that you specify, or
            the default maximum, the response is paginated. To get the next page of items, send
            a subsequent request that specifies the <code>NextMarker</code> value from the current
            response as the <code>Marker</code> value in the subsequent request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyListCmdlet.Type">
            <summary>
            <para>
            <para>A filter to get only the specified kind of response headers policies. Valid values
            are:</para><ul><li><para><code>managed</code> – Gets only the managed policies created by Amazon Web Services.</para></li><li><para><code>custom</code> – Gets only the custom policies created in your Amazon Web Services
            account.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyListCmdlet.Marker">
            <summary>
            <para>
            <para>Use this field when paginating results to indicate where to begin in your list of
            response headers policies. The response includes response headers policies in the
            list that occur after the marker. To get the next page of the list, set this field’s
            value to the value of <code>NextMarker</code> from the current page’s response. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of response headers policies that you want to get in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFResponseHeadersPolicyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResponseHeadersPolicyList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListResponseHeadersPoliciesResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListResponseHeadersPoliciesResponse 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.CF.GetCFResponseHeadersPolicyListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionCmdlet">
            <summary>
            Gets information about a specified RTMP distribution, including the distribution configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The streaming distribution's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StreamingDistribution'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetStreamingDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetStreamingDistributionResponse 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.CF.GetCFStreamingDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionConfigCmdlet">
            <summary>
            Get the configuration information about a streaming distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionConfigCmdlet.Id">
            <summary>
            <para>
            <para>The streaming distribution's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StreamingDistributionConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse 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.CF.GetCFStreamingDistributionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionListCmdlet">
            <summary>
            List streaming distributions.<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.CF.GetCFStreamingDistributionListCmdlet.Marker">
            <summary>
            <para>
            <para>The value that you provided for the <code>Marker</code> request parameter.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.NextMarker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionListCmdlet.MaxItem">
            <summary>
            <para>
            <para>The value that you provided for the <code>MaxItems</code> request parameter.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.GetCFStreamingDistributionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StreamingDistributionList.Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.ListStreamingDistributionsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.ListStreamingDistributionsResponse 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.CF.GetCFStreamingDistributionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet">
            <summary>
            Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront
            distribution.
             
              
            <para>
            With this operation you can move an alias that’s already in use on a CloudFront distribution
            to a different distribution in one step. This prevents the downtime that could occur
            if you first remove the alias from one distribution and then separately add the alias
            to another distribution.
            </para><para>
            To use this operation to associate an alias with a distribution, you provide the alias
            and the ID of the target distribution for the alias. For more information, including
            how to set up the target distribution, prerequisites that you must complete, and other
            restrictions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving
            an alternate domain name to a different distribution</a> in the <i>Amazon CloudFront
            Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet.Alias">
            <summary>
            <para>
            <para>The alias (also known as a CNAME) to add to the target distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet.TargetDistributionId">
            <summary>
            <para>
            <para>The ID of the distribution that you’re associating the alias with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet.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.CloudFront.Model.AssociateAliasResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Alias parameter.
            The -PassThru parameter is deprecated, use -Select '^Alias' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.MoveCFAliasCmdlet.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.CF.NewCFCachePolicyCmdlet">
            <summary>
            Creates a cache policy.
             
              
            <para>
            After you create a cache policy, you can attach it to one or more cache behaviors.
            When it’s attached to a cache behavior, the cache policy determines the following:
            </para><ul><li><para>
            The values that CloudFront includes in the <i>cache key</i>. These values can include
            HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find
            an object in its cache that it can return to the viewer.
            </para></li><li><para>
            The default, minimum, and maximum time to live (TTL) values that you want objects
            to stay in the CloudFront cache.
            </para></li></ul><para>
            The headers, cookies, and query strings that are included in the cache key are automatically
            included in requests that CloudFront sends to the origin. CloudFront sends a request
            when it can’t find an object in its cache that matches the request’s cache key. If
            you want to send values to the origin but <i>not</i> include them in the cache key,
            use <code>OriginRequestPolicy</code>.
            </para><para>
            For more information about cache policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html">Controlling
            the cache key</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CachePolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the cache policy. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CookiesConfig_CookieBehavior">
            <summary>
            <para>
            <para>Determines whether any cookies in viewer requests are included in the cache key and
            automatically included in requests that CloudFront sends to the origin. Valid values
            are:</para><ul><li><para><code>none</code> – Cookies in viewer requests are not included in the cache key
            and are not automatically included in requests that CloudFront sends to the origin.
            Even when this field is set to <code>none</code>, any cookies that are listed in an
            <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code>
            type are included in the cache key and automatically included in requests that CloudFront
            sends to the origin.</para></li><li><para><code>allExcept</code> – All cookies in viewer requests that are <i><b>not</b></i>
            listed in the <code>CookieNames</code> type are included in the cache key and automatically
            included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All cookies in viewer requests are included in the cache key and
            are automatically included in requests that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CachePolicyConfig_DefaultTTL">
            <summary>
            <para>
            <para>The default amount of time, in seconds, that you want objects to stay in the CloudFront
            cache before CloudFront sends another request to the origin to see if the object has
            been updated. CloudFront uses this value as the object’s time to live (TTL) only when
            the origin does <i>not</i> send <code>Cache-Control</code> or <code>Expires</code>
            headers with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>The default value for this field is 86400 seconds (one day). If the value of <code>MinTTL</code>
            is more than 86400 seconds, then the default value for this field is the same as the
            value of <code>MinTTL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.ParametersInCacheKeyAndForwardedToOrigin_EnableAcceptEncodingBrotli">
            <summary>
            <para>
            <para>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is included
            in the cache key and included in requests that CloudFront sends to the origin.</para><para>This field is related to the <code>EnableAcceptEncodingGzip</code> field. If one or
            both of these fields is <code>true</code><i>and</i> the viewer request includes the
            <code>Accept-Encoding</code> header, then CloudFront does the following:</para><ul><li><para>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</para></li><li><para>Includes the normalized header in the cache key</para></li><li><para>Includes the normalized header in the request to the origin, if a request is necessary</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects">Compression
            support</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you set this value to <code>true</code>, and this cache behavior also has an origin
            request policy attached, do not include the <code>Accept-Encoding</code> header in
            the origin request policy. CloudFront always includes the <code>Accept-Encoding</code>
            header in origin requests when the value of this field is <code>true</code>, so including
            this header in an origin request policy has no effect.</para><para>If both of these fields are <code>false</code>, then CloudFront treats the <code>Accept-Encoding</code>
            header the same as any other HTTP header in the viewer request. By default, it’s not
            included in the cache key and it’s not included in origin requests. In this case,
            you can manually add <code>Accept-Encoding</code> to the headers whitelist like any
            other HTTP header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.ParametersInCacheKeyAndForwardedToOrigin_EnableAcceptEncodingGzip">
            <summary>
            <para>
            <para>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is included
            in the cache key and included in requests that CloudFront sends to the origin.</para><para>This field is related to the <code>EnableAcceptEncodingBrotli</code> field. If one
            or both of these fields is <code>true</code><i>and</i> the viewer request includes
            the <code>Accept-Encoding</code> header, then CloudFront does the following:</para><ul><li><para>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</para></li><li><para>Includes the normalized header in the cache key</para></li><li><para>Includes the normalized header in the request to the origin, if a request is necessary</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects">Compression
            support</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you set this value to <code>true</code>, and this cache behavior also has an origin
            request policy attached, do not include the <code>Accept-Encoding</code> header in
            the origin request policy. CloudFront always includes the <code>Accept-Encoding</code>
            header in origin requests when the value of this field is <code>true</code>, so including
            this header in an origin request policy has no effect.</para><para>If both of these fields are <code>false</code>, then CloudFront treats the <code>Accept-Encoding</code>
            header the same as any other HTTP header in the viewer request. By default, it’s not
            included in the cache key and it’s not included in origin requests. In this case,
            you can manually add <code>Accept-Encoding</code> to the headers whitelist like any
            other HTTP header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.HeadersConfig_HeaderBehavior">
            <summary>
            <para>
            <para>Determines whether any HTTP headers are included in the cache key and automatically
            included in requests that CloudFront sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – HTTP headers are not included in the cache key and are not automatically
            included in requests that CloudFront sends to the origin. Even when this field is
            set to <code>none</code>, any headers that are listed in an <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code>
            type are included in the cache key and are automatically included in requests that
            CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.Cookies_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.QueryStrings_Item">
            <summary>
            <para>
            <para>A list of query string names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CachePolicyConfig_MaxTTL">
            <summary>
            <para>
            <para>The maximum amount of time, in seconds, that objects stay in the CloudFront cache
            before CloudFront sends another request to the origin to see if the object has been
            updated. CloudFront uses this value only when the origin sends <code>Cache-Control</code>
            or <code>Expires</code> headers with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>The default value for this field is 31536000 seconds (one year). If the value of <code>MinTTL</code>
            or <code>DefaultTTL</code> is more than 31536000 seconds, then the default value for
            this field is the same as the value of <code>DefaultTTL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CachePolicyConfig_MinTTL">
            <summary>
            <para>
            <para>The minimum amount of time, in seconds, that you want objects to stay in the CloudFront
            cache before CloudFront sends another request to the origin to see if the object has
            been updated. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.CachePolicyConfig_Name">
            <summary>
            <para>
            <para>A unique name to identify the cache policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.Cookies_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.QueryStrings_Quantity">
            <summary>
            <para>
            <para>The number of query string names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.QueryStringsConfig_QueryStringBehavior">
            <summary>
            <para>
            <para>Determines whether any URL query strings in viewer requests are included in the cache
            key and automatically included in requests that CloudFront sends to the origin. Valid
            values are:</para><ul><li><para><code>none</code> – Query strings in viewer requests are not included in the cache
            key and are not automatically included in requests that CloudFront sends to the origin.
            Even when this field is set to <code>none</code>, any query strings that are listed
            in an <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The query strings in viewer requests that are listed in
            the <code>QueryStringNames</code> type are included in the cache key and automatically
            included in requests that CloudFront sends to the origin.</para></li><li><para><code>allExcept</code> – All query strings in viewer requests that are <i><b>not</b></i> listed in the <code>QueryStringNames</code> type are included in the cache key
            and automatically included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All query strings in viewer requests are included in the cache
            key and are automatically included in requests that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCachePolicyCmdlet.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.CloudFront.Model.CreateCachePolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateCachePolicyResponse 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.CF.NewCFCachePolicyCmdlet.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.CF.NewCFCloudFrontOriginAccessIdentityCmdlet">
            <summary>
            Creates a new origin access identity. If you're using Amazon S3 for your origin, you
            can use an origin access identity to require users to access your content using a
            CloudFront URL instead of the Amazon S3 URL. For more information about how to use
            origin access identities, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving
            Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCloudFrontOriginAccessIdentityCmdlet.CloudFrontOriginAccessIdentityConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>CloudFrontOriginAccessIdentityConfig</code> object), a new origin access
            identity is created.</para><para>If the <code>CallerReference</code> is a value already sent in a previous identity
            request, and the content of the <code>CloudFrontOriginAccessIdentityConfig</code>
            is identical to the original request (ignoring white space), the response includes
            the same information returned to the original request. </para><para>If the <code>CallerReference</code> is a value you already sent in a previous request
            to create an identity, but the content of the <code>CloudFrontOriginAccessIdentityConfig</code>
            is different from the original request, CloudFront returns a <code>CloudFrontOriginAccessIdentityAlreadyExists</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCloudFrontOriginAccessIdentityCmdlet.CloudFrontOriginAccessIdentityConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the origin access identity. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFCloudFrontOriginAccessIdentityCmdlet.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.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResponse 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.CF.NewCFCloudFrontOriginAccessIdentityCmdlet.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.CF.NewCFDistributionCmdlet">
            <summary>
            Creates a new web distribution. You create a CloudFront distribution to tell CloudFront
            where you want content to be delivered from, and the details about how to track and
            manage content delivery. Send a <code>POST</code> request to the <code>/<i>CloudFront
            API version</i>/distribution</code>/<code>distribution ID</code> resource.
             
             <important><para>
            When you update a distribution, there are more required fields than when you create
            a distribution. When you update your distribution by using <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>,
            follow the steps included in the documentation to get the current configuration and
            then make your updates. This helps to make sure that you include all of the required
            fields. To view a summary, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html">Required
            Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront
            Developer Guide</i>.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_ACMCertificateArn">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html">Certificate
            Manager (ACM)</a>, provide the Amazon Resource Name (ARN) of the ACM certificate.
            CloudFront only supports ACM certificates in the US East (N. Virginia) Region (<code>us-east-1</code>).</para><para>If you specify an ACM certificate ARN, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_CachePolicyId">
            <summary>
            <para>
            <para>The unique identifier of the cache policy that is attached to the default cache behavior.
            For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>A <code>DefaultCacheBehavior</code> must include either a <code>CachePolicyId</code>
            or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>DistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_CloudFrontDefaultCertificate">
            <summary>
            <para>
            <para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            set this field to <code>true</code>.</para><para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            set this field to <code>false</code> and specify values for the following fields:</para><ul><li><para><code>ACMCertificateArn</code> or <code>IAMCertificateId</code> (specify a value
            for one, not both)</para></li><li><para><code>MinimumProtocolVersion</code></para></li><li><para><code>SSLSupportMethod</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_Comment">
            <summary>
            <para>
            <para>An optional comment to describe the distribution. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_Compress">
            <summary>
            <para>
            <para>Whether you want CloudFront to automatically compress certain files for this cache
            behavior. If so, specify <code>true</code>; if not, specify <code>false</code>. For
            more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html">Serving
            Compressed Files</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_DefaultRootObject">
            <summary>
            <para>
            <para>The object that you want CloudFront to request from your origin (for example, <code>index.html</code>)
            when a viewer requests the root URL for your distribution (<code>http://www.example.com</code>)
            instead of an object in your distribution (<code>http://www.example.com/product-description.html</code>).
            Specifying a default root object avoids exposing the contents of your distribution.</para><para>Specify only the object name, for example, <code>index.html</code>. Don't add a <code>/</code>
            before the object name.</para><para>If you don't want to specify a default root object when you create a distribution,
            include an empty <code>DefaultRootObject</code> element.</para><para>To delete the default root object from an existing distribution, update the distribution
            configuration and include an empty <code>DefaultRootObject</code> element.</para><para>To replace the default root object, update the distribution configuration and specify
            the new object.</para><para>For more information about the default root object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html">Creating
            a Default Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedKeyGroups_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the key groups in the list have public keys
            that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_Enabled">
            <summary>
            <para>
            <para>From this field, you can enable or disable the selected distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a distribution or if you want
            to disable logging for an existing distribution, specify <code>false</code> for <code>Enabled</code>,
            and specify empty <code>Bucket</code> and <code>Prefix</code> elements. If you specify
            <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code>,
            <code>prefix</code>, and <code>IncludeCookies</code>, the values are automatically
            deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_FieldLevelEncryptionId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the field-level encryption configuration that you
            want CloudFront to use for encrypting specific fields of data for the default cache
            behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Cookies_Forward">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include cookies in the cache key, use a cache policy. For more information,
            see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send cookies to the origin but not include them in the cache key, use
            origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Specifies which cookies to forward to the origin for this cache behavior: all, none,
            or the list of cookies specified in the <code>WhitelistedNames</code> complex type.</para><para>Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests
            to an Amazon S3 origin, specify none for the <code>Forward</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_HttpVersion">
            <summary>
            <para>
            <para>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate
            with CloudFront. The default value for new web distributions is http2. Viewers that
            don't support HTTP/2 automatically use an earlier HTTP version.</para><para>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and
            must support Server Name Identification (SNI).</para><para>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces
            latency. You can improve performance by optimizing for HTTP/2. For more information,
            do an Internet search for "http/2 optimization." </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_IAMCertificateId">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Identity
            and Access Management (IAM)</a>, provide the ID of the IAM certificate.</para><para>If you specify an IAM certificate ID, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Logging_IncludeCookie">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to include cookies in access logs, specify <code>true</code>
            for <code>IncludeCookies</code>. If you choose to include cookies in logs, CloudFront
            logs all cookies regardless of how you configure the cache behaviors for this distribution.
            If you don't want to include cookies when you create a distribution or if you want
            to disable include cookies for an existing distribution, specify <code>false</code>
            for <code>IncludeCookies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_IsIPV6Enabled">
            <summary>
            <para>
            <para>If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your
            distribution, specify <code>true</code>. If you specify <code>false</code>, CloudFront
            responds to IPv6 DNS requests with the DNS response code <code>NOERROR</code> and
            with no IP addresses. This allows viewers to submit a second request, for an IPv4
            address for your distribution. </para><para>In general, you should enable IPv6 if you have users on IPv6 networks who want to
            access your content. However, if you're using signed URLs or signed cookies to restrict
            access to your content, and if you're using a custom policy that includes the <code>IpAddress</code>
            parameter to restrict the IP addresses that can access your content, don't enable
            IPv6. If you want to restrict access to some content by IP address and not restrict
            access to other content (or restrict access but not by IP address), you can create
            two distributions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html">Creating
            a Signed URL Using a Custom Policy</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you're using an Route 53 Amazon Web Services Integration alias resource record
            set to route traffic to your CloudFront distribution, you need to create a second
            alias resource record set when both of the following are true:</para><ul><li><para>You enable IPv6 for the distribution</para></li><li><para>You're using alternate domain names in the URLs for your objects</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html">Routing
            Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name</a> in
            the <i>Route 53 Amazon Web Services Integration Developer Guide</i>.</para><para>If you created a CNAME resource record set, either with Route 53 Amazon Web Services
            Integration or with another DNS service, you don't need to make any changes. A CNAME
            record will route traffic to your distribution regardless of the IP address format
            of the viewer request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CacheBehaviors_Item">
            <summary>
            <para>
            <para>Optional: A complex type that contains cache behaviors for this distribution. If <code>Quantity</code>
            is <code>0</code>, you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CustomErrorResponses_Item">
            <summary>
            <para>
            <para>A complex type that contains a <code>CustomErrorResponse</code> element for each HTTP
            status code for which you want to specify a custom error page and/or a caching duration.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CachedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to cache responses
            to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.AllowedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to process
            and forward to your origin.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.WhitelistedNames_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.QueryStringCacheKeys_Item">
            <summary>
            <para>
            <para>A list that contains the query string parameters that you want CloudFront to use as
            a basis for caching for a cache behavior. If <code>Quantity</code> is 0, you can omit
            <code>Items</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.FunctionAssociations_Item">
            <summary>
            <para>
            <para>The CloudFront functions that are associated with a cache behavior in a CloudFront
            distribution. CloudFront functions must be published to the <code>LIVE</code> stage
            to associate them with a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.LambdaFunctionAssociations_Item">
            <summary>
            <para>
            <para><b>Optional</b>: A complex type that contains <code>LambdaFunctionAssociation</code>
            items for this cache behavior. If <code>Quantity</code> is <code>0</code>, you can
            omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedKeyGroups_Item">
            <summary>
            <para>
            <para>A list of key groups identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.OriginGroups_Item">
            <summary>
            <para>
            <para>The items (origin groups) in a distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Origins_Item">
            <summary>
            <para>
            <para>A list of origins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.GeoRestriction_Item">
            <summary>
            <para>
            <para> A complex type that contains a <code>Location</code> element for each country in
            which you want CloudFront either to distribute your content (<code>whitelist</code>)
            or not distribute your content (<code>blacklist</code>).</para><para>The <code>Location</code> element is a two-letter, uppercase country code for a country
            that you want to include in your <code>blacklist</code> or <code>whitelist</code>.
            Include one <code>Location</code> element for each country.</para><para>CloudFront and <code>MaxMind</code> both use <code>ISO 3166</code> country codes.
            For the current list of countries and the corresponding codes, see <code>ISO 3166-1-alpha-2</code>
            code on the <i>International Organization for Standardization</i> website. You can
            also refer to the country list on the CloudFront console, which includes both country
            names and codes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_MinimumProtocolVersion">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify the security policy that you want CloudFront to use for HTTPS connections
            with viewers. The security policy determines two settings:</para><ul><li><para>The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.</para></li><li><para>The ciphers that CloudFront can use to encrypt the content that it returns to viewers.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy">Security
            Policy</a> and <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers">Supported
            Protocols and Ciphers Between Viewers and CloudFront</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><note><para>On the CloudFront console, this setting is called <b>Security Policy</b>.</para></note><para>When you’re using SNI only (you set <code>SSLSupportMethod</code> to <code>sni-only</code>),
            you must specify <code>TLSv1</code> or higher.</para><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>
            (you set <code>CloudFrontDefaultCertificate</code> to <code>true</code>), CloudFront
            automatically sets the security policy to <code>TLSv1</code> regardless of the value
            that you set here.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_OriginRequestPolicyId">
            <summary>
            <para>
            <para>The unique identifier of the origin request policy that is attached to the default
            cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
            the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log <code>filenames</code>
            for this distribution, for example, <code>myprefix/</code>. If you want to enable
            logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code>
            element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_PriceClass">
            <summary>
            <para>
            <para>The price class that corresponds with the maximum price that you want to pay for CloudFront
            service. If you specify <code>PriceClass_All</code>, CloudFront responds to requests
            for your objects from all CloudFront edge locations.</para><para>If you specify a price class other than <code>PriceClass_All</code>, CloudFront serves
            your objects from the CloudFront edge location that has the lowest latency among the
            edge locations in your price class. Viewers who are in or near regions that are excluded
            from your specified price class may encounter slower performance.</para><para>For more information about price classes, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html">Choosing
            the Price Class for a CloudFront Distribution</a> in the <i>Amazon CloudFront Developer
            Guide</i>. For information about CloudFront pricing, including how price classes (such
            as Price Class 100) map to CloudFront regions, see <a href="http://aws.amazon.com/cloudfront/pricing/">Amazon
            CloudFront Pricing</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CacheBehaviors_Quantity">
            <summary>
            <para>
            <para>The number of cache behaviors for this distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CustomErrorResponses_Quantity">
            <summary>
            <para>
            <para>The number of HTTP status codes for which you want to specify a custom error page
            and/or a caching duration. If <code>Quantity</code> is <code>0</code>, you can omit
            <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.CachedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods for which you want CloudFront to cache responses. Valid
            values are <code>2</code> (for caching responses to <code>GET</code> and <code>HEAD</code>
            requests) and <code>3</code> (for caching responses to <code>GET</code>, <code>HEAD</code>,
            and <code>OPTIONS</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.AllowedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods that you want CloudFront to forward to your origin. Valid
            values are 2 (for <code>GET</code> and <code>HEAD</code> requests), 3 (for <code>GET</code>,
            <code>HEAD</code>, and <code>OPTIONS</code> requests) and 7 (for <code>GET, HEAD,
            OPTIONS, PUT, PATCH, POST</code>, and <code>DELETE</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.WhitelistedNames_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.QueryStringCacheKeys_Quantity">
            <summary>
            <para>
            <para>The number of <code>whitelisted</code> query string parameters for a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.FunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of CloudFront functions in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.LambdaFunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of Lambda@Edge function associations for this cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedKeyGroups_Quantity">
            <summary>
            <para>
            <para>The number of key groups in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.OriginGroups_Quantity">
            <summary>
            <para>
            <para>The number of origin groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.Origins_Quantity">
            <summary>
            <para>
            <para>The number of origins for this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.GeoRestriction_Quantity">
            <summary>
            <para>
            <para>When geo restriction is <code>enabled</code>, this is the number of countries in your
            <code>whitelist</code> or <code>blacklist</code>. Otherwise, when it is not enabled,
            <code>Quantity</code> is <code>0</code>, and you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ForwardedValues_QueryString">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include query strings in the cache key, use a cache policy. For more
            information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send query strings to the origin but not include them in the cache
            key, use an origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Indicates whether you want CloudFront to forward query strings to the origin that
            is associated with this cache behavior and cache based on the query string parameters.
            CloudFront behavior depends on the value of <code>QueryString</code> and on the values
            that you specify for <code>QueryStringCacheKeys</code>, if any:</para><para>If you specify true for <code>QueryString</code> and you don't specify any values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin and caches based on all query string parameters. Depending on how many
            query string parameters and values you have, this can adversely affect performance
            because CloudFront must forward more requests to the origin.</para><para>If you specify true for <code>QueryString</code> and you specify one or more values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin, but it only caches based on the query string parameters that you specify.</para><para>If you specify false for <code>QueryString</code>, CloudFront doesn't forward any
            query string parameters to the origin, and doesn't cache based on query string parameters.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html">Configuring
            CloudFront to Cache Based on Query String Parameters</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_RealtimeLogConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration that is attached
            to this cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time
            logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_ResponseHeadersPolicyId">
            <summary>
            <para>
            <para>The identifier for a response headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.GeoRestriction_RestrictionType">
            <summary>
            <para>
            <para>The method that you want to use to restrict distribution of your content by country:</para><ul><li><para><code>none</code>: No geo restriction is enabled, meaning access to content is not
            restricted by client geo location.</para></li><li><para><code>blacklist</code>: The <code>Location</code> elements specify the countries
            in which you don't want CloudFront to distribute your content.</para></li><li><para><code>whitelist</code>: The <code>Location</code> elements specify the countries
            in which you want CloudFront to distribute your content.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_SmoothStreaming">
            <summary>
            <para>
            <para>Indicates whether you want to distribute media files in the Microsoft Smooth Streaming
            format using the origin that is associated with this cache behavior. If so, specify
            <code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code>
            for <code>SmoothStreaming</code>, you can still distribute other content using this
            cache behavior if the content matches the value of <code>PathPattern</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_SSLSupportMethod">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify which viewers the distribution accepts HTTPS connections from.</para><ul><li><para><code>sni-only</code> – The distribution accepts HTTPS connections from only viewers
            that support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication">server
            name indication (SNI)</a>. This is recommended. Most browsers and clients support
            SNI.</para></li><li><para><code>vip</code> – The distribution accepts HTTPS connections from all viewers including
            those that don’t support SNI. This is not recommended, and results in additional monthly
            charges from CloudFront.</para></li><li><para><code>static-ip</code> - Do not specify this value unless your distribution has been
            enabled for this feature by the CloudFront team. If you have a use case that requires
            static IP addresses for a distribution, contact CloudFront through the <a href="https://console.aws.amazon.com/support/home">Amazon
            Web Services Support Center</a>.</para></li></ul><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            don’t set a value for this field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_TargetOriginId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the origin that you want CloudFront to route requests
            to when they use the default cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_ViewerProtocolPolicy">
            <summary>
            <para>
            <para>The protocol that viewers can use to access the files in the origin specified by <code>TargetOriginId</code>
            when a request matches the path pattern in <code>PathPattern</code>. You can specify
            the following options:</para><ul><li><para><code>allow-all</code>: Viewers can use HTTP or HTTPS.</para></li><li><para><code>redirect-to-https</code>: If a viewer submits an HTTP request, CloudFront returns
            an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS
            URL. The viewer then resubmits the request using the new URL.</para></li><li><para><code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an
            HTTP status code of 403 (Forbidden).</para></li></ul><para>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring
            HTTPS Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><note><para>The only way to guarantee that viewers retrieve an object that was fetched from the
            origin using HTTPS is never to use any other protocol to fetch the object. If you
            have recently changed from HTTP to HTTPS, we recommend that you clear your objects’
            cache because cached objects are protocol agnostic. That means that an edge location
            will return an object from the cache regardless of whether the current request protocol
            matches the protocol used previously. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            Cache Expiration</a> in the <i>Amazon CloudFront Developer Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DistributionConfig_WebACLId">
            <summary>
            <para>
            <para>A unique identifier that specifies the WAF web ACL, if any, to associate with this
            distribution. To specify a web ACL created using the latest version of WAF, use the
            ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
            To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</para><para>WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests
            that are forwarded to CloudFront, and lets you control access to your content. Based
            on conditions that you specify, such as the IP addresses that requests originate from
            or the values of query strings, CloudFront responds to requests either with the requested
            content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront
            to return a custom error page when a request is blocked. For more information about
            WAF, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html">WAF
            Developer Guide</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_Certificate">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.ViewerCertificate_CertificateSource">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_DefaultTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The default amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin does not
            add HTTP headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_MaxTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The maximum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin adds HTTP
            headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.DefaultCacheBehavior_MinTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MinTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The minimum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront
            to forward all headers to your origin (under <code>Headers</code>, if you specify
            <code>1</code> for <code>Quantity</code> and <code>*</code> for <code>Name</code>).</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionCmdlet.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.CloudFront.Model.CreateDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateDistributionResponse 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.CF.NewCFDistributionCmdlet.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.CF.NewCFDistributionWithTagCmdlet">
            <summary>
            Create a new distribution with tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_ACMCertificateArn">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html">Certificate
            Manager (ACM)</a>, provide the Amazon Resource Name (ARN) of the ACM certificate.
            CloudFront only supports ACM certificates in the US East (N. Virginia) Region (<code>us-east-1</code>).</para><para>If you specify an ACM certificate ARN, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_CachePolicyId">
            <summary>
            <para>
            <para>The unique identifier of the cache policy that is attached to the default cache behavior.
            For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>A <code>DefaultCacheBehavior</code> must include either a <code>CachePolicyId</code>
            or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>DistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_CloudFrontDefaultCertificate">
            <summary>
            <para>
            <para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            set this field to <code>true</code>.</para><para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            set this field to <code>false</code> and specify values for the following fields:</para><ul><li><para><code>ACMCertificateArn</code> or <code>IAMCertificateId</code> (specify a value
            for one, not both)</para></li><li><para><code>MinimumProtocolVersion</code></para></li><li><para><code>SSLSupportMethod</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_Comment">
            <summary>
            <para>
            <para>An optional comment to describe the distribution. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_Compress">
            <summary>
            <para>
            <para>Whether you want CloudFront to automatically compress certain files for this cache
            behavior. If so, specify <code>true</code>; if not, specify <code>false</code>. For
            more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html">Serving
            Compressed Files</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_DefaultRootObject">
            <summary>
            <para>
            <para>The object that you want CloudFront to request from your origin (for example, <code>index.html</code>)
            when a viewer requests the root URL for your distribution (<code>http://www.example.com</code>)
            instead of an object in your distribution (<code>http://www.example.com/product-description.html</code>).
            Specifying a default root object avoids exposing the contents of your distribution.</para><para>Specify only the object name, for example, <code>index.html</code>. Don't add a <code>/</code>
            before the object name.</para><para>If you don't want to specify a default root object when you create a distribution,
            include an empty <code>DefaultRootObject</code> element.</para><para>To delete the default root object from an existing distribution, update the distribution
            configuration and include an empty <code>DefaultRootObject</code> element.</para><para>To replace the default root object, update the distribution configuration and specify
            the new object.</para><para>For more information about the default root object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html">Creating
            a Default Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedKeyGroups_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the key groups in the list have public keys
            that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_Enabled">
            <summary>
            <para>
            <para>From this field, you can enable or disable the selected distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a distribution or if you want
            to disable logging for an existing distribution, specify <code>false</code> for <code>Enabled</code>,
            and specify empty <code>Bucket</code> and <code>Prefix</code> elements. If you specify
            <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code>,
            <code>prefix</code>, and <code>IncludeCookies</code>, the values are automatically
            deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_FieldLevelEncryptionId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the field-level encryption configuration that you
            want CloudFront to use for encrypting specific fields of data for the default cache
            behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Cookies_Forward">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include cookies in the cache key, use a cache policy. For more information,
            see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send cookies to the origin but not include them in the cache key, use
            origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Specifies which cookies to forward to the origin for this cache behavior: all, none,
            or the list of cookies specified in the <code>WhitelistedNames</code> complex type.</para><para>Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests
            to an Amazon S3 origin, specify none for the <code>Forward</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_HttpVersion">
            <summary>
            <para>
            <para>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate
            with CloudFront. The default value for new web distributions is http2. Viewers that
            don't support HTTP/2 automatically use an earlier HTTP version.</para><para>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and
            must support Server Name Identification (SNI).</para><para>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces
            latency. You can improve performance by optimizing for HTTP/2. For more information,
            do an Internet search for "http/2 optimization." </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_IAMCertificateId">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Identity
            and Access Management (IAM)</a>, provide the ID of the IAM certificate.</para><para>If you specify an IAM certificate ID, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Logging_IncludeCookie">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to include cookies in access logs, specify <code>true</code>
            for <code>IncludeCookies</code>. If you choose to include cookies in logs, CloudFront
            logs all cookies regardless of how you configure the cache behaviors for this distribution.
            If you don't want to include cookies when you create a distribution or if you want
            to disable include cookies for an existing distribution, specify <code>false</code>
            for <code>IncludeCookies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_IsIPV6Enabled">
            <summary>
            <para>
            <para>If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your
            distribution, specify <code>true</code>. If you specify <code>false</code>, CloudFront
            responds to IPv6 DNS requests with the DNS response code <code>NOERROR</code> and
            with no IP addresses. This allows viewers to submit a second request, for an IPv4
            address for your distribution. </para><para>In general, you should enable IPv6 if you have users on IPv6 networks who want to
            access your content. However, if you're using signed URLs or signed cookies to restrict
            access to your content, and if you're using a custom policy that includes the <code>IpAddress</code>
            parameter to restrict the IP addresses that can access your content, don't enable
            IPv6. If you want to restrict access to some content by IP address and not restrict
            access to other content (or restrict access but not by IP address), you can create
            two distributions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html">Creating
            a Signed URL Using a Custom Policy</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you're using an Route 53 Amazon Web Services Integration alias resource record
            set to route traffic to your CloudFront distribution, you need to create a second
            alias resource record set when both of the following are true:</para><ul><li><para>You enable IPv6 for the distribution</para></li><li><para>You're using alternate domain names in the URLs for your objects</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html">Routing
            Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name</a> in
            the <i>Route 53 Amazon Web Services Integration Developer Guide</i>.</para><para>If you created a CNAME resource record set, either with Route 53 Amazon Web Services
            Integration or with another DNS service, you don't need to make any changes. A CNAME
            record will route traffic to your distribution regardless of the IP address format
            of the viewer request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CacheBehaviors_Item">
            <summary>
            <para>
            <para>Optional: A complex type that contains cache behaviors for this distribution. If <code>Quantity</code>
            is <code>0</code>, you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CustomErrorResponses_Item">
            <summary>
            <para>
            <para>A complex type that contains a <code>CustomErrorResponse</code> element for each HTTP
            status code for which you want to specify a custom error page and/or a caching duration.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CachedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to cache responses
            to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.AllowedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to process
            and forward to your origin.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.WhitelistedNames_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.QueryStringCacheKeys_Item">
            <summary>
            <para>
            <para>A list that contains the query string parameters that you want CloudFront to use as
            a basis for caching for a cache behavior. If <code>Quantity</code> is 0, you can omit
            <code>Items</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.FunctionAssociations_Item">
            <summary>
            <para>
            <para>The CloudFront functions that are associated with a cache behavior in a CloudFront
            distribution. CloudFront functions must be published to the <code>LIVE</code> stage
            to associate them with a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.LambdaFunctionAssociations_Item">
            <summary>
            <para>
            <para><b>Optional</b>: A complex type that contains <code>LambdaFunctionAssociation</code>
            items for this cache behavior. If <code>Quantity</code> is <code>0</code>, you can
            omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedKeyGroups_Item">
            <summary>
            <para>
            <para>A list of key groups identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.OriginGroups_Item">
            <summary>
            <para>
            <para>The items (origin groups) in a distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Origins_Item">
            <summary>
            <para>
            <para>A list of origins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.GeoRestriction_Item">
            <summary>
            <para>
            <para> A complex type that contains a <code>Location</code> element for each country in
            which you want CloudFront either to distribute your content (<code>whitelist</code>)
            or not distribute your content (<code>blacklist</code>).</para><para>The <code>Location</code> element is a two-letter, uppercase country code for a country
            that you want to include in your <code>blacklist</code> or <code>whitelist</code>.
            Include one <code>Location</code> element for each country.</para><para>CloudFront and <code>MaxMind</code> both use <code>ISO 3166</code> country codes.
            For the current list of countries and the corresponding codes, see <code>ISO 3166-1-alpha-2</code>
            code on the <i>International Organization for Standardization</i> website. You can
            also refer to the country list on the CloudFront console, which includes both country
            names and codes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Tags_Item">
            <summary>
            <para>
            <para> A complex type that contains <code>Tag</code> elements.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_MinimumProtocolVersion">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify the security policy that you want CloudFront to use for HTTPS connections
            with viewers. The security policy determines two settings:</para><ul><li><para>The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.</para></li><li><para>The ciphers that CloudFront can use to encrypt the content that it returns to viewers.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy">Security
            Policy</a> and <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers">Supported
            Protocols and Ciphers Between Viewers and CloudFront</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><note><para>On the CloudFront console, this setting is called <b>Security Policy</b>.</para></note><para>When you’re using SNI only (you set <code>SSLSupportMethod</code> to <code>sni-only</code>),
            you must specify <code>TLSv1</code> or higher.</para><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>
            (you set <code>CloudFrontDefaultCertificate</code> to <code>true</code>), CloudFront
            automatically sets the security policy to <code>TLSv1</code> regardless of the value
            that you set here.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_OriginRequestPolicyId">
            <summary>
            <para>
            <para>The unique identifier of the origin request policy that is attached to the default
            cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
            the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log <code>filenames</code>
            for this distribution, for example, <code>myprefix/</code>. If you want to enable
            logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code>
            element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_PriceClass">
            <summary>
            <para>
            <para>The price class that corresponds with the maximum price that you want to pay for CloudFront
            service. If you specify <code>PriceClass_All</code>, CloudFront responds to requests
            for your objects from all CloudFront edge locations.</para><para>If you specify a price class other than <code>PriceClass_All</code>, CloudFront serves
            your objects from the CloudFront edge location that has the lowest latency among the
            edge locations in your price class. Viewers who are in or near regions that are excluded
            from your specified price class may encounter slower performance.</para><para>For more information about price classes, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html">Choosing
            the Price Class for a CloudFront Distribution</a> in the <i>Amazon CloudFront Developer
            Guide</i>. For information about CloudFront pricing, including how price classes (such
            as Price Class 100) map to CloudFront regions, see <a href="http://aws.amazon.com/cloudfront/pricing/">Amazon
            CloudFront Pricing</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CacheBehaviors_Quantity">
            <summary>
            <para>
            <para>The number of cache behaviors for this distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CustomErrorResponses_Quantity">
            <summary>
            <para>
            <para>The number of HTTP status codes for which you want to specify a custom error page
            and/or a caching duration. If <code>Quantity</code> is <code>0</code>, you can omit
            <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.CachedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods for which you want CloudFront to cache responses. Valid
            values are <code>2</code> (for caching responses to <code>GET</code> and <code>HEAD</code>
            requests) and <code>3</code> (for caching responses to <code>GET</code>, <code>HEAD</code>,
            and <code>OPTIONS</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.AllowedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods that you want CloudFront to forward to your origin. Valid
            values are 2 (for <code>GET</code> and <code>HEAD</code> requests), 3 (for <code>GET</code>,
            <code>HEAD</code>, and <code>OPTIONS</code> requests) and 7 (for <code>GET, HEAD,
            OPTIONS, PUT, PATCH, POST</code>, and <code>DELETE</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.WhitelistedNames_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.QueryStringCacheKeys_Quantity">
            <summary>
            <para>
            <para>The number of <code>whitelisted</code> query string parameters for a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.FunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of CloudFront functions in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.LambdaFunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of Lambda@Edge function associations for this cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedKeyGroups_Quantity">
            <summary>
            <para>
            <para>The number of key groups in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.OriginGroups_Quantity">
            <summary>
            <para>
            <para>The number of origin groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.Origins_Quantity">
            <summary>
            <para>
            <para>The number of origins for this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.GeoRestriction_Quantity">
            <summary>
            <para>
            <para>When geo restriction is <code>enabled</code>, this is the number of countries in your
            <code>whitelist</code> or <code>blacklist</code>. Otherwise, when it is not enabled,
            <code>Quantity</code> is <code>0</code>, and you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ForwardedValues_QueryString">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include query strings in the cache key, use a cache policy. For more
            information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send query strings to the origin but not include them in the cache
            key, use an origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Indicates whether you want CloudFront to forward query strings to the origin that
            is associated with this cache behavior and cache based on the query string parameters.
            CloudFront behavior depends on the value of <code>QueryString</code> and on the values
            that you specify for <code>QueryStringCacheKeys</code>, if any:</para><para>If you specify true for <code>QueryString</code> and you don't specify any values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin and caches based on all query string parameters. Depending on how many
            query string parameters and values you have, this can adversely affect performance
            because CloudFront must forward more requests to the origin.</para><para>If you specify true for <code>QueryString</code> and you specify one or more values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin, but it only caches based on the query string parameters that you specify.</para><para>If you specify false for <code>QueryString</code>, CloudFront doesn't forward any
            query string parameters to the origin, and doesn't cache based on query string parameters.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html">Configuring
            CloudFront to Cache Based on Query String Parameters</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_RealtimeLogConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration that is attached
            to this cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time
            logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_ResponseHeadersPolicyId">
            <summary>
            <para>
            <para>The identifier for a response headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.GeoRestriction_RestrictionType">
            <summary>
            <para>
            <para>The method that you want to use to restrict distribution of your content by country:</para><ul><li><para><code>none</code>: No geo restriction is enabled, meaning access to content is not
            restricted by client geo location.</para></li><li><para><code>blacklist</code>: The <code>Location</code> elements specify the countries
            in which you don't want CloudFront to distribute your content.</para></li><li><para><code>whitelist</code>: The <code>Location</code> elements specify the countries
            in which you want CloudFront to distribute your content.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_SmoothStreaming">
            <summary>
            <para>
            <para>Indicates whether you want to distribute media files in the Microsoft Smooth Streaming
            format using the origin that is associated with this cache behavior. If so, specify
            <code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code>
            for <code>SmoothStreaming</code>, you can still distribute other content using this
            cache behavior if the content matches the value of <code>PathPattern</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_SSLSupportMethod">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify which viewers the distribution accepts HTTPS connections from.</para><ul><li><para><code>sni-only</code> – The distribution accepts HTTPS connections from only viewers
            that support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication">server
            name indication (SNI)</a>. This is recommended. Most browsers and clients support
            SNI.</para></li><li><para><code>vip</code> – The distribution accepts HTTPS connections from all viewers including
            those that don’t support SNI. This is not recommended, and results in additional monthly
            charges from CloudFront.</para></li><li><para><code>static-ip</code> - Do not specify this value unless your distribution has been
            enabled for this feature by the CloudFront team. If you have a use case that requires
            static IP addresses for a distribution, contact CloudFront through the <a href="https://console.aws.amazon.com/support/home">Amazon
            Web Services Support Center</a>.</para></li></ul><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            don’t set a value for this field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_TargetOriginId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the origin that you want CloudFront to route requests
            to when they use the default cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_ViewerProtocolPolicy">
            <summary>
            <para>
            <para>The protocol that viewers can use to access the files in the origin specified by <code>TargetOriginId</code>
            when a request matches the path pattern in <code>PathPattern</code>. You can specify
            the following options:</para><ul><li><para><code>allow-all</code>: Viewers can use HTTP or HTTPS.</para></li><li><para><code>redirect-to-https</code>: If a viewer submits an HTTP request, CloudFront returns
            an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS
            URL. The viewer then resubmits the request using the new URL.</para></li><li><para><code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an
            HTTP status code of 403 (Forbidden).</para></li></ul><para>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring
            HTTPS Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><note><para>The only way to guarantee that viewers retrieve an object that was fetched from the
            origin using HTTPS is never to use any other protocol to fetch the object. If you
            have recently changed from HTTP to HTTPS, we recommend that you clear your objects’
            cache because cached objects are protocol agnostic. That means that an edge location
            will return an object from the cache regardless of whether the current request protocol
            matches the protocol used previously. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            Cache Expiration</a> in the <i>Amazon CloudFront Developer Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DistributionConfig_WebACLId">
            <summary>
            <para>
            <para>A unique identifier that specifies the WAF web ACL, if any, to associate with this
            distribution. To specify a web ACL created using the latest version of WAF, use the
            ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
            To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</para><para>WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests
            that are forwarded to CloudFront, and lets you control access to your content. Based
            on conditions that you specify, such as the IP addresses that requests originate from
            or the values of query strings, CloudFront responds to requests either with the requested
            content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront
            to return a custom error page when a request is blocked. For more information about
            WAF, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html">WAF
            Developer Guide</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_Certificate">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.ViewerCertificate_CertificateSource">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_DefaultTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The default amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin does not
            add HTTP headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_MaxTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The maximum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin adds HTTP
            headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.DefaultCacheBehavior_MinTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MinTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The minimum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront
            to forward all headers to your origin (under <code>Headers</code>, if you specify
            <code>1</code> for <code>Quantity</code> and <code>*</code> for <code>Name</code>).</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFDistributionWithTagCmdlet.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.CloudFront.Model.CreateDistributionWithTagsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateDistributionWithTagsResponse 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.CF.NewCFDistributionWithTagCmdlet.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.CF.NewCFFieldLevelEncryptionConfigCmdlet">
            <summary>
            Create a new field-level encryption configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionConfigCmdlet.FieldLevelEncryptionConfig">
            <summary>
            <para>
            <para>The request to create a new field-level encryption configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionConfigCmdlet.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.CloudFront.Model.CreateFieldLevelEncryptionConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateFieldLevelEncryptionConfigResponse 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.CF.NewCFFieldLevelEncryptionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FieldLevelEncryptionConfig parameter.
            The -PassThru parameter is deprecated, use -Select '^FieldLevelEncryptionConfig' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionConfigCmdlet.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.CF.NewCFFieldLevelEncryptionProfileCmdlet">
            <summary>
            Create a field-level encryption profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_CallerReference">
            <summary>
            <para>
            <para>A unique number that ensures that the request can't be replayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_Comment">
            <summary>
            <para>
            <para>An optional comment for the field-level encryption profile. The comment cannot be
            longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.EncryptionEntities_Item">
            <summary>
            <para>
            <para>An array of field patterns in a field-level encryption content type-profile mapping.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_Name">
            <summary>
            <para>
            <para>Profile name for the field-level encryption profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.EncryptionEntities_Quantity">
            <summary>
            <para>
            <para>Number of field pattern items in a field-level encryption content type-profile mapping.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.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.CloudFront.Model.CreateFieldLevelEncryptionProfileResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateFieldLevelEncryptionProfileResponse 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.CF.NewCFFieldLevelEncryptionProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FieldLevelEncryptionProfileConfig_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^FieldLevelEncryptionProfileConfig_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFieldLevelEncryptionProfileCmdlet.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.CF.NewCFFunctionCmdlet">
            <summary>
            Creates a CloudFront function.
             
              
            <para>
            To create a function, you provide the function code and some configuration information
            about the function. The response contains an Amazon Resource Name (ARN) that uniquely
            identifies the function.
            </para><para>
            When you create a function, it’s in the <code>DEVELOPMENT</code> stage. In this stage,
            you can test the function with <code>TestFunction</code>, and update it with <code>UpdateFunction</code>.
            </para><para>
            When you’re ready to use your function with a CloudFront distribution, use <code>PublishFunction</code>
            to copy the function from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>.
            When it’s live, you can attach the function to a distribution’s cache behavior, using
            the function’s ARN.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.FunctionConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.FunctionCode">
            <summary>
            <para>
            <para>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing
            function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>A name to identify the function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.FunctionConfig_Runtime">
            <summary>
            <para>
            <para>The function’s runtime environment. The only valid value is <code>cloudfront-js-1.0</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.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.CloudFront.Model.CreateFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateFunctionResponse 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.CF.NewCFFunctionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.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.CF.NewCFInvalidationCmdlet">
            <summary>
            Create a new invalidation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.InvalidationBatch_CallerReference">
            <summary>
            <para>
            <para>A value that you specify to uniquely identify an invalidation request. CloudFront
            uses the value to prevent you from accidentally resubmitting an identical request.
            Whenever you create a new invalidation request, you must specify a new value for <code>CallerReference</code>
            and change other values in the request as applicable. One way to ensure that the value
            of <code>CallerReference</code> is unique is to use a <code>timestamp</code>, for
            example, <code>20120301090000</code>.</para><para>If you make a second invalidation request with the same value for <code>CallerReference</code>,
            and if the rest of the request is the same, CloudFront doesn't create a new invalidation
            request. Instead, CloudFront returns information about the invalidation request that
            you previously created with the same <code>CallerReference</code>.</para><para>If <code>CallerReference</code> is a value you already sent in a previous invalidation
            batch request but the content of any <code>Path</code> is different from the original
            request, CloudFront returns an <code>InvalidationBatchAlreadyExists</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.DistributionId">
            <summary>
            <para>
            <para>The distribution's id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.Paths_Item">
            <summary>
            <para>
            <para>A complex type that contains a list of the paths that you want to invalidate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.Paths_Quantity">
            <summary>
            <para>
            <para>The number of invalidation paths specified for the objects that you want to invalidate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.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.CloudFront.Model.CreateInvalidationResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateInvalidationResponse 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.CF.NewCFInvalidationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFInvalidationCmdlet.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.CF.NewCFKeyGroupCmdlet">
            <summary>
            Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront
            signed URLs and signed cookies</a>.
             
              
            <para>
            To create a key group, you must specify at least one public key for the key group.
            After you create a key group, you can reference it from one or more cache behaviors.
            When you reference a key group in a cache behavior, CloudFront requires signed URLs
            or signed cookies for all requests that match the cache behavior. The URLs or cookies
            must be signed with a private key whose corresponding public key is in the key group.
            The signed URL or cookie contains information about which public key CloudFront should
            use to verify the signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving
            private content</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFKeyGroupCmdlet.KeyGroupConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the key group. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFKeyGroupCmdlet.KeyGroupConfig_Item">
            <summary>
            <para>
            <para>A list of the identifiers of the public keys in the key group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFKeyGroupCmdlet.KeyGroupConfig_Name">
            <summary>
            <para>
            <para>A name to identify the key group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFKeyGroupCmdlet.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.CloudFront.Model.CreateKeyGroupResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateKeyGroupResponse 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.CF.NewCFKeyGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the KeyGroupConfig_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^KeyGroupConfig_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFKeyGroupCmdlet.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.CF.NewCFMonitoringSubscriptionCmdlet">
            <summary>
            Enables additional CloudWatch metrics for the specified CloudFront distribution. The
            additional metrics incur an additional cost.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing
            additional CloudFront distribution metrics</a> in the <i>Amazon CloudFront Developer
            Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFMonitoringSubscriptionCmdlet.DistributionId">
            <summary>
            <para>
            <para>The ID of the distribution that you are enabling metrics for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFMonitoringSubscriptionCmdlet.RealtimeMetricsSubscriptionConfig_RealtimeMetricsSubscriptionStatus">
            <summary>
            <para>
            <para>A flag that indicates whether additional CloudWatch metrics are enabled for a given
            CloudFront distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFMonitoringSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringSubscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.CreateMonitoringSubscriptionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateMonitoringSubscriptionResponse 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.CF.NewCFMonitoringSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFMonitoringSubscriptionCmdlet.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.CF.NewCFOriginRequestPolicyCmdlet">
            <summary>
            Creates an origin request policy.
             
              
            <para>
            After you create an origin request policy, you can attach it to one or more cache
            behaviors. When it’s attached to a cache behavior, the origin request policy determines
            the values that CloudFront includes in requests that it sends to the origin. Each
            request that CloudFront sends to the origin includes the following:
            </para><ul><li><para>
            The request body and the URL path (without the domain name) from the viewer request.
            </para></li><li><para>
            The headers that CloudFront automatically includes in every origin request, including
            <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.
            </para></li><li><para>
            All HTTP headers, cookies, and URL query strings that are specified in the cache policy
            or the origin request policy. These can include items from the viewer request and,
            in the case of headers, additional ones that are added by CloudFront.
            </para></li></ul><para>
            CloudFront sends a request when it can’t find a valid object in its cache that matches
            the request. If you want to send values to the origin and also include them in the
            cache key, use <code>CachePolicy</code>.
            </para><para>
            For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling
            origin requests</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.OriginRequestPolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the origin request policy. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.CookiesConfig_CookieBehavior">
            <summary>
            <para>
            <para>Determines whether cookies in viewer requests are included in requests that CloudFront
            sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – Cookies in viewer requests are not included in requests that
            CloudFront sends to the origin. Even when this field is set to <code>none</code>,
            any cookies that are listed in a <code>CachePolicy</code><i>are</i> included in origin
            requests.</para></li><li><para><code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code>
            type are included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All cookies in viewer requests are included in requests that CloudFront
            sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.HeadersConfig_HeaderBehavior">
            <summary>
            <para>
            <para>Determines whether any HTTP headers are included in requests that CloudFront sends
            to the origin. Valid values are:</para><ul><li><para><code>none</code> – HTTP headers are not included in requests that CloudFront sends
            to the origin. Even when this field is set to <code>none</code>, any headers that
            are listed in a <code>CachePolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code>
            type are included in requests that CloudFront sends to the origin.</para></li><li><para><code>allViewer</code> – All HTTP headers in viewer requests are included in requests
            that CloudFront sends to the origin.</para></li><li><para><code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer requests
            and the additional CloudFront headers that are listed in the <code>Headers</code>
            type are included in requests that CloudFront sends to the origin. The additional
            headers are added by CloudFront.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.Cookies_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.QueryStrings_Item">
            <summary>
            <para>
            <para>A list of query string names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.OriginRequestPolicyConfig_Name">
            <summary>
            <para>
            <para>A unique name to identify the origin request policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.Cookies_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.QueryStrings_Quantity">
            <summary>
            <para>
            <para>The number of query string names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.QueryStringsConfig_QueryStringBehavior">
            <summary>
            <para>
            <para>Determines whether any URL query strings in viewer requests are included in requests
            that CloudFront sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – Query strings in viewer requests are not included in requests
            that CloudFront sends to the origin. Even when this field is set to <code>none</code>,
            any query strings that are listed in a <code>CachePolicy</code><i>are</i> included
            in origin requests.</para></li><li><para><code>whitelist</code> – The query strings in viewer requests that are listed in
            the <code>QueryStringNames</code> type are included in requests that CloudFront sends
            to the origin.</para></li><li><para><code>all</code> – All query strings in viewer requests are included in requests
            that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFOriginRequestPolicyCmdlet.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.CloudFront.Model.CreateOriginRequestPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateOriginRequestPolicyResponse 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.CF.NewCFOriginRequestPolicyCmdlet.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.CF.NewCFPublicKeyCmdlet">
            <summary>
            Uploads a public key to CloudFront that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed
            URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level
            encryption</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.PublicKeyConfig_CallerReference">
            <summary>
            <para>
            <para>A string included in the request to help make sure that the request can’t be replayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.PublicKeyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the public key. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.PublicKeyConfig_EncodedKey">
            <summary>
            <para>
            <para>The public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed
            URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level
            encryption</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.PublicKeyConfig_Name">
            <summary>
            <para>
            <para>A name to help identify the public key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.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.CloudFront.Model.CreatePublicKeyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreatePublicKeyResponse 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.CF.NewCFPublicKeyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PublicKeyConfig_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^PublicKeyConfig_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFPublicKeyCmdlet.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.CF.NewCFRealtimeLogConfigCmdlet">
            <summary>
            Creates a real-time log configuration.
             
              
            <para>
            After you create a real-time log configuration, you can attach it to one or more cache
            behaviors to send real-time log data to the specified Amazon Kinesis data stream.
            </para><para>
            For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time
            logs</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.EndPoint">
            <summary>
            <para>
            <para>Contains information about the Amazon Kinesis data stream where you are sending real-time
            log data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.Field">
            <summary>
            <para>
            <para>A list of fields to include in each real-time log record.</para><para>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time
            log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.Name">
            <summary>
            <para>
            <para>A unique name to identify this real-time log configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.SamplingRate">
            <summary>
            <para>
            <para>The sampling rate for this real-time log configuration. The sampling rate determines
            the percentage of viewer requests that are represented in the real-time log data.
            You must provide an integer between 1 and 100, inclusive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RealtimeLogConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.CreateRealtimeLogConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateRealtimeLogConfigResponse 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.CF.NewCFRealtimeLogConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFRealtimeLogConfigCmdlet.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.CF.NewCFResponseHeadersPolicyCmdlet">
            <summary>
            Creates a response headers policy.
             
              
            <para>
            A response headers policy contains information about a set of HTTP response headers
            and their values. To create a response headers policy, you provide some metadata about
            the policy, and a set of configurations that specify the response headers.
            </para><para>
            After you create a response headers policy, you can use its ID to attach it to one
            or more cache behaviors in a CloudFront distribution. When it’s attached to a cache
            behavior, CloudFront adds the headers in the policy to HTTP responses that it sends
            for requests that match the cache behavior.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.CorsConfig_AccessControlAllowCredential">
            <summary>
            <para>
            <para>A Boolean that CloudFront uses as the value for the <code>Access-Control-Allow-Credentials</code>
            HTTP response header.</para><para>For more information about the <code>Access-Control-Allow-Credentials</code> HTTP
            response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials">Access-Control-Allow-Credentials</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.CorsConfig_AccessControlMaxAgeSec">
            <summary>
            <para>
            <para>A number that CloudFront uses as the value for the <code>Access-Control-Max-Age</code>
            HTTP response header.</para><para>For more information about the <code>Access-Control-Max-Age</code> HTTP response header,
            see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_AccessControlMaxAgeSec">
            <summary>
            <para>
            <para>A number that CloudFront uses as the value for the <code>max-age</code> directive
            in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ResponseHeadersPolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the response headers policy.</para><para>The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ContentSecurityPolicy_ContentSecurityPolicy">
            <summary>
            <para>
            <para>The policy directives and their values that CloudFront includes as values for the
            <code>Content-Security-Policy</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.FrameOptions_FrameOption">
            <summary>
            <para>
            <para>The value of the <code>X-Frame-Options</code> HTTP response header. Valid values are
            <code>DENY</code> and <code>SAMEORIGIN</code>. </para><para>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_IncludeSubdomain">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>includeSubDomains</code>
            directive in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowHeaders_Item">
            <summary>
            <para>
            <para>The list of HTTP header names. You can specify <code>*</code> to allow all headers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowMethods_Item">
            <summary>
            <para>
            <para>The list of HTTP methods. Valid values are:</para><ul><li><para><code>GET</code></para></li><li><para><code>DELETE</code></para></li><li><para><code>HEAD</code></para></li><li><para><code>OPTIONS</code></para></li><li><para><code>PATCH</code></para></li><li><para><code>POST</code></para></li><li><para><code>PUT</code></para></li><li><para><code>ALL</code></para></li></ul><para><code>ALL</code> is a special value that includes all of the listed HTTP methods.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowOrigins_Item">
            <summary>
            <para>
            <para>The list of origins (domain names). You can specify <code>*</code> to allow all origins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlExposeHeaders_Item">
            <summary>
            <para>
            <para>The list of HTTP headers. You can specify <code>*</code> to expose all headers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.CustomHeadersConfig_Item">
            <summary>
            <para>
            <para>The list of HTTP response headers and their values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.XSSProtection_ModeBlock">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>mode=block</code>
            directive in the <code>X-XSS-Protection</code> header.</para><para>For more information about this directive, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ResponseHeadersPolicyConfig_Name">
            <summary>
            <para>
            <para>A name to identify the response headers policy.</para><para>The name must be unique for response headers policies in this Amazon Web Services
            account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.CorsConfig_OriginOverride">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides HTTP response headers received
            from the origin with the ones specified in this response headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ContentSecurityPolicy_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Content-Security-Policy</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ContentTypeOptions_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-Content-Type-Options</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.FrameOptions_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-Frame-Options</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ReferrerPolicy_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Referrer-Policy</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Strict-Transport-Security</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.XSSProtection_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-XSS-Protection</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_Preload">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>preload</code> directive
            in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.XSSProtection_Protection">
            <summary>
            <para>
            <para>A Boolean that determines the value of the <code>X-XSS-Protection</code> HTTP response
            header. When this setting is <code>true</code>, the value of the <code>X-XSS-Protection</code>
            header is <code>1</code>. When this setting is <code>false</code>, the value of the
            <code>X-XSS-Protection</code> header is <code>0</code>.</para><para>For more information about these settings, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowHeaders_Quantity">
            <summary>
            <para>
            <para>The number of HTTP header names in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlAllowOrigins_Quantity">
            <summary>
            <para>
            <para>The number of origins in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.AccessControlExposeHeaders_Quantity">
            <summary>
            <para>
            <para>The number of HTTP headers in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.CustomHeadersConfig_Quantity">
            <summary>
            <para>
            <para>The number of HTTP response headers in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.ReferrerPolicy_ReferrerPolicy">
            <summary>
            <para>
            <para>The value of the <code>Referrer-Policy</code> HTTP response header. Valid values are:</para><ul><li><para><code>no-referrer</code></para></li><li><para><code>no-referrer-when-downgrade</code></para></li><li><para><code>origin</code></para></li><li><para><code>origin-when-cross-origin</code></para></li><li><para><code>same-origin</code></para></li><li><para><code>strict-origin</code></para></li><li><para><code>strict-origin-when-cross-origin</code></para></li><li><para><code>unsafe-url</code></para></li></ul><para>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.XSSProtection_ReportUri">
            <summary>
            <para>
            <para>A reporting URI, which CloudFront uses as the value of the <code>report</code> directive
            in the <code>X-XSS-Protection</code> header.</para><para>You cannot specify a <code>ReportUri</code> when <code>ModeBlock</code> is <code>true</code>.</para><para>For more information about using a reporting URL, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.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.CloudFront.Model.CreateResponseHeadersPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateResponseHeadersPolicyResponse 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.CF.NewCFResponseHeadersPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResponseHeadersPolicyConfig_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^ResponseHeadersPolicyConfig_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFResponseHeadersPolicyCmdlet.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.CF.NewCFStreamingDistributionCmdlet">
            <summary>
            This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol
            (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read
            the announcement</a> on the Amazon CloudFront discussion forum.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.StreamingDistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.StreamingDistributionConfig_Comment">
            <summary>
            <para>
            <para>Any comments you want to include about the streaming distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.S3Origin_DomainName">
            <summary>
            <para>
            <para>The DNS name of the Amazon S3 origin. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.StreamingDistributionConfig_Enabled">
            <summary>
            <para>
            <para>Whether the streaming distribution is enabled to accept user requests for content.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a streaming distribution or if
            you want to disable logging for an existing streaming distribution, specify <code>false</code>
            for <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
            elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
            values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
            deleted. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.S3Origin_OriginAccessIdentity">
            <summary>
            <para>
            <para>The CloudFront origin access identity to associate with the distribution. Use an origin
            access identity to configure the distribution so that end users can only access objects
            in an Amazon S3 bucket through CloudFront.</para><para>If you want end users to be able to access objects using either the CloudFront URL
            or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</para><para>To delete the origin access identity from an existing distribution, update the distribution
            configuration and include an empty <code>OriginAccessIdentity</code> element.</para><para>To replace the origin access identity, update the distribution configuration and specify
            the new origin access identity.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using
            an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in the
            <i> Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log filenames
            for this streaming distribution, for example, <code>myprefix/</code>. If you want
            to enable logging, but you don't want to specify a prefix, you still must include
            an empty <code>Prefix</code> element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.StreamingDistributionConfig_PriceClass">
            <summary>
            <para>
            <para>A complex type that contains information about price class for this streaming distribution.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.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.CloudFront.Model.CreateStreamingDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateStreamingDistributionResponse 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.CF.NewCFStreamingDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the S3Origin_DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^S3Origin_DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionCmdlet.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.CF.NewCFStreamingDistributionWithTagCmdlet">
            <summary>
            This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol
            (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read
            the announcement</a> on the Amazon CloudFront discussion forum.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.StreamingDistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.StreamingDistributionConfig_Comment">
            <summary>
            <para>
            <para>Any comments you want to include about the streaming distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.S3Origin_DomainName">
            <summary>
            <para>
            <para>The DNS name of the Amazon S3 origin. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.StreamingDistributionConfig_Enabled">
            <summary>
            <para>
            <para>Whether the streaming distribution is enabled to accept user requests for content.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a streaming distribution or if
            you want to disable logging for an existing streaming distribution, specify <code>false</code>
            for <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
            elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
            values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
            deleted. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Tags_Item">
            <summary>
            <para>
            <para> A complex type that contains <code>Tag</code> elements.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.S3Origin_OriginAccessIdentity">
            <summary>
            <para>
            <para>The CloudFront origin access identity to associate with the distribution. Use an origin
            access identity to configure the distribution so that end users can only access objects
            in an Amazon S3 bucket through CloudFront.</para><para>If you want end users to be able to access objects using either the CloudFront URL
            or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</para><para>To delete the origin access identity from an existing distribution, update the distribution
            configuration and include an empty <code>OriginAccessIdentity</code> element.</para><para>To replace the origin access identity, update the distribution configuration and specify
            the new origin access identity.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using
            an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in the
            <i> Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log filenames
            for this streaming distribution, for example, <code>myprefix/</code>. If you want
            to enable logging, but you don't want to specify a prefix, you still must include
            an empty <code>Prefix</code> element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.StreamingDistributionConfig_PriceClass">
            <summary>
            <para>
            <para>A complex type that contains information about price class for this streaming distribution.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.NewCFStreamingDistributionWithTagCmdlet.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.CloudFront.Model.CreateStreamingDistributionWithTagsResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.CreateStreamingDistributionWithTagsResponse 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.CF.NewCFStreamingDistributionWithTagCmdlet.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.CF.PublishCFFunctionCmdlet">
            <summary>
            Publishes a CloudFront function by copying the function code from the <code>DEVELOPMENT</code>
            stage to <code>LIVE</code>. This automatically updates all cache behaviors that are
            using this function to use the newly published copy in the <code>LIVE</code> stage.
             
              
            <para>
            When a function is published to the <code>LIVE</code> stage, you can attach the function
            to a distribution’s cache behavior, using the function’s Amazon Resource Name (ARN).
            </para><para>
            To publish a function, you must provide the function’s name and version (<code>ETag</code>
            value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.PublishCFFunctionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The current version (<code>ETag</code> value) of the function that you are publishing,
            which you can get using <code>DescribeFunction</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.PublishCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function that you are publishing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.PublishCFFunctionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FunctionSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.PublishFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.PublishFunctionResponse 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.CF.PublishCFFunctionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.PublishCFFunctionCmdlet.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.CF.RemoveCFCachePolicyCmdlet">
            <summary>
            Deletes a cache policy.
             
              
            <para>
            You cannot delete a cache policy if it’s attached to a cache behavior. First update
            your distributions to remove the cache policy from all cache behaviors, then delete
            the cache policy.
            </para><para>
            To delete a cache policy, you must provide the policy’s identifier and version. To
            get these values, you can use <code>ListCachePolicies</code> or <code>GetCachePolicy</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCachePolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the cache policy that you are deleting. To get the identifier,
            you can use <code>ListCachePolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCachePolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the cache policy that you are deleting. The version is the cache policy’s
            <code>ETag</code> value, which you can get using <code>ListCachePolicies</code>, <code>GetCachePolicy</code>,
            or <code>GetCachePolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCachePolicyCmdlet.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.CloudFront.Model.DeleteCachePolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCachePolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCachePolicyCmdlet.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.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet">
            <summary>
            Delete an origin access identity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet.Id">
            <summary>
            <para>
            <para>The origin access identity's ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header you received from a previous <code>GET</code>
            or <code>PUT</code> request. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet.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.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFCloudFrontOriginAccessIdentityCmdlet.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.CF.RemoveCFDistributionCmdlet">
            <summary>
            Delete a distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The distribution ID. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFDistributionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when you disabled the
            distribution. For example: <code>E2QWRUHAPOMQZL</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFDistributionCmdlet.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.CloudFront.Model.DeleteDistributionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFDistributionCmdlet.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.CF.RemoveCFFieldLevelEncryptionConfigCmdlet">
            <summary>
            Remove a field-level encryption configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionConfigCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the configuration you want to delete from CloudFront.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionConfigCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the configuration
            identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionConfigCmdlet.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.CloudFront.Model.DeleteFieldLevelEncryptionConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionConfigCmdlet.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.CF.RemoveCFFieldLevelEncryptionProfileCmdlet">
            <summary>
            Remove a field-level encryption profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionProfileCmdlet.Id">
            <summary>
            <para>
            <para>Request the ID of the profile you want to delete from CloudFront.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionProfileCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the profile
            to delete. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionProfileCmdlet.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.CloudFront.Model.DeleteFieldLevelEncryptionProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFieldLevelEncryptionProfileCmdlet.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.CF.RemoveCFFunctionCmdlet">
            <summary>
            Deletes a CloudFront function.
             
              
            <para>
            You cannot delete a function if it’s associated with a cache behavior. First, update
            your distributions to remove the function association from all cache behaviors, then
            delete the function.
            </para><para>
            To delete a function, you must provide the function’s name and version (<code>ETag</code>
            value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFunctionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The current version (<code>ETag</code> value) of the function that you are deleting,
            which you can get using <code>DescribeFunction</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function that you are deleting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFunctionCmdlet.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.CloudFront.Model.DeleteFunctionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFunctionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFFunctionCmdlet.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.CF.RemoveCFKeyGroupCmdlet">
            <summary>
            Deletes a key group.
             
              
            <para>
            You cannot delete a key group that is referenced in a cache behavior. First update
            your distributions to remove the key group from all cache behaviors, then delete the
            key group.
            </para><para>
            To delete a key group, you must provide the key group’s identifier and version. To
            get these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code>
            or <code>GetKeyGroupConfig</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFKeyGroupCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the key group that you are deleting. To get the identifier, use
            <code>ListKeyGroups</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFKeyGroupCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the key group that you are deleting. The version is the key group’s
            <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code>
            or <code>GetKeyGroupConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFKeyGroupCmdlet.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.CloudFront.Model.DeleteKeyGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFKeyGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFKeyGroupCmdlet.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.CF.RemoveCFMonitoringSubscriptionCmdlet">
            <summary>
            Disables additional CloudWatch metrics for the specified CloudFront distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFMonitoringSubscriptionCmdlet.DistributionId">
            <summary>
            <para>
            <para>The ID of the distribution that you are disabling metrics for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFMonitoringSubscriptionCmdlet.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.CloudFront.Model.DeleteMonitoringSubscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFMonitoringSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DistributionId parameter.
            The -PassThru parameter is deprecated, use -Select '^DistributionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFMonitoringSubscriptionCmdlet.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.CF.RemoveCFOriginRequestPolicyCmdlet">
            <summary>
            Deletes an origin request policy.
             
              
            <para>
            You cannot delete an origin request policy if it’s attached to any cache behaviors.
            First update your distributions to remove the origin request policy from all cache
            behaviors, then delete the origin request policy.
            </para><para>
            To delete an origin request policy, you must provide the policy’s identifier and version.
            To get the identifier, you can use <code>ListOriginRequestPolicies</code> or <code>GetOriginRequestPolicy</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFOriginRequestPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the origin request policy that you are deleting. To get
            the identifier, you can use <code>ListOriginRequestPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFOriginRequestPolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the origin request policy that you are deleting. The version is the
            origin request policy’s <code>ETag</code> value, which you can get using <code>ListOriginRequestPolicies</code>,
            <code>GetOriginRequestPolicy</code>, or <code>GetOriginRequestPolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFOriginRequestPolicyCmdlet.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.CloudFront.Model.DeleteOriginRequestPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFOriginRequestPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFOriginRequestPolicyCmdlet.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.CF.RemoveCFPublicKeyCmdlet">
            <summary>
            Remove a public key you previously added to CloudFront.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFPublicKeyCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the public key you want to remove from CloudFront.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFPublicKeyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the public
            key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFPublicKeyCmdlet.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.CloudFront.Model.DeletePublicKeyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFPublicKeyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFPublicKeyCmdlet.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.CF.RemoveCFRealtimeLogConfigCmdlet">
            <summary>
            Deletes a real-time log configuration.
             
              
            <para>
            You cannot delete a real-time log configuration if it’s attached to a cache behavior.
            First update your distributions to remove the real-time log configuration from all
            cache behaviors, then delete the real-time log configuration.
            </para><para>
            To delete a real-time log configuration, you can provide the configuration’s name
            or its Amazon Resource Name (ARN). You must provide at least one. If you provide both,
            CloudFront uses the name to identify the real-time log configuration to delete.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFRealtimeLogConfigCmdlet.ARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFRealtimeLogConfigCmdlet.Name">
            <summary>
            <para>
            <para>The name of the real-time log configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFRealtimeLogConfigCmdlet.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.CloudFront.Model.DeleteRealtimeLogConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFRealtimeLogConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFRealtimeLogConfigCmdlet.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.CF.RemoveCFResourceTagCmdlet">
            <summary>
            Remove tags from a CloudFront resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para> A complex type that contains <code>Tag</code> key elements.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResourceTagCmdlet.Resource">
            <summary>
            <para>
            <para> An ARN of a CloudFront resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResourceTagCmdlet.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.CloudFront.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Resource parameter.
            The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResourceTagCmdlet.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.CF.RemoveCFResponseHeadersPolicyCmdlet">
            <summary>
            Deletes a response headers policy.
             
              
            <para>
            You cannot delete a response headers policy if it’s attached to a cache behavior.
            First update your distributions to remove the response headers policy from all cache
            behaviors, then delete the response headers policy.
            </para><para>
            To delete a response headers policy, you must provide the policy’s identifier and
            version. To get these values, you can use <code>ListResponseHeadersPolicies</code>
            or <code>GetResponseHeadersPolicy</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResponseHeadersPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The identifier for the response headers policy that you are deleting.</para><para>To get the identifier, you can use <code>ListResponseHeadersPolicies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResponseHeadersPolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the response headers policy that you are deleting.</para><para>The version is the response headers policy’s <code>ETag</code> value, which you can
            get using <code>ListResponseHeadersPolicies</code>, <code>GetResponseHeadersPolicy</code>,
            or <code>GetResponseHeadersPolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResponseHeadersPolicyCmdlet.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.CloudFront.Model.DeleteResponseHeadersPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResponseHeadersPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFResponseHeadersPolicyCmdlet.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.CF.RemoveCFStreamingDistributionCmdlet">
            <summary>
            Delete a streaming distribution. To delete an RTMP distribution using the CloudFront
            API, perform the following steps.
             
              
            <para><b>To delete an RTMP distribution using the CloudFront API</b>:
            </para><ol><li><para>
            Disable the RTMP distribution.
            </para></li><li><para>
            Submit a <code>GET Streaming Distribution Config</code> request to get the current
            configuration and the <code>Etag</code> header for the distribution.
            </para></li><li><para>
            Update the XML document that was returned in the response to your <code>GET Streaming
            Distribution Config</code> request to change the value of <code>Enabled</code> to
            <code>false</code>.
            </para></li><li><para>
            Submit a <code>PUT Streaming Distribution Config</code> request to update the configuration
            for your distribution. In the request body, include the XML document that you updated
            in Step 3. Then set the value of the HTTP <code>If-Match</code> header to the value
            of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET
            Streaming Distribution Config</code> request in Step 2.
            </para></li><li><para>
            Review the response to the <code>PUT Streaming Distribution Config</code> request
            to confirm that the distribution was successfully disabled.
            </para></li><li><para>
            Submit a <code>GET Streaming Distribution Config</code> request to confirm that your
            changes have propagated. When propagation is complete, the value of <code>Status</code>
            is <code>Deployed</code>.
            </para></li><li><para>
            Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the
            HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that
            CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code>
            request in Step 2.
            </para></li><li><para>
            Review the response to your <code>DELETE Streaming Distribution</code> request to
            confirm that the distribution was successfully deleted.
            </para></li></ol><para>
            For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting
            a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFStreamingDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The distribution ID. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFStreamingDistributionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when you disabled the
            streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFStreamingDistributionCmdlet.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.CloudFront.Model.DeleteStreamingDistributionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFStreamingDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.RemoveCFStreamingDistributionCmdlet.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.CF.TestCFFunctionCmdlet">
            <summary>
            Tests a CloudFront function.
             
              
            <para>
            To test a function, you provide an <i>event object</i> that represents an HTTP request
            or response that your CloudFront distribution could receive in production. CloudFront
            runs the function, passing it the event object that you provided, and returns the
            function’s result (the modified event object) in the response. The response also contains
            function logs and error messages, if any exist. For more information about testing
            functions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing
            functions</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para><para>
            To test a function, you provide the function’s name and version (<code>ETag</code>
            value) along with the event object. To get the function’s name and version, you can
            use <code>ListFunctions</code> and <code>DescribeFunction</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.TestCFFunctionCmdlet.EventObject">
            <summary>
            <para>
            <para>The event object to test the function with. For more information about the structure
            of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing
            functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.TestCFFunctionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The current version (<code>ETag</code> value) of the function that you are testing,
            which you can get using <code>DescribeFunction</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.TestCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function that you are testing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.TestCFFunctionCmdlet.Stage">
            <summary>
            <para>
            <para>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
            <code>LIVE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.TestCFFunctionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TestResult'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.TestFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.TestFunctionResponse 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="T:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet">
            <summary>
            Updates a cache policy configuration.
             
              
            <para>
            When you update a cache policy configuration, all the fields are updated with the
            values provided in the request. You cannot update some fields independent of others.
            To update a cache policy configuration:
            </para><ol><li><para>
            Use <code>GetCachePolicyConfig</code> to get the current configuration.
            </para></li><li><para>
            Locally modify the fields in the cache policy configuration that you want to update.
            </para></li><li><para>
            Call <code>UpdateCachePolicy</code> by providing the entire cache policy configuration,
            including the fields that you modified and those that you didn’t.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CachePolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the cache policy. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CookiesConfig_CookieBehavior">
            <summary>
            <para>
            <para>Determines whether any cookies in viewer requests are included in the cache key and
            automatically included in requests that CloudFront sends to the origin. Valid values
            are:</para><ul><li><para><code>none</code> – Cookies in viewer requests are not included in the cache key
            and are not automatically included in requests that CloudFront sends to the origin.
            Even when this field is set to <code>none</code>, any cookies that are listed in an
            <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code>
            type are included in the cache key and automatically included in requests that CloudFront
            sends to the origin.</para></li><li><para><code>allExcept</code> – All cookies in viewer requests that are <i><b>not</b></i>
            listed in the <code>CookieNames</code> type are included in the cache key and automatically
            included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All cookies in viewer requests are included in the cache key and
            are automatically included in requests that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CachePolicyConfig_DefaultTTL">
            <summary>
            <para>
            <para>The default amount of time, in seconds, that you want objects to stay in the CloudFront
            cache before CloudFront sends another request to the origin to see if the object has
            been updated. CloudFront uses this value as the object’s time to live (TTL) only when
            the origin does <i>not</i> send <code>Cache-Control</code> or <code>Expires</code>
            headers with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>The default value for this field is 86400 seconds (one day). If the value of <code>MinTTL</code>
            is more than 86400 seconds, then the default value for this field is the same as the
            value of <code>MinTTL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.ParametersInCacheKeyAndForwardedToOrigin_EnableAcceptEncodingBrotli">
            <summary>
            <para>
            <para>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is included
            in the cache key and included in requests that CloudFront sends to the origin.</para><para>This field is related to the <code>EnableAcceptEncodingGzip</code> field. If one or
            both of these fields is <code>true</code><i>and</i> the viewer request includes the
            <code>Accept-Encoding</code> header, then CloudFront does the following:</para><ul><li><para>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</para></li><li><para>Includes the normalized header in the cache key</para></li><li><para>Includes the normalized header in the request to the origin, if a request is necessary</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects">Compression
            support</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you set this value to <code>true</code>, and this cache behavior also has an origin
            request policy attached, do not include the <code>Accept-Encoding</code> header in
            the origin request policy. CloudFront always includes the <code>Accept-Encoding</code>
            header in origin requests when the value of this field is <code>true</code>, so including
            this header in an origin request policy has no effect.</para><para>If both of these fields are <code>false</code>, then CloudFront treats the <code>Accept-Encoding</code>
            header the same as any other HTTP header in the viewer request. By default, it’s not
            included in the cache key and it’s not included in origin requests. In this case,
            you can manually add <code>Accept-Encoding</code> to the headers whitelist like any
            other HTTP header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.ParametersInCacheKeyAndForwardedToOrigin_EnableAcceptEncodingGzip">
            <summary>
            <para>
            <para>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is included
            in the cache key and included in requests that CloudFront sends to the origin.</para><para>This field is related to the <code>EnableAcceptEncodingBrotli</code> field. If one
            or both of these fields is <code>true</code><i>and</i> the viewer request includes
            the <code>Accept-Encoding</code> header, then CloudFront does the following:</para><ul><li><para>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</para></li><li><para>Includes the normalized header in the cache key</para></li><li><para>Includes the normalized header in the request to the origin, if a request is necessary</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects">Compression
            support</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you set this value to <code>true</code>, and this cache behavior also has an origin
            request policy attached, do not include the <code>Accept-Encoding</code> header in
            the origin request policy. CloudFront always includes the <code>Accept-Encoding</code>
            header in origin requests when the value of this field is <code>true</code>, so including
            this header in an origin request policy has no effect.</para><para>If both of these fields are <code>false</code>, then CloudFront treats the <code>Accept-Encoding</code>
            header the same as any other HTTP header in the viewer request. By default, it’s not
            included in the cache key and it’s not included in origin requests. In this case,
            you can manually add <code>Accept-Encoding</code> to the headers whitelist like any
            other HTTP header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.HeadersConfig_HeaderBehavior">
            <summary>
            <para>
            <para>Determines whether any HTTP headers are included in the cache key and automatically
            included in requests that CloudFront sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – HTTP headers are not included in the cache key and are not automatically
            included in requests that CloudFront sends to the origin. Even when this field is
            set to <code>none</code>, any headers that are listed in an <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code>
            type are included in the cache key and are automatically included in requests that
            CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the cache policy that you are updating. The identifier is
            returned in a cache behavior’s <code>CachePolicyId</code> field in the response to
            <code>GetDistributionConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the cache policy that you are updating. The version is returned in
            the cache policy’s <code>ETag</code> field in the response to <code>GetCachePolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Cookies_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.QueryStrings_Item">
            <summary>
            <para>
            <para>A list of query string names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CachePolicyConfig_MaxTTL">
            <summary>
            <para>
            <para>The maximum amount of time, in seconds, that objects stay in the CloudFront cache
            before CloudFront sends another request to the origin to see if the object has been
            updated. CloudFront uses this value only when the origin sends <code>Cache-Control</code>
            or <code>Expires</code> headers with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>The default value for this field is 31536000 seconds (one year). If the value of <code>MinTTL</code>
            or <code>DefaultTTL</code> is more than 31536000 seconds, then the default value for
            this field is the same as the value of <code>DefaultTTL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CachePolicyConfig_MinTTL">
            <summary>
            <para>
            <para>The minimum amount of time, in seconds, that you want objects to stay in the CloudFront
            cache before CloudFront sends another request to the origin to see if the object has
            been updated. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.CachePolicyConfig_Name">
            <summary>
            <para>
            <para>A unique name to identify the cache policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Cookies_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.QueryStrings_Quantity">
            <summary>
            <para>
            <para>The number of query string names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.QueryStringsConfig_QueryStringBehavior">
            <summary>
            <para>
            <para>Determines whether any URL query strings in viewer requests are included in the cache
            key and automatically included in requests that CloudFront sends to the origin. Valid
            values are:</para><ul><li><para><code>none</code> – Query strings in viewer requests are not included in the cache
            key and are not automatically included in requests that CloudFront sends to the origin.
            Even when this field is set to <code>none</code>, any query strings that are listed
            in an <code>OriginRequestPolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The query strings in viewer requests that are listed in
            the <code>QueryStringNames</code> type are included in the cache key and automatically
            included in requests that CloudFront sends to the origin.</para></li><li><para><code>allExcept</code> – All query strings in viewer requests that are <i><b>not</b></i> listed in the <code>QueryStringNames</code> type are included in the cache key
            and automatically included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All query strings in viewer requests are included in the cache
            key and are automatically included in requests that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CachePolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateCachePolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateCachePolicyResponse 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.CF.UpdateCFCachePolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCachePolicyCmdlet.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.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet">
            <summary>
            Update an origin access identity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.CloudFrontOriginAccessIdentityConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>CloudFrontOriginAccessIdentityConfig</code> object), a new origin access
            identity is created.</para><para>If the <code>CallerReference</code> is a value already sent in a previous identity
            request, and the content of the <code>CloudFrontOriginAccessIdentityConfig</code>
            is identical to the original request (ignoring white space), the response includes
            the same information returned to the original request. </para><para>If the <code>CallerReference</code> is a value you already sent in a previous request
            to create an identity, but the content of the <code>CloudFrontOriginAccessIdentityConfig</code>
            is different from the original request, CloudFront returns a <code>CloudFrontOriginAccessIdentityAlreadyExists</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.CloudFrontOriginAccessIdentityConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the origin access identity. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.Id">
            <summary>
            <para>
            <para>The identity's id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the identity's
            configuration. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CloudFrontOriginAccessIdentity'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse 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.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFCloudFrontOriginAccessIdentityCmdlet.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.CF.UpdateCFDistributionCmdlet">
            <summary>
            Updates the configuration for a web distribution.
             
             <important><para>
            When you update a distribution, there are more required fields than when you create
            a distribution. When you update your distribution by using this API action, follow
            the steps here to get the current configuration and then make your updates, to make
            sure that you include all of the required fields. To view a summary, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html">Required
            Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront
            Developer Guide</i>.
            </para></important><para>
            The update process includes getting the current distribution configuration, updating
            the XML document that is returned to make your changes, and then submitting an <code>UpdateDistribution</code>
            request to make the updates.
            </para><para>
            For information about updating a distribution using the CloudFront console instead,
            see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html">Creating
            a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.
            </para><para><b>To update a web distribution using the CloudFront API</b></para><ol><li><para>
            Submit a <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionConfig.html">GetDistributionConfig</a>
            request to get the current configuration and an <code>Etag</code> header for the distribution.
            </para><note><para>
            If you update the distribution again, you must get a new <code>Etag</code> header.
            </para></note></li><li><para>
            Update the XML document that was returned in the response to your <code>GetDistributionConfig</code>
            request to include your changes.
            </para><important><para>
            When you edit the XML file, be aware of the following:
            </para><ul><li><para>
            You must strip out the ETag parameter that is returned.
            </para></li><li><para>
            Additional fields are required when you update a distribution. There may be fields
            included in the XML file for features that you haven't configured for your distribution.
            This is expected and required to successfully update the distribution.
            </para></li><li><para>
            You can't change the value of <code>CallerReference</code>. If you try to change this
            value, CloudFront returns an <code>IllegalUpdate</code> error.
            </para></li><li><para>
            The new configuration replaces the existing configuration; the values that you specify
            in an <code>UpdateDistribution</code> request are not merged into your existing configuration.
            When you add, delete, or replace values in an element that allows multiple values
            (for example, <code>CNAME</code>), you must specify all of the values that you want
            to appear in the updated distribution. In addition, you must update the corresponding
            <code>Quantity</code> element.
            </para></li></ul></important></li><li><para>
            Submit an <code>UpdateDistribution</code> request to update the configuration for
            your distribution:
            </para><ul><li><para>
            In the request body, include the XML document that you updated in Step 2. The request
            body must include an XML document with a <code>DistributionConfig</code> element.
            </para></li><li><para>
            Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code>
            header that CloudFront returned when you submitted the <code>GetDistributionConfig</code>
            request in Step 1.
            </para></li></ul></li><li><para>
            Review the response to the <code>UpdateDistribution</code> request to confirm that
            the configuration was successfully updated.
            </para></li><li><para>
            Optional: Submit a <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html">GetDistribution</a>
            request to confirm that your changes have propagated. When propagation is complete,
            the value of <code>Status</code> is <code>Deployed</code>.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_ACMCertificateArn">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html">Certificate
            Manager (ACM)</a>, provide the Amazon Resource Name (ARN) of the ACM certificate.
            CloudFront only supports ACM certificates in the US East (N. Virginia) Region (<code>us-east-1</code>).</para><para>If you specify an ACM certificate ARN, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_CachePolicyId">
            <summary>
            <para>
            <para>The unique identifier of the cache policy that is attached to the default cache behavior.
            For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>A <code>DefaultCacheBehavior</code> must include either a <code>CachePolicyId</code>
            or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>DistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_CloudFrontDefaultCertificate">
            <summary>
            <para>
            <para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            set this field to <code>true</code>.</para><para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            set this field to <code>false</code> and specify values for the following fields:</para><ul><li><para><code>ACMCertificateArn</code> or <code>IAMCertificateId</code> (specify a value
            for one, not both)</para></li><li><para><code>MinimumProtocolVersion</code></para></li><li><para><code>SSLSupportMethod</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_Comment">
            <summary>
            <para>
            <para>An optional comment to describe the distribution. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_Compress">
            <summary>
            <para>
            <para>Whether you want CloudFront to automatically compress certain files for this cache
            behavior. If so, specify <code>true</code>; if not, specify <code>false</code>. For
            more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html">Serving
            Compressed Files</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_DefaultRootObject">
            <summary>
            <para>
            <para>The object that you want CloudFront to request from your origin (for example, <code>index.html</code>)
            when a viewer requests the root URL for your distribution (<code>http://www.example.com</code>)
            instead of an object in your distribution (<code>http://www.example.com/product-description.html</code>).
            Specifying a default root object avoids exposing the contents of your distribution.</para><para>Specify only the object name, for example, <code>index.html</code>. Don't add a <code>/</code>
            before the object name.</para><para>If you don't want to specify a default root object when you create a distribution,
            include an empty <code>DefaultRootObject</code> element.</para><para>To delete the default root object from an existing distribution, update the distribution
            configuration and include an empty <code>DefaultRootObject</code> element.</para><para>To replace the default root object, update the distribution configuration and specify
            the new object.</para><para>For more information about the default root object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html">Creating
            a Default Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedKeyGroups_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the key groups in the list have public keys
            that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_Enabled">
            <summary>
            <para>
            <para>From this field, you can enable or disable the selected distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a distribution or if you want
            to disable logging for an existing distribution, specify <code>false</code> for <code>Enabled</code>,
            and specify empty <code>Bucket</code> and <code>Prefix</code> elements. If you specify
            <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code>,
            <code>prefix</code>, and <code>IncludeCookies</code>, the values are automatically
            deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_FieldLevelEncryptionId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the field-level encryption configuration that you
            want CloudFront to use for encrypting specific fields of data for the default cache
            behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Cookies_Forward">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include cookies in the cache key, use a cache policy. For more information,
            see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send cookies to the origin but not include them in the cache key, use
            origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Specifies which cookies to forward to the origin for this cache behavior: all, none,
            or the list of cookies specified in the <code>WhitelistedNames</code> complex type.</para><para>Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests
            to an Amazon S3 origin, specify none for the <code>Forward</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_HttpVersion">
            <summary>
            <para>
            <para>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate
            with CloudFront. The default value for new web distributions is http2. Viewers that
            don't support HTTP/2 automatically use an earlier HTTP version.</para><para>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and
            must support Server Name Identification (SNI).</para><para>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces
            latency. You can improve performance by optimizing for HTTP/2. For more information,
            do an Internet search for "http/2 optimization." </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_IAMCertificateId">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and
            the SSL/TLS certificate is stored in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Identity
            and Access Management (IAM)</a>, provide the ID of the IAM certificate.</para><para>If you specify an IAM certificate ID, you must also specify values for <code>MinimumProtocolVersion</code>
            and <code>SSLSupportMethod</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The distribution's id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the distribution's
            configuration. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Logging_IncludeCookie">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to include cookies in access logs, specify <code>true</code>
            for <code>IncludeCookies</code>. If you choose to include cookies in logs, CloudFront
            logs all cookies regardless of how you configure the cache behaviors for this distribution.
            If you don't want to include cookies when you create a distribution or if you want
            to disable include cookies for an existing distribution, specify <code>false</code>
            for <code>IncludeCookies</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_IsIPV6Enabled">
            <summary>
            <para>
            <para>If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your
            distribution, specify <code>true</code>. If you specify <code>false</code>, CloudFront
            responds to IPv6 DNS requests with the DNS response code <code>NOERROR</code> and
            with no IP addresses. This allows viewers to submit a second request, for an IPv4
            address for your distribution. </para><para>In general, you should enable IPv6 if you have users on IPv6 networks who want to
            access your content. However, if you're using signed URLs or signed cookies to restrict
            access to your content, and if you're using a custom policy that includes the <code>IpAddress</code>
            parameter to restrict the IP addresses that can access your content, don't enable
            IPv6. If you want to restrict access to some content by IP address and not restrict
            access to other content (or restrict access but not by IP address), you can create
            two distributions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html">Creating
            a Signed URL Using a Custom Policy</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you're using an Route 53 Amazon Web Services Integration alias resource record
            set to route traffic to your CloudFront distribution, you need to create a second
            alias resource record set when both of the following are true:</para><ul><li><para>You enable IPv6 for the distribution</para></li><li><para>You're using alternate domain names in the URLs for your objects</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html">Routing
            Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name</a> in
            the <i>Route 53 Amazon Web Services Integration Developer Guide</i>.</para><para>If you created a CNAME resource record set, either with Route 53 Amazon Web Services
            Integration or with another DNS service, you don't need to make any changes. A CNAME
            record will route traffic to your distribution regardless of the IP address format
            of the viewer request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CacheBehaviors_Item">
            <summary>
            <para>
            <para>Optional: A complex type that contains cache behaviors for this distribution. If <code>Quantity</code>
            is <code>0</code>, you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CustomErrorResponses_Item">
            <summary>
            <para>
            <para>A complex type that contains a <code>CustomErrorResponse</code> element for each HTTP
            status code for which you want to specify a custom error page and/or a caching duration.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CachedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to cache responses
            to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.AllowedMethods_Item">
            <summary>
            <para>
            <para>A complex type that contains the HTTP methods that you want CloudFront to process
            and forward to your origin.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.WhitelistedNames_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.QueryStringCacheKeys_Item">
            <summary>
            <para>
            <para>A list that contains the query string parameters that you want CloudFront to use as
            a basis for caching for a cache behavior. If <code>Quantity</code> is 0, you can omit
            <code>Items</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.FunctionAssociations_Item">
            <summary>
            <para>
            <para>The CloudFront functions that are associated with a cache behavior in a CloudFront
            distribution. CloudFront functions must be published to the <code>LIVE</code> stage
            to associate them with a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.LambdaFunctionAssociations_Item">
            <summary>
            <para>
            <para><b>Optional</b>: A complex type that contains <code>LambdaFunctionAssociation</code>
            items for this cache behavior. If <code>Quantity</code> is <code>0</code>, you can
            omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedKeyGroups_Item">
            <summary>
            <para>
            <para>A list of key groups identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.OriginGroups_Item">
            <summary>
            <para>
            <para>The items (origin groups) in a distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Origins_Item">
            <summary>
            <para>
            <para>A list of origins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.GeoRestriction_Item">
            <summary>
            <para>
            <para> A complex type that contains a <code>Location</code> element for each country in
            which you want CloudFront either to distribute your content (<code>whitelist</code>)
            or not distribute your content (<code>blacklist</code>).</para><para>The <code>Location</code> element is a two-letter, uppercase country code for a country
            that you want to include in your <code>blacklist</code> or <code>whitelist</code>.
            Include one <code>Location</code> element for each country.</para><para>CloudFront and <code>MaxMind</code> both use <code>ISO 3166</code> country codes.
            For the current list of countries and the corresponding codes, see <code>ISO 3166-1-alpha-2</code>
            code on the <i>International Organization for Standardization</i> website. You can
            also refer to the country list on the CloudFront console, which includes both country
            names and codes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_MinimumProtocolVersion">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify the security policy that you want CloudFront to use for HTTPS connections
            with viewers. The security policy determines two settings:</para><ul><li><para>The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.</para></li><li><para>The ciphers that CloudFront can use to encrypt the content that it returns to viewers.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy">Security
            Policy</a> and <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers">Supported
            Protocols and Ciphers Between Viewers and CloudFront</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><note><para>On the CloudFront console, this setting is called <b>Security Policy</b>.</para></note><para>When you’re using SNI only (you set <code>SSLSupportMethod</code> to <code>sni-only</code>),
            you must specify <code>TLSv1</code> or higher.</para><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>
            (you set <code>CloudFrontDefaultCertificate</code> to <code>true</code>), CloudFront
            automatically sets the security policy to <code>TLSv1</code> regardless of the value
            that you set here.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_OriginRequestPolicyId">
            <summary>
            <para>
            <para>The unique identifier of the origin request policy that is attached to the default
            cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
            the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log <code>filenames</code>
            for this distribution, for example, <code>myprefix/</code>. If you want to enable
            logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code>
            element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_PriceClass">
            <summary>
            <para>
            <para>The price class that corresponds with the maximum price that you want to pay for CloudFront
            service. If you specify <code>PriceClass_All</code>, CloudFront responds to requests
            for your objects from all CloudFront edge locations.</para><para>If you specify a price class other than <code>PriceClass_All</code>, CloudFront serves
            your objects from the CloudFront edge location that has the lowest latency among the
            edge locations in your price class. Viewers who are in or near regions that are excluded
            from your specified price class may encounter slower performance.</para><para>For more information about price classes, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html">Choosing
            the Price Class for a CloudFront Distribution</a> in the <i>Amazon CloudFront Developer
            Guide</i>. For information about CloudFront pricing, including how price classes (such
            as Price Class 100) map to CloudFront regions, see <a href="http://aws.amazon.com/cloudfront/pricing/">Amazon
            CloudFront Pricing</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CacheBehaviors_Quantity">
            <summary>
            <para>
            <para>The number of cache behaviors for this distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CustomErrorResponses_Quantity">
            <summary>
            <para>
            <para>The number of HTTP status codes for which you want to specify a custom error page
            and/or a caching duration. If <code>Quantity</code> is <code>0</code>, you can omit
            <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.CachedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods for which you want CloudFront to cache responses. Valid
            values are <code>2</code> (for caching responses to <code>GET</code> and <code>HEAD</code>
            requests) and <code>3</code> (for caching responses to <code>GET</code>, <code>HEAD</code>,
            and <code>OPTIONS</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.AllowedMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods that you want CloudFront to forward to your origin. Valid
            values are 2 (for <code>GET</code> and <code>HEAD</code> requests), 3 (for <code>GET</code>,
            <code>HEAD</code>, and <code>OPTIONS</code> requests) and 7 (for <code>GET, HEAD,
            OPTIONS, PUT, PATCH, POST</code>, and <code>DELETE</code> requests).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.WhitelistedNames_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.QueryStringCacheKeys_Quantity">
            <summary>
            <para>
            <para>The number of <code>whitelisted</code> query string parameters for a cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.FunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of CloudFront functions in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.LambdaFunctionAssociations_Quantity">
            <summary>
            <para>
            <para>The number of Lambda@Edge function associations for this cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedKeyGroups_Quantity">
            <summary>
            <para>
            <para>The number of key groups in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.OriginGroups_Quantity">
            <summary>
            <para>
            <para>The number of origin groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Origins_Quantity">
            <summary>
            <para>
            <para>The number of origins for this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.GeoRestriction_Quantity">
            <summary>
            <para>
            <para>When geo restriction is <code>enabled</code>, this is the number of countries in your
            <code>whitelist</code> or <code>blacklist</code>. Otherwise, when it is not enabled,
            <code>Quantity</code> is <code>0</code>, and you can omit <code>Items</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ForwardedValues_QueryString">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use a cache policy or an origin request
            policy instead of this field.</para><para>If you want to include query strings in the cache key, use a cache policy. For more
            information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>If you want to send query strings to the origin but not include them in the cache
            key, use an origin request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
            origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>Indicates whether you want CloudFront to forward query strings to the origin that
            is associated with this cache behavior and cache based on the query string parameters.
            CloudFront behavior depends on the value of <code>QueryString</code> and on the values
            that you specify for <code>QueryStringCacheKeys</code>, if any:</para><para>If you specify true for <code>QueryString</code> and you don't specify any values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin and caches based on all query string parameters. Depending on how many
            query string parameters and values you have, this can adversely affect performance
            because CloudFront must forward more requests to the origin.</para><para>If you specify true for <code>QueryString</code> and you specify one or more values
            for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters
            to the origin, but it only caches based on the query string parameters that you specify.</para><para>If you specify false for <code>QueryString</code>, CloudFront doesn't forward any
            query string parameters to the origin, and doesn't cache based on query string parameters.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html">Configuring
            CloudFront to Cache Based on Query String Parameters</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_RealtimeLogConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the real-time log configuration that is attached
            to this cache behavior. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time
            logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_ResponseHeadersPolicyId">
            <summary>
            <para>
            <para>The identifier for a response headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.GeoRestriction_RestrictionType">
            <summary>
            <para>
            <para>The method that you want to use to restrict distribution of your content by country:</para><ul><li><para><code>none</code>: No geo restriction is enabled, meaning access to content is not
            restricted by client geo location.</para></li><li><para><code>blacklist</code>: The <code>Location</code> elements specify the countries
            in which you don't want CloudFront to distribute your content.</para></li><li><para><code>whitelist</code>: The <code>Location</code> elements specify the countries
            in which you want CloudFront to distribute your content.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_SmoothStreaming">
            <summary>
            <para>
            <para>Indicates whether you want to distribute media files in the Microsoft Smooth Streaming
            format using the origin that is associated with this cache behavior. If so, specify
            <code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code>
            for <code>SmoothStreaming</code>, you can still distribute other content using this
            cache behavior if the content matches the value of <code>PathPattern</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_SSLSupportMethod">
            <summary>
            <para>
            <para>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),
            specify which viewers the distribution accepts HTTPS connections from.</para><ul><li><para><code>sni-only</code> – The distribution accepts HTTPS connections from only viewers
            that support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication">server
            name indication (SNI)</a>. This is recommended. Most browsers and clients support
            SNI.</para></li><li><para><code>vip</code> – The distribution accepts HTTPS connections from all viewers including
            those that don’t support SNI. This is not recommended, and results in additional monthly
            charges from CloudFront.</para></li><li><para><code>static-ip</code> - Do not specify this value unless your distribution has been
            enabled for this feature by the CloudFront team. If you have a use case that requires
            static IP addresses for a distribution, contact CloudFront through the <a href="https://console.aws.amazon.com/support/home">Amazon
            Web Services Support Center</a>.</para></li></ul><para>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>,
            don’t set a value for this field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_TargetOriginId">
            <summary>
            <para>
            <para>The value of <code>ID</code> for the origin that you want CloudFront to route requests
            to when they use the default cache behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_ViewerProtocolPolicy">
            <summary>
            <para>
            <para>The protocol that viewers can use to access the files in the origin specified by <code>TargetOriginId</code>
            when a request matches the path pattern in <code>PathPattern</code>. You can specify
            the following options:</para><ul><li><para><code>allow-all</code>: Viewers can use HTTP or HTTPS.</para></li><li><para><code>redirect-to-https</code>: If a viewer submits an HTTP request, CloudFront returns
            an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS
            URL. The viewer then resubmits the request using the new URL.</para></li><li><para><code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an
            HTTP status code of 403 (Forbidden).</para></li></ul><para>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring
            HTTPS Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><note><para>The only way to guarantee that viewers retrieve an object that was fetched from the
            origin using HTTPS is never to use any other protocol to fetch the object. If you
            have recently changed from HTTP to HTTPS, we recommend that you clear your objects’
            cache because cached objects are protocol agnostic. That means that an edge location
            will return an object from the cache regardless of whether the current request protocol
            matches the protocol used previously. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            Cache Expiration</a> in the <i>Amazon CloudFront Developer Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DistributionConfig_WebACLId">
            <summary>
            <para>
            <para>A unique identifier that specifies the WAF web ACL, if any, to associate with this
            distribution. To specify a web ACL created using the latest version of WAF, use the
            ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
            To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</para><para>WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests
            that are forwarded to CloudFront, and lets you control access to your content. Based
            on conditions that you specify, such as the IP addresses that requests originate from
            or the values of query strings, CloudFront responds to requests either with the requested
            content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront
            to return a custom error page when a request is blocked. For more information about
            WAF, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html">WAF
            Developer Guide</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_Certificate">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.ViewerCertificate_CertificateSource">
            <summary>
            <para>
            <para>This field is deprecated. Use one of the following fields instead:</para><ul><li><para><code>ACMCertificateArn</code></para></li><li><para><code>IAMCertificateId</code></para></li><li><para><code>CloudFrontDefaultCertificate</code></para></li></ul>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_DefaultTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The default amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin does not
            add HTTP headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_MaxTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The maximum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. The value that you specify applies only when your origin adds HTTP
            headers such as <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>,
            and <code>Expires</code> to objects. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.DefaultCacheBehavior_MinTTL">
            <summary>
            <para>
            <para>This field is deprecated. We recommend that you use the <code>MinTTL</code> field
            in a cache policy instead of this field. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
            cache policies</a> or <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
            the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</para><para>The minimum amount of time that you want objects to stay in CloudFront caches before
            CloudFront forwards another request to your origin to determine whether the object
            has been updated. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html">Managing
            How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront
            Developer Guide</i>.</para><para>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront
            to forward all headers to your origin (under <code>Headers</code>, if you specify
            <code>1</code> for <code>Quantity</code> and <code>*</code> for <code>Name</code>).</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Distribution'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateDistributionResponse 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.CF.UpdateCFDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFDistributionCmdlet.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.CF.UpdateCFFieldLevelEncryptionConfigCmdlet">
            <summary>
            Update a field-level encryption configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.FieldLevelEncryptionConfig">
            <summary>
            <para>
            <para>Request to update a field-level encryption configuration. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the configuration you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the configuration
            identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryption'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateFieldLevelEncryptionConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateFieldLevelEncryptionConfigResponse 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.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionConfigCmdlet.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.CF.UpdateCFFieldLevelEncryptionProfileCmdlet">
            <summary>
            Update a field-level encryption profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_CallerReference">
            <summary>
            <para>
            <para>A unique number that ensures that the request can't be replayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_Comment">
            <summary>
            <para>
            <para>An optional comment for the field-level encryption profile. The comment cannot be
            longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the field-level encryption profile request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the profile
            identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.EncryptionEntities_Item">
            <summary>
            <para>
            <para>An array of field patterns in a field-level encryption content type-profile mapping.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.FieldLevelEncryptionProfileConfig_Name">
            <summary>
            <para>
            <para>Profile name for the field-level encryption profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.EncryptionEntities_Quantity">
            <summary>
            <para>
            <para>Number of field pattern items in a field-level encryption content type-profile mapping.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FieldLevelEncryptionProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateFieldLevelEncryptionProfileResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateFieldLevelEncryptionProfileResponse 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.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFieldLevelEncryptionProfileCmdlet.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.CF.UpdateCFFunctionCmdlet">
            <summary>
            Updates a CloudFront function.
             
              
            <para>
            You can update a function’s code or the comment that describes the function. You cannot
            update a function’s name.
            </para><para>
            To update a function, you provide the function’s name and version (<code>ETag</code>
            value) along with the updated function code. To get the name and version, you can
            use <code>ListFunctions</code> and <code>DescribeFunction</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.FunctionConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.FunctionCode">
            <summary>
            <para>
            <para>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing
            function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The current version (<code>ETag</code> value) of the function that you are updating,
            which you can get using <code>DescribeFunction</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the function that you are updating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.FunctionConfig_Runtime">
            <summary>
            <para>
            <para>The function’s runtime environment. The only valid value is <code>cloudfront-js-1.0</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FunctionSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateFunctionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateFunctionResponse 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.CF.UpdateCFFunctionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFFunctionCmdlet.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.CF.UpdateCFKeyGroupCmdlet">
            <summary>
            Updates a key group.
             
              
            <para>
            When you update a key group, all the fields are updated with the values provided in
            the request. You cannot update some fields independent of others. To update a key
            group:
            </para><ol><li><para>
            Get the current key group with <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.
            </para></li><li><para>
            Locally modify the fields in the key group that you want to update. For example, add
            or remove public key IDs.
            </para></li><li><para>
            Call <code>UpdateKeyGroup</code> with the entire key group object, including the fields
            that you modified and those that you didn’t.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.KeyGroupConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the key group. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the key group that you are updating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the key group that you are updating. The version is the key group’s
            <code>ETag</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.KeyGroupConfig_Item">
            <summary>
            <para>
            <para>A list of the identifiers of the public keys in the key group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.KeyGroupConfig_Name">
            <summary>
            <para>
            <para>A name to identify the key group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'KeyGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateKeyGroupResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateKeyGroupResponse 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.CF.UpdateCFKeyGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFKeyGroupCmdlet.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.CF.UpdateCFOriginRequestPolicyCmdlet">
            <summary>
            Updates an origin request policy configuration.
             
              
            <para>
            When you update an origin request policy configuration, all the fields are updated
            with the values provided in the request. You cannot update some fields independent
            of others. To update an origin request policy configuration:
            </para><ol><li><para>
            Use <code>GetOriginRequestPolicyConfig</code> to get the current configuration.
            </para></li><li><para>
            Locally modify the fields in the origin request policy configuration that you want
            to update.
            </para></li><li><para>
            Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin request
            policy configuration, including the fields that you modified and those that you didn’t.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.OriginRequestPolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the origin request policy. The comment cannot be longer than
            128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.CookiesConfig_CookieBehavior">
            <summary>
            <para>
            <para>Determines whether cookies in viewer requests are included in requests that CloudFront
            sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – Cookies in viewer requests are not included in requests that
            CloudFront sends to the origin. Even when this field is set to <code>none</code>,
            any cookies that are listed in a <code>CachePolicy</code><i>are</i> included in origin
            requests.</para></li><li><para><code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code>
            type are included in requests that CloudFront sends to the origin.</para></li><li><para><code>all</code> – All cookies in viewer requests are included in requests that CloudFront
            sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.HeadersConfig_HeaderBehavior">
            <summary>
            <para>
            <para>Determines whether any HTTP headers are included in requests that CloudFront sends
            to the origin. Valid values are:</para><ul><li><para><code>none</code> – HTTP headers are not included in requests that CloudFront sends
            to the origin. Even when this field is set to <code>none</code>, any headers that
            are listed in a <code>CachePolicy</code><i>are</i> included in origin requests.</para></li><li><para><code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code>
            type are included in requests that CloudFront sends to the origin.</para></li><li><para><code>allViewer</code> – All HTTP headers in viewer requests are included in requests
            that CloudFront sends to the origin.</para></li><li><para><code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer requests
            and the additional CloudFront headers that are listed in the <code>Headers</code>
            type are included in requests that CloudFront sends to the origin. The additional
            headers are added by CloudFront.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier for the origin request policy that you are updating. The identifier
            is returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the
            response to <code>GetDistributionConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the origin request policy that you are updating. The version is returned
            in the origin request policy’s <code>ETag</code> field in the response to <code>GetOriginRequestPolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Cookies_Item">
            <summary>
            <para>
            <para>A list of cookie names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Headers_Item">
            <summary>
            <para>
            <para>A list of HTTP header names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.QueryStrings_Item">
            <summary>
            <para>
            <para>A list of query string names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.OriginRequestPolicyConfig_Name">
            <summary>
            <para>
            <para>A unique name to identify the origin request policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Cookies_Quantity">
            <summary>
            <para>
            <para>The number of cookie names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Headers_Quantity">
            <summary>
            <para>
            <para>The number of header names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.QueryStrings_Quantity">
            <summary>
            <para>
            <para>The number of query string names in the <code>Items</code> list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.QueryStringsConfig_QueryStringBehavior">
            <summary>
            <para>
            <para>Determines whether any URL query strings in viewer requests are included in requests
            that CloudFront sends to the origin. Valid values are:</para><ul><li><para><code>none</code> – Query strings in viewer requests are not included in requests
            that CloudFront sends to the origin. Even when this field is set to <code>none</code>,
            any query strings that are listed in a <code>CachePolicy</code><i>are</i> included
            in origin requests.</para></li><li><para><code>whitelist</code> – The query strings in viewer requests that are listed in
            the <code>QueryStringNames</code> type are included in requests that CloudFront sends
            to the origin.</para></li><li><para><code>all</code> – All query strings in viewer requests are included in requests
            that CloudFront sends to the origin.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OriginRequestPolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateOriginRequestPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateOriginRequestPolicyResponse 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.CF.UpdateCFOriginRequestPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFOriginRequestPolicyCmdlet.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.CF.UpdateCFPublicKeyCmdlet">
            <summary>
            Update public key information. Note that the only value you can change is the comment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.PublicKeyConfig_CallerReference">
            <summary>
            <para>
            <para>A string included in the request to help make sure that the request can’t be replayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.PublicKeyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the public key. The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.PublicKeyConfig_EncodedKey">
            <summary>
            <para>
            <para>The public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed
            URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level
            encryption</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the public key that you are updating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the public
            key to update. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.PublicKeyConfig_Name">
            <summary>
            <para>
            <para>A name to help identify the public key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKey'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdatePublicKeyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdatePublicKeyResponse 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.CF.UpdateCFPublicKeyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFPublicKeyCmdlet.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.CF.UpdateCFRealtimeLogConfigCmdlet">
            <summary>
            Updates a real-time log configuration.
             
              
            <para>
            When you update a real-time log configuration, all the parameters are updated with
            the values provided in the request. You cannot update some parameters independent
            of others. To update a real-time log configuration:
            </para><ol><li><para>
            Call <code>GetRealtimeLogConfig</code> to get the current real-time log configuration.
            </para></li><li><para>
            Locally modify the parameters in the real-time log configuration that you want to
            update.
            </para></li><li><para>
            Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire real-time
            log configuration, including the parameters that you modified and those that you didn’t.
            </para></li></ol><para>
            You cannot update a real-time log configuration’s <code>Name</code> or <code>ARN</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.ARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for this real-time log configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.EndPoint">
            <summary>
            <para>
            <para>Contains information about the Amazon Kinesis data stream where you are sending real-time
            log data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.Field">
            <summary>
            <para>
            <para>A list of fields to include in each real-time log record.</para><para>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time
            log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.Name">
            <summary>
            <para>
            <para>The name for this real-time log configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.SamplingRate">
            <summary>
            <para>
            <para>The sampling rate for this real-time log configuration. The sampling rate determines
            the percentage of viewer requests that are represented in the real-time log data.
            You must provide an integer between 1 and 100, inclusive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RealtimeLogConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateRealtimeLogConfigResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateRealtimeLogConfigResponse 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.CF.UpdateCFRealtimeLogConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFRealtimeLogConfigCmdlet.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.CF.UpdateCFResponseHeadersPolicyCmdlet">
            <summary>
            Updates a response headers policy.
             
              
            <para>
            When you update a response headers policy, the entire policy is replaced. You cannot
            update some policy fields independent of others. To update a response headers policy
            configuration:
            </para><ol><li><para>
            Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy’s configuration.
            </para></li><li><para>
            Modify the fields in the response headers policy configuration that you want to update.
            </para></li><li><para>
            Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response headers
            policy configuration, including the fields that you modified and those that you didn’t.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.CorsConfig_AccessControlAllowCredential">
            <summary>
            <para>
            <para>A Boolean that CloudFront uses as the value for the <code>Access-Control-Allow-Credentials</code>
            HTTP response header.</para><para>For more information about the <code>Access-Control-Allow-Credentials</code> HTTP
            response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials">Access-Control-Allow-Credentials</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.CorsConfig_AccessControlMaxAgeSec">
            <summary>
            <para>
            <para>A number that CloudFront uses as the value for the <code>Access-Control-Max-Age</code>
            HTTP response header.</para><para>For more information about the <code>Access-Control-Max-Age</code> HTTP response header,
            see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_AccessControlMaxAgeSec">
            <summary>
            <para>
            <para>A number that CloudFront uses as the value for the <code>max-age</code> directive
            in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ResponseHeadersPolicyConfig_Comment">
            <summary>
            <para>
            <para>A comment to describe the response headers policy.</para><para>The comment cannot be longer than 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ContentSecurityPolicy_ContentSecurityPolicy">
            <summary>
            <para>
            <para>The policy directives and their values that CloudFront includes as values for the
            <code>Content-Security-Policy</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.FrameOptions_FrameOption">
            <summary>
            <para>
            <para>The value of the <code>X-Frame-Options</code> HTTP response header. Valid values are
            <code>DENY</code> and <code>SAMEORIGIN</code>. </para><para>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.Id">
            <summary>
            <para>
            <para>The identifier for the response headers policy that you are updating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.IfMatch">
            <summary>
            <para>
            <para>The version of the response headers policy that you are updating.</para><para>The version is returned in the cache policy’s <code>ETag</code> field in the response
            to <code>GetResponseHeadersPolicyConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_IncludeSubdomain">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>includeSubDomains</code>
            directive in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowHeaders_Item">
            <summary>
            <para>
            <para>The list of HTTP header names. You can specify <code>*</code> to allow all headers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowMethods_Item">
            <summary>
            <para>
            <para>The list of HTTP methods. Valid values are:</para><ul><li><para><code>GET</code></para></li><li><para><code>DELETE</code></para></li><li><para><code>HEAD</code></para></li><li><para><code>OPTIONS</code></para></li><li><para><code>PATCH</code></para></li><li><para><code>POST</code></para></li><li><para><code>PUT</code></para></li><li><para><code>ALL</code></para></li></ul><para><code>ALL</code> is a special value that includes all of the listed HTTP methods.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowOrigins_Item">
            <summary>
            <para>
            <para>The list of origins (domain names). You can specify <code>*</code> to allow all origins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlExposeHeaders_Item">
            <summary>
            <para>
            <para>The list of HTTP headers. You can specify <code>*</code> to expose all headers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.CustomHeadersConfig_Item">
            <summary>
            <para>
            <para>The list of HTTP response headers and their values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.XSSProtection_ModeBlock">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>mode=block</code>
            directive in the <code>X-XSS-Protection</code> header.</para><para>For more information about this directive, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ResponseHeadersPolicyConfig_Name">
            <summary>
            <para>
            <para>A name to identify the response headers policy.</para><para>The name must be unique for response headers policies in this Amazon Web Services
            account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.CorsConfig_OriginOverride">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides HTTP response headers received
            from the origin with the ones specified in this response headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ContentSecurityPolicy_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Content-Security-Policy</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ContentTypeOptions_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-Content-Type-Options</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.FrameOptions_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-Frame-Options</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ReferrerPolicy_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Referrer-Policy</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>Strict-Transport-Security</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.XSSProtection_Override">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront overrides the <code>X-XSS-Protection</code>
            HTTP response header received from the origin with the one specified in this response
            headers policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.StrictTransportSecurity_Preload">
            <summary>
            <para>
            <para>A Boolean that determines whether CloudFront includes the <code>preload</code> directive
            in the <code>Strict-Transport-Security</code> HTTP response header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.XSSProtection_Protection">
            <summary>
            <para>
            <para>A Boolean that determines the value of the <code>X-XSS-Protection</code> HTTP response
            header. When this setting is <code>true</code>, the value of the <code>X-XSS-Protection</code>
            header is <code>1</code>. When this setting is <code>false</code>, the value of the
            <code>X-XSS-Protection</code> header is <code>0</code>.</para><para>For more information about these settings, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowHeaders_Quantity">
            <summary>
            <para>
            <para>The number of HTTP header names in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowMethods_Quantity">
            <summary>
            <para>
            <para>The number of HTTP methods in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlAllowOrigins_Quantity">
            <summary>
            <para>
            <para>The number of origins in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.AccessControlExposeHeaders_Quantity">
            <summary>
            <para>
            <para>The number of HTTP headers in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.CustomHeadersConfig_Quantity">
            <summary>
            <para>
            <para>The number of HTTP response headers in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.ReferrerPolicy_ReferrerPolicy">
            <summary>
            <para>
            <para>The value of the <code>Referrer-Policy</code> HTTP response header. Valid values are:</para><ul><li><para><code>no-referrer</code></para></li><li><para><code>no-referrer-when-downgrade</code></para></li><li><para><code>origin</code></para></li><li><para><code>origin-when-cross-origin</code></para></li><li><para><code>same-origin</code></para></li><li><para><code>strict-origin</code></para></li><li><para><code>strict-origin-when-cross-origin</code></para></li><li><para><code>unsafe-url</code></para></li></ul><para>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.XSSProtection_ReportUri">
            <summary>
            <para>
            <para>A reporting URI, which CloudFront uses as the value of the <code>report</code> directive
            in the <code>X-XSS-Protection</code> header.</para><para>You cannot specify a <code>ReportUri</code> when <code>ModeBlock</code> is <code>true</code>.</para><para>For more information about using a reporting URL, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a>
            in the MDN Web Docs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResponseHeadersPolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateResponseHeadersPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateResponseHeadersPolicyResponse 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.CF.UpdateCFResponseHeadersPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFResponseHeadersPolicyCmdlet.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.CF.UpdateCFStreamingDistributionCmdlet">
            <summary>
            Update a streaming distribution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Logging_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.StreamingDistributionConfig_CallerReference">
            <summary>
            <para>
            <para>A unique value (for example, a date-time stamp) that ensures that the request can't
            be replayed.</para><para>If the value of <code>CallerReference</code> is new (regardless of the content of
            the <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</para><para>If <code>CallerReference</code> is a value that you already sent in a previous request
            to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.StreamingDistributionConfig_Comment">
            <summary>
            <para>
            <para>Any comments you want to include about the streaming distribution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.S3Origin_DomainName">
            <summary>
            <para>
            <para>The DNS name of the Amazon S3 origin. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.StreamingDistributionConfig_Enabled">
            <summary>
            <para>
            <para>Whether the streaming distribution is enabled to accept user requests for content.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Logging_Enabled">
            <summary>
            <para>
            <para>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
            If you don't want to enable logging when you create a streaming distribution or if
            you want to disable logging for an existing streaming distribution, specify <code>false</code>
            for <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
            elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
            values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
            deleted. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.TrustedSigners_Enabled">
            <summary>
            <para>
            <para>This field is <code>true</code> if any of the Amazon Web Services accounts have public
            keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
            If not, this field is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Id">
            <summary>
            <para>
            <para>The streaming distribution's id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.IfMatch">
            <summary>
            <para>
            <para>The value of the <code>ETag</code> header that you received when retrieving the streaming
            distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Aliases_Item">
            <summary>
            <para>
            <para>A complex type that contains the CNAME aliases, if any, that you want to associate
            with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.TrustedSigners_Item">
            <summary>
            <para>
            <para>A list of Amazon Web Services account identifiers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.S3Origin_OriginAccessIdentity">
            <summary>
            <para>
            <para>The CloudFront origin access identity to associate with the distribution. Use an origin
            access identity to configure the distribution so that end users can only access objects
            in an Amazon S3 bucket through CloudFront.</para><para>If you want end users to be able to access objects using either the CloudFront URL
            or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</para><para>To delete the origin access identity from an existing distribution, update the distribution
            configuration and include an empty <code>OriginAccessIdentity</code> element.</para><para>To replace the origin access identity, update the distribution configuration and specify
            the new origin access identity.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using
            an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in the
            <i> Amazon CloudFront Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Logging_Prefix">
            <summary>
            <para>
            <para>An optional string that you want CloudFront to prefix to the access log filenames
            for this streaming distribution, for example, <code>myprefix/</code>. If you want
            to enable logging, but you don't want to specify a prefix, you still must include
            an empty <code>Prefix</code> element in the <code>Logging</code> element.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.StreamingDistributionConfig_PriceClass">
            <summary>
            <para>
            <para>A complex type that contains information about price class for this streaming distribution.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Aliases_Quantity">
            <summary>
            <para>
            <para>The number of CNAME aliases, if any, that you want to associate with this distribution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.TrustedSigners_Quantity">
            <summary>
            <para>
            <para>The number of Amazon Web Services accounts in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StreamingDistribution'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFront.Model.UpdateStreamingDistributionResponse).
            Specifying the name of a property of type Amazon.CloudFront.Model.UpdateStreamingDistributionResponse 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.CF.UpdateCFStreamingDistributionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CF.UpdateCFStreamingDistributionCmdlet.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>