AWS.Tools.Route53.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Route53</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByNameCmdlet"> <summary> Retrieves a list of your hosted zones in lexicographic order. The response includes a <code>HostedZones</code> child element for each hosted zone created by the current AWS account. <para><code>ListHostedZonesByName</code> sorts hosted zones by name with the labels reversed. For example: </para><para><code>com.example.www.</code></para><para> Note the trailing dot, which can change the sort order in some circumstances. </para><para> If the domain name includes escape characters or Punycode, <code>ListHostedZonesByName</code> alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for ex�mple.com, you specify ex\344mple.com for the domain name. <code>ListHostedZonesByName</code> alphabetizes it as: </para><para><code>com.ex\344mple.</code></para><para> The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS Domain Name Format</a> in the <i>Amazon Route 53 Developer Guide</i>. </para><para> Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the <code>MaxItems</code> parameter to list them in groups of up to 100. The response includes values that help navigate from one group of <code>MaxItems</code> hosted zones to the next: </para><ul><li><para> The <code>DNSName</code> and <code>HostedZoneId</code> elements in the response contain the values, if any, specified for the <code>dnsname</code> and <code>hostedzoneid</code> parameters in the request that produced the current response. </para></li><li><para> The <code>MaxItems</code> element in the response contains the value, if any, that you specified for the <code>maxitems</code> parameter in the request that produced the current response. </para></li><li><para> If the value of <code>IsTruncated</code> in the response is true, there are more hosted zones associated with the current AWS account. </para><para> If <code>IsTruncated</code> is false, this response includes the last hosted zone that is associated with the current account. The <code>NextDNSName</code> element and <code>NextHostedZoneId</code> elements are omitted from the response. </para></li><li><para> The <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to <code>ListHostedZonesByName</code>, and specify the value of <code>NextDNSName</code> and <code>NextHostedZoneId</code> in the <code>dnsname</code> and <code>hostedzoneid</code> parameters, respectively. </para></li></ul><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.R53.GetR53HostedZonesByNameCmdlet.HostedZoneId"> <summary> <para> <para>(Optional) For your first request to <code>ListHostedZonesByName</code>, do not include the <code>hostedzoneid</code> parameter.</para><para>If you have more hosted zones than the value of <code>maxitems</code>, <code>ListHostedZonesByName</code> returns only the first <code>maxitems</code> hosted zones. To get the next group of <code>maxitems</code> hosted zones, submit another request to <code>ListHostedZonesByName</code> and include both <code>dnsname</code> and <code>hostedzoneid</code> parameters. For the value of <code>hostedzoneid</code>, specify the value of the <code>NextHostedZoneId</code> element from the previous response.</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 '-HostedZoneId $null' for the first call and '-HostedZoneId $AWSHistory.LastServiceResponse.NextHostedZoneId' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByNameCmdlet.DNSName"> <summary> <para> <para>(Optional) For your first request to <code>ListHostedZonesByName</code>, include the <code>dnsname</code> parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the <code>dnsname</code> parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both <code>dnsname</code> and <code>hostedzoneid</code> parameters. For <code>dnsname</code>, specify the value of <code>NextDNSName</code> from the previous response.</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 '-DNSName $null' for the first call and '-DNSName $AWSHistory.LastServiceResponse.NextDNSName' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByNameCmdlet.MaxItem"> <summary> <para> <para>The maximum number of hosted zones to be included in the response body for this request. If you have more than <code>maxitems</code> hosted zones, then the value of the <code>IsTruncated</code> element in the response is true, and the values of <code>NextDNSName</code> and <code>NextHostedZoneId</code> specify the first hosted zone in the next group of <code>maxitems</code> hosted zones. </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.R53.GetR53HostedZonesByNameCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostedZones'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListHostedZonesByNameResponse). Specifying the name of a property of type Amazon.Route53.Model.ListHostedZonesByNameResponse 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.R53.GetR53HostedZonesByNameCmdlet.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 DNSName as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.DisableR53HostedZoneDNSSECCmdlet"> <summary> Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs) that are active in the hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53HostedZoneDNSSECCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53HostedZoneDNSSECCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.DisableHostedZoneDNSSECResponse). Specifying the name of a property of type Amazon.Route53.Model.DisableHostedZoneDNSSECResponse 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.R53.DisableR53HostedZoneDNSSECCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53HostedZoneDNSSECCmdlet.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.R53.DisableR53KeySigningKeyCmdlet"> <summary> Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the KSK status to <c>INACTIVE</c>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53KeySigningKeyCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53KeySigningKeyCmdlet.Name"> <summary> <para> <para>A string used to identify a key-signing key (KSK).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53KeySigningKeyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.DeactivateKeySigningKeyResponse). Specifying the name of a property of type Amazon.Route53.Model.DeactivateKeySigningKeyResponse 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.R53.DisableR53KeySigningKeyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.DisableR53KeySigningKeyCmdlet.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.R53.EditR53CidrCollectionCmdlet"> <summary> Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative IP information mapping blocks to one or multiple locations. <para> A change request can update multiple locations in a collection at a time, which is helpful if you want to move one or more CIDR blocks from one location to another in one transaction, without downtime. </para><para><b>Limits</b></para><para> The max number of CIDR blocks included in the request is 1000. As a result, big updates require multiple API calls. </para><para><b> PUT and DELETE_IF_EXISTS</b></para><para> Use <c>ChangeCidrCollection</c> to perform the following actions: </para><ul><li><para><c>PUT</c>: Create a CIDR block within the specified collection. </para></li><li><para><c> DELETE_IF_EXISTS</c>: Delete an existing CIDR block from the collection. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53CidrCollectionCmdlet.Change"> <summary> <para> <para> Information about changes to a CIDR collection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53CidrCollectionCmdlet.CollectionVersion"> <summary> <para> <para>A sequential counter that Amazon Route 53 sets to 1 when you create a collection and increments it by 1 each time you update the collection.</para><para>We recommend that you use <c>ListCidrCollection</c> to get the current value of <c>CollectionVersion</c> for the collection that you want to update, and then include that value with the change request. This prevents Route 53 from overwriting an intervening update: </para><ul><li><para>If the value in the request matches the value of <c>CollectionVersion</c> in the collection, Route 53 updates the collection.</para></li><li><para>If the value of <c>CollectionVersion</c> in the collection is greater than the value in the request, the collection was changed after you got the version number. Route 53 does not update the collection, and it returns a <c>CidrCollectionVersionMismatch</c> error. </para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53CidrCollectionCmdlet.Id"> <summary> <para> <para>The UUID of the CIDR collection to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53CidrCollectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Id'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ChangeCidrCollectionResponse). Specifying the name of a property of type Amazon.Route53.Model.ChangeCidrCollectionResponse 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.R53.EditR53CidrCollectionCmdlet.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.R53.EditR53CidrCollectionCmdlet.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.R53.EditR53ResourceRecordSetCmdlet"> <summary> Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use <c>ChangeResourceRecordSets</c> to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. <para><b>Deleting Resource Record Sets</b></para><para> To delete a resource record set, you must specify all the same values that you specified when you created it. </para><para><b>Change Batches and Transactional Changes</b></para><para> The request body must include a document with a <c>ChangeResourceRecordSetsRequest</c> element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. </para><para> For example, suppose a change batch request contains two changes: it deletes the <c>CNAME</c> resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the <c>DELETE</c> or the <c>CREATE</c> action fails, then the request is canceled, and the original <c>CNAME</c> record continues to exist. </para><note><para> If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an <c>InvalidChangeBatch</c> error. </para></note><para><b>Traffic Flow</b></para><para> To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html">Using Traffic Flow to Route DNS Traffic</a> in the <i>Amazon Route 53 Developer Guide</i>. </para><para><b>Create, Delete, and Upsert</b></para><para> Use <c>ChangeResourceRecordsSetsRequest</c> to perform the following actions: </para><ul><li><para><c>CREATE</c>: Creates a resource record set that has the specified values. </para></li><li><para><c>DELETE</c>: Deletes an existing resource record set that has the specified values. </para></li><li><para><c>UPSERT</c>: If a resource set doesn't exist, Route 53 creates it. If a resource set exists Route 53 updates it with the values in the request. </para></li></ul><para><b>Syntaxes for Creating, Updating, and Deleting Resource Record Sets</b></para><para> The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. </para><para> For an example for each type of resource record set, see "Examples." </para><para> Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using <c>ChangeResourceRecordSets</c>. </para><para><b>Change Propagation to Route 53 DNS Servers</b></para><para> When you submit a <c>ChangeResourceRecordSets</c> request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers managing the hosted zone. While your changes are propagating, <c>GetChange</c> returns a status of <c>PENDING</c>. When propagation is complete, <c>GetChange</c> returns a status of <c>INSYNC</c>. Changes generally propagate to all Route 53 name servers managing the hosted zone within 60 seconds. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html">GetChange</a>. </para><para><b>Limits on ChangeResourceRecordSets Requests</b></para><para> For information about the limits on a <c>ChangeResourceRecordSets</c> request, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53ResourceRecordSetCmdlet.ChangeBatch_Change"> <summary> <para> <para>Information about the changes to make to the record sets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53ResourceRecordSetCmdlet.ChangeBatch_Comment"> <summary> <para> <para><i>Optional:</i> Any comments you want to include about a change batch request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53ResourceRecordSetCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that contains the resource record sets that you want to change.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53ResourceRecordSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ChangeResourceRecordSetsResponse). Specifying the name of a property of type Amazon.Route53.Model.ChangeResourceRecordSetsResponse 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.R53.EditR53ResourceRecordSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53ResourceRecordSetCmdlet.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.R53.EditR53TagsForResourceCmdlet"> <summary> Adds, edits, or deletes tags for a health check or a hosted zone. <para> For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>Billing and Cost Management User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.AddTag"> <summary> <para> <para>A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to edit <c>Value</c> for.</para><para>You can add a maximum of 10 tags to a health check or a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.RemoveTagKey"> <summary> <para> <para>A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.ResourceId"> <summary> <para> <para>The ID of the resource for which you want to add, change, or delete tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.ResourceType"> <summary> <para> <para>The type of the resource.</para><ul><li><para>The resource type for health checks is <c>healthcheck</c>.</para></li><li><para>The resource type for hosted zones is <c>hostedzone</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.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.Route53.Model.ChangeTagsForResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceId parameter. The -PassThru parameter is deprecated, use -Select '^ResourceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EditR53TagsForResourceCmdlet.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.R53.EnableR53HostedZoneDNSSECCmdlet"> <summary> Enables DNSSEC signing in a specific hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53HostedZoneDNSSECCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53HostedZoneDNSSECCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.EnableHostedZoneDNSSECResponse). Specifying the name of a property of type Amazon.Route53.Model.EnableHostedZoneDNSSECResponse 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.R53.EnableR53HostedZoneDNSSECCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53HostedZoneDNSSECCmdlet.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.R53.EnableR53KeySigningKeyCmdlet"> <summary> Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the KSK status to <c>ACTIVE</c>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53KeySigningKeyCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53KeySigningKeyCmdlet.Name"> <summary> <para> <para>A string used to identify a key-signing key (KSK). <c>Name</c> can include numbers, letters, and underscores (_). <c>Name</c> must be unique for each key-signing key in the same hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53KeySigningKeyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ActivateKeySigningKeyResponse). Specifying the name of a property of type Amazon.Route53.Model.ActivateKeySigningKeyResponse 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.R53.EnableR53KeySigningKeyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.EnableR53KeySigningKeyCmdlet.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.R53.GetR53AccountLimitCmdlet"> <summary> Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account. <para> For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>. </para><note><para> You can also view account limits in Amazon Web Services Trusted Advisor. Sign in to the Amazon Web Services Management Console and open the Trusted Advisor console at <a href="https://console.aws.amazon.com/trustedadvisor">https://console.aws.amazon.com/trustedadvisor/</a>. Then choose <b>Service limits</b> in the navigation pane. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53AccountLimitCmdlet.Type"> <summary> <para> <para>The limit that you want to get. Valid values include the following:</para><ul><li><para><b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks that you can create using the current account.</para></li><li><para><b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you can create using the current account.</para></li><li><para><b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable delegation sets that you can create using the current account.</para></li><li><para><b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies that you can create using the current account.</para></li><li><para><b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic policy instances that you can create using the current account. (Traffic policy instances are referred to as traffic flow policy records in the Amazon Route 53 console.)</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53AccountLimitCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Count'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetAccountLimitResponse). Specifying the name of a property of type Amazon.Route53.Model.GetAccountLimitResponse 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.R53.GetR53ChangeCmdlet"> <summary> Returns the current status of a change batch request. The status is one of the following values: <ul><li><para><c>PENDING</c> indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers managing the hosted zone. This is the initial status of all change batch requests. </para></li><li><para><c>INSYNC</c> indicates that the changes have propagated to all Route 53 DNS servers managing the hosted zone. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ChangeCmdlet.Id"> <summary> <para> <para>The ID of the change batch request. The value that you specify here is the value that <c>ChangeResourceRecordSets</c> returned in the <c>Id</c> element when you submitted the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ChangeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetChangeResponse). Specifying the name of a property of type Amazon.Route53.Model.GetChangeResponse 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.R53.GetR53ChangeCmdlet.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.R53.GetR53CheckerIpRangeCmdlet"> <summary> Route 53 does not perform authorization for this API because it retrieves information that is already available to the public. <important><para><c>GetCheckerIpRanges</c> still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html">IP Address Ranges of Amazon Route 53 Servers</a> in the <i>Amazon Route 53 Developer Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CheckerIpRangeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CheckerIpRanges'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetCheckerIpRangesResponse). Specifying the name of a property of type Amazon.Route53.Model.GetCheckerIpRangesResponse 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.R53.GetR53CidrBlockListCmdlet"> <summary> Returns a paginated list of location objects and their CIDR blocks. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrBlockListCmdlet.CollectionId"> <summary> <para> <para>The UUID of the CIDR collection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrBlockListCmdlet.LocationName"> <summary> <para> <para>The name of the CIDR collection location.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrBlockListCmdlet.MaxResult"> <summary> <para> <para>Maximum number of results you want returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrBlockListCmdlet.NextToken"> <summary> <para> <para>An opaque pagination token to indicate where the service is to begin enumerating results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrBlockListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CidrBlocks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListCidrBlocksResponse). Specifying the name of a property of type Amazon.Route53.Model.ListCidrBlocksResponse 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.R53.GetR53CidrBlockListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CollectionId parameter. The -PassThru parameter is deprecated, use -Select '^CollectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53CidrCollectionListCmdlet"> <summary> Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrCollectionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of CIDR collections to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrCollectionListCmdlet.NextToken"> <summary> <para> <para>An opaque pagination token to indicate where the service is to begin enumerating results.</para><para>If no value is provided, the listing of results starts from the beginning.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrCollectionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CidrCollections'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListCidrCollectionsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListCidrCollectionsResponse 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.R53.GetR53CidrLocationListCmdlet"> <summary> Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrLocationListCmdlet.CollectionId"> <summary> <para> <para>The CIDR collection ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrLocationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of CIDR collection locations to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrLocationListCmdlet.NextToken"> <summary> <para> <para>An opaque pagination token to indicate where the service is to begin enumerating results.</para><para>If no value is provided, the listing of results starts from the beginning.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53CidrLocationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CidrLocations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListCidrLocationsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListCidrLocationsResponse 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.R53.GetR53CidrLocationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CollectionId parameter. The -PassThru parameter is deprecated, use -Select '^CollectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53DNSSECCmdlet"> <summary> Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53DNSSECCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53DNSSECCmdlet.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.Route53.Model.GetDNSSECResponse). Specifying the name of a property of type Amazon.Route53.Model.GetDNSSECResponse 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.R53.GetR53DNSSECCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationCmdlet"> <summary> Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets. <para> Route 53 does not perform authorization for this API because it retrieves information that is already available to the public. </para><para> Use the following syntax to determine whether a continent is supported for geolocation: </para><para><c>GET /2013-04-01/geolocation?continentcode=<i>two-letter abbreviation for a continent</i></c></para><para> Use the following syntax to determine whether a country is supported for geolocation: </para><para><c>GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i></c></para><para> Use the following syntax to determine whether a subdivision of a country is supported for geolocation: </para><para><c>GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i>&subdivisioncode=<i>subdivision code</i></c></para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationCmdlet.ContinentCode"> <summary> <para> <para>For geolocation resource record sets, a two-letter abbreviation that identifies a continent. Amazon Route 53 supports the following continent codes:</para><ul><li><para><b>AF</b>: Africa</para></li><li><para><b>AN</b>: Antarctica</para></li><li><para><b>AS</b>: Asia</para></li><li><para><b>EU</b>: Europe</para></li><li><para><b>OC</b>: Oceania</para></li><li><para><b>NA</b>: North America</para></li><li><para><b>SA</b>: South America</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationCmdlet.CountryCode"> <summary> <para> <para>Amazon Route 53 uses the two-letter country codes that are specified in <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO standard 3166-1 alpha-2</a>.</para><para>Route 53 also supports the country code <b>UA</b> for Ukraine.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationCmdlet.SubdivisionCode"> <summary> <para> <para>The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see <a href="https://pe.usps.com/text/pub28/28apb.htm">Appendix B: Two–Letter State and Possession Abbreviations</a> on the United States Postal Service website. For a list of all supported subdivision codes, use the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListGeoLocations.html">ListGeoLocations</a> API.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'GeoLocationDetails'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetGeoLocationResponse). Specifying the name of a property of type Amazon.Route53.Model.GetGeoLocationResponse 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.R53.GetR53GeoLocationListCmdlet"> <summary> Retrieves a list of supported geographic locations. <para> Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country. </para><para> Route 53 does not perform authorization for this API because it retrieves information that is already available to the public. </para><para> For a list of supported geolocation codes, see the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data type. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationListCmdlet.StartContinentCode"> <summary> <para> <para>The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if <c>IsTruncated</c> is true, and if <c>NextContinentCode</c> from the previous response has a value, enter that value in <c>startcontinentcode</c> to return the next page of results.</para><para>Include <c>startcontinentcode</c> only if you want to list continents. Don't include <c>startcontinentcode</c> when you're listing countries or countries with their subdivisions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationListCmdlet.StartCountryCode"> <summary> <para> <para>The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if <c>IsTruncated</c> is <c>true</c>, and if <c>NextCountryCode</c> from the previous response has a value, enter that value in <c>startcountrycode</c> to return the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationListCmdlet.StartSubdivisionCode"> <summary> <para> <para>The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if <c>IsTruncated</c> is <c>true</c>, and if <c>NextSubdivisionCode</c> from the previous response has a value, enter that value in <c>startsubdivisioncode</c> to return the next page of results.</para><para>To list subdivisions (U.S. states), you must include both <c>startcountrycode</c> and <c>startsubdivisioncode</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationListCmdlet.MaxItem"> <summary> <para> <para>(Optional) The maximum number of geolocations to be included in the response body for this request. If more than <c>maxitems</c> geolocations remain to be listed, then the value of the <c>IsTruncated</c> element in the response is <c>true</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53GeoLocationListCmdlet.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.Route53.Model.ListGeoLocationsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListGeoLocationsResponse 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.R53.GetR53HealthCheckCmdlet"> <summary> Gets information about a specified health check. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckCmdlet.HealthCheckId"> <summary> <para> <para>The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthCheck'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHealthCheckResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHealthCheckResponse 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.R53.GetR53HealthCheckCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HealthCheckId parameter. The -PassThru parameter is deprecated, use -Select '^HealthCheckId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckCountCmdlet"> <summary> Retrieves the number of health checks that are associated with the current Amazon Web Services account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckCountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthCheckCount'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHealthCheckCountResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHealthCheckCountResponse 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.R53.GetR53HealthCheckLastFailureReasonCmdlet"> <summary> Gets the reason that a specified health check failed most recently. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckLastFailureReasonCmdlet.HealthCheckId"> <summary> <para> <para>The ID for the health check for which you want the last failure reason. When you created the health check, <c>CreateHealthCheck</c> returned the ID in the response, in the <c>HealthCheckId</c> element.</para><note><para>If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use <c>GetHealthCheckLastFailureReason</c> for a calculated health check.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckLastFailureReasonCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthCheckObservations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHealthCheckLastFailureReasonResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHealthCheckLastFailureReasonResponse 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.R53.GetR53HealthCheckLastFailureReasonCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HealthCheckId parameter. The -PassThru parameter is deprecated, use -Select '^HealthCheckId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckListCmdlet"> <summary> Retrieve a list of the health checks that are associated with the current Amazon Web Services account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckListCmdlet.Marker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more health checks. To get another group, submit another <c>ListHealthChecks</c> request. </para><para>For the value of <c>marker</c>, specify the value of <c>NextMarker</c> from the previous response, which is the ID of the first health check that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more health checks to get.</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.R53.GetR53HealthCheckListCmdlet.MaxItem"> <summary> <para> <para>The maximum number of health checks that you want <c>ListHealthChecks</c> to return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you set <c>MaxItems</c> to a value greater than 1000, Route 53 returns only the first 1000 health checks. </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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthChecks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListHealthChecksResponse). Specifying the name of a property of type Amazon.Route53.Model.ListHealthChecksResponse 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.R53.GetR53HealthCheckListCmdlet.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.R53.GetR53HealthCheckStatusCmdlet"> <summary> Gets status of a specified health check. <important><para> This API is intended for use during development to diagnose behavior. It doesn’t support production use-cases with high query rates that require immediate and actionable responses. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckStatusCmdlet.HealthCheckId"> <summary> <para> <para>The ID for the health check that you want the current status for. When you created the health check, <c>CreateHealthCheck</c> returned the ID in the response, in the <c>HealthCheckId</c> element.</para><note><para>If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use <c>GetHealthCheckStatus</c> to get the status of a calculated health check.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HealthCheckStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthCheckObservations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHealthCheckStatusResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHealthCheckStatusResponse 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.R53.GetR53HealthCheckStatusCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HealthCheckId parameter. The -PassThru parameter is deprecated, use -Select '^HealthCheckId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneCmdlet"> <summary> Gets information about a specified hosted zone including the four name servers assigned to the hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneCmdlet.Id"> <summary> <para> <para>The ID of the hosted zone that you want to get information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneCmdlet.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.Route53.Model.GetHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHostedZoneResponse 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.R53.GetR53HostedZoneCmdlet.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.R53.GetR53HostedZoneCountCmdlet"> <summary> Retrieves the number of hosted zones that are associated with the current Amazon Web Services account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneCountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostedZoneCount'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHostedZoneCountResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHostedZoneCountResponse 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.R53.GetR53HostedZoneLimitCmdlet"> <summary> Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone. <para> For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneLimitCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that you want to get a limit for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneLimitCmdlet.Type"> <summary> <para> <para>The limit that you want to get. Valid values include the following:</para><ul><li><para><b>MAX_RRSETS_BY_ZONE</b>: The maximum number of records that you can create in the specified hosted zone.</para></li><li><para><b>MAX_VPCS_ASSOCIATED_BY_ZONE</b>: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneLimitCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Limit.Value'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetHostedZoneLimitResponse). Specifying the name of a property of type Amazon.Route53.Model.GetHostedZoneLimitResponse 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.R53.GetR53HostedZoneLimitCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet"> <summary> Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. The response includes a <c>HostedZones</c> child element for each hosted zone. <para> Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the <c>maxitems</c> parameter to list them in groups of up to 100. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet.DelegationSetId"> <summary> <para> <para>If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet.HostedZoneType"> <summary> <para> <para> (Optional) Specifies if the hosted zone is private. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet.Marker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more hosted zones. To get more hosted zones, submit another <c>ListHostedZones</c> request. </para><para>For the value of <c>marker</c>, specify the value of <c>NextMarker</c> from the previous response, which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more hosted zones to get.</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.R53.GetR53HostedZoneListCmdlet.MaxItem"> <summary> <para> <para>(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than <c>maxitems</c> hosted zones, the value of <c>IsTruncated</c> in the response is <c>true</c>, and the value of <c>NextMarker</c> is the hosted zone ID of the first hosted zone that Route 53 will return if you submit another request.</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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostedZones'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListHostedZonesResponse). Specifying the name of a property of type Amazon.Route53.Model.ListHostedZonesResponse 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.R53.GetR53HostedZoneListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DelegationSetId parameter. The -PassThru parameter is deprecated, use -Select '^DelegationSetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZoneListCmdlet.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.R53.GetR53HostedZonesByVPCCmdlet"> <summary> Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones. The <c>HostedZoneOwner</c> structure in the response contains one of the following values: <ul><li><para> An <c>OwningAccount</c> element, which contains the account number of either the current Amazon Web Services account or another Amazon Web Services account. Some services, such as Cloud Map, create hosted zones using the current account. </para></li><li><para> An <c>OwningService</c> element, which identifies the Amazon Web Services service that created and owns the hosted zone. For example, if a hosted zone was created by Amazon Elastic File System (Amazon EFS), the value of <c>Owner</c> is <c>efs.amazonaws.com</c>. </para></li></ul><note><para> When listing private hosted zones, the hosted zone and the Amazon VPC must belong to the same partition where the hosted zones were created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. </para><para> The following are the supported partitions: </para><ul><li><para><c>aws</c> - Amazon Web Services Regions </para></li><li><para><c>aws-cn</c> - China Regions </para></li><li><para><c>aws-us-gov</c> - Amazon Web Services GovCloud (US) Region </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a> in the <i>Amazon Web Services General Reference</i>. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByVPCCmdlet.VPCId"> <summary> <para> <para>The ID of the Amazon VPC that you want to list hosted zones for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByVPCCmdlet.VPCRegion"> <summary> <para> <para>For the Amazon VPC that you specified for <c>VPCId</c>, the Amazon Web Services Region that you created the VPC in. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByVPCCmdlet.MaxItem"> <summary> <para> <para>(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than <c>MaxItems</c> hosted zones, the response includes a <c>NextToken</c> element. <c>NextToken</c> contains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByVPCCmdlet.NextToken"> <summary> <para> <para>If the previous response included a <c>NextToken</c> element, the specified VPC is associated with more hosted zones. To get more hosted zones, submit another <c>ListHostedZonesByVPC</c> request. </para><para>For the value of <c>NextToken</c>, specify the value of <c>NextToken</c> from the previous response.</para><para>If the previous response didn't include a <c>NextToken</c> element, there are no more hosted zones to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53HostedZonesByVPCCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostedZoneSummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListHostedZonesByVPCResponse). Specifying the name of a property of type Amazon.Route53.Model.ListHostedZonesByVPCResponse 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.R53.GetR53QueryLoggingConfigCmdlet"> <summary> Gets information about a specified configuration for DNS query logging. <para> For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a> and <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigCmdlet.Id"> <summary> <para> <para>The ID of the configuration for DNS query logging that you want to get information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'QueryLoggingConfig'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetQueryLoggingConfigResponse). Specifying the name of a property of type Amazon.Route53.Model.GetQueryLoggingConfigResponse 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.R53.GetR53QueryLoggingConfigCmdlet.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.R53.GetR53QueryLoggingConfigListCmdlet"> <summary> Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration that is associated with a specified hosted zone. <para> For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>. Additional information, including the format of DNS query logs, appears in <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the <i>Amazon Route 53 Developer Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigListCmdlet.HostedZoneId"> <summary> <para> <para>(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID in <c>HostedZoneId</c>. </para><para>If you don't specify a hosted zone ID, <c>ListQueryLoggingConfigs</c> returns all of the configurations that are associated with the current Amazon Web Services account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigListCmdlet.MaxResult"> <summary> <para> <para>(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request. If the current Amazon Web Services account has more than <c>MaxResults</c> configurations, use the value of <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html#API_ListQueryLoggingConfigs_RequestSyntax">NextToken</a> in the response to get the next page of results.</para><para>If you don't specify a value for <c>MaxResults</c>, Route 53 returns up to 100 configurations.</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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigListCmdlet.NextToken"> <summary> <para> <para>(Optional) If the current Amazon Web Services account has more than <c>MaxResults</c> query logging configurations, use <c>NextToken</c> to get the second and subsequent pages of results.</para><para>For the first <c>ListQueryLoggingConfigs</c> request, omit this value.</para><para>For the second and subsequent requests, get the value of <c>NextToken</c> from the previous response and specify that value for <c>NextToken</c> in the request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'QueryLoggingConfigs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListQueryLoggingConfigsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListQueryLoggingConfigsResponse 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.R53.GetR53QueryLoggingConfigListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53QueryLoggingConfigListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet"> <summary> Lists the resource record sets in a specified hosted zone. <para><c>ListResourceRecordSets</c> returns up to 300 resource record sets at a time in ASCII order, beginning at a position specified by the <c>name</c> and <c>type</c> elements. </para><para><b>Sort order</b></para><para><c>ListResourceRecordSets</c> sorts results first by DNS name with the labels reversed, for example: </para><para><c>com.example.www.</c></para><para> Note the trailing dot, which can change the sort order when the record name contains characters that appear before <c>.</c> (decimal 46) in the ASCII table. These characters include the following: <c>! " # $ % & ' ( ) * + , -</c></para><para> When multiple records have the same DNS name, <c>ListResourceRecordSets</c> sorts results by the record type. </para><para><b>Specifying where to start listing records</b></para><para> You can use the name and type elements to specify the resource record set that the list begins with: </para><dl><dt>If you do not specify Name or Type</dt><dd><para> The results begin with the first resource record set that the hosted zone contains. </para></dd><dt>If you specify Name but not Type</dt><dd><para> The results begin with the first resource record set in the list whose name is greater than or equal to <c>Name</c>. </para></dd><dt>If you specify Type but not Name</dt><dd><para> Amazon Route 53 returns the <c>InvalidInput</c> error. </para></dd><dt>If you specify both Name and Type</dt><dd><para> The results begin with the first resource record set in the list whose name is greater than or equal to <c>Name</c>, and whose type is greater than or equal to <c>Type</c>. </para></dd></dl><para><b>Resource record sets that are PENDING</b></para><para> This action returns the most current version of the records. This includes records that are <c>PENDING</c>, and that are not yet available on all Route 53 DNS servers. </para><para><b>Changing resource record sets</b></para><para> To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a <c>ChangeResourceRecordSets</c> request while you're paging through the results of a <c>ListResourceRecordSets</c> request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes. </para><para><b>Displaying the next page of results</b></para><para> If a <c>ListResourceRecordSets</c> command returns more than one page of results, the value of <c>IsTruncated</c> is <c>true</c>. To display the next page of results, get the values of <c>NextRecordName</c>, <c>NextRecordType</c>, and <c>NextRecordIdentifier</c> (if any) from the response. Then submit another <c>ListResourceRecordSets</c> request, and specify those values for <c>StartRecordName</c>, <c>StartRecordType</c>, and <c>StartRecordIdentifier</c>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that contains the resource record sets that you want to list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.StartRecordIdentifier"> <summary> <para> <para><i>Resource record sets that have a routing policy other than simple:</i> If results were truncated for a given DNS name and type, specify the value of <c>NextRecordIdentifier</c> from the previous response to get the next resource record set that has the current DNS name and type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.StartRecordName"> <summary> <para> <para>The first name in the lexicographic ordering of resource record sets that you want to list. If the specified record name doesn't exist, the results begin with the first resource record set that has a name greater than the value of <c>name</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.StartRecordType"> <summary> <para> <para>The type of resource record set to begin the record listing from.</para><para>Valid values for basic resource record sets: <c>A</c> | <c>AAAA</c> | <c>CAA</c> | <c>CNAME</c> | <c>MX</c> | <c>NAPTR</c> | <c>NS</c> | <c>PTR</c> | <c>SOA</c> | <c>SPF</c> | <c>SRV</c> | <c>TXT</c></para><para>Values for weighted, latency, geolocation, and failover resource record sets: <c>A</c> | <c>AAAA</c> | <c>CAA</c> | <c>CNAME</c> | <c>MX</c> | <c>NAPTR</c> | <c>PTR</c> | <c>SPF</c> | <c>SRV</c> | <c>TXT</c></para><para>Values for alias resource record sets: </para><ul><li><para><b>API Gateway custom regional API or edge-optimized API</b>: A</para></li><li><para><b>CloudFront distribution</b>: A or AAAA</para></li><li><para><b>Elastic Beanstalk environment that has a regionalized subdomain</b>: A</para></li><li><para><b>Elastic Load Balancing load balancer</b>: A | AAAA</para></li><li><para><b>S3 bucket</b>: A</para></li><li><para><b>VPC interface VPC endpoint</b>: A</para></li><li><para><b>Another resource record set in this hosted zone:</b> The type of the resource record set that the alias references.</para></li></ul><para>Constraint: Specifying <c>type</c> without specifying <c>name</c> returns an <c>InvalidInput</c> error.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.MaxItem"> <summary> <para> <para>(Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than <c>maxitems</c> resource record sets, the value of the <c>IsTruncated</c> element in the response is <c>true</c>, and the values of the <c>NextRecordName</c> and <c>NextRecordType</c> elements in the response identify the first resource record set in the next group of <c>maxitems</c> resource record sets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ResourceRecordSetCmdlet.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.Route53.Model.ListResourceRecordSetsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListResourceRecordSetsResponse 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.R53.GetR53ResourceRecordSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetCmdlet"> <summary> Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetCmdlet.Id"> <summary> <para> <para>The ID of the reusable delegation set that you want to get a list of name servers for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DelegationSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetReusableDelegationSetResponse). Specifying the name of a property of type Amazon.Route53.Model.GetReusableDelegationSetResponse 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.R53.GetR53ReusableDelegationSetCmdlet.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.R53.GetR53ReusableDelegationSetLimitCmdlet"> <summary> Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set. <para> For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetLimitCmdlet.DelegationSetId"> <summary> <para> <para>The ID of the delegation set that you want to get the limit for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetLimitCmdlet.Type"> <summary> <para> <para>Specify <c>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</c> to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetLimitCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Count'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetReusableDelegationSetLimitResponse). Specifying the name of a property of type Amazon.Route53.Model.GetReusableDelegationSetLimitResponse 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.R53.GetR53ReusableDelegationSetLimitCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DelegationSetId parameter. The -PassThru parameter is deprecated, use -Select '^DelegationSetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetListCmdlet"> <summary> Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetListCmdlet.Marker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more reusable delegation sets. To get another group, submit another <c>ListReusableDelegationSets</c> request. </para><para>For the value of <c>marker</c>, specify the value of <c>NextMarker</c> from the previous response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more reusable delegation sets to get.</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.R53.GetR53ReusableDelegationSetListCmdlet.MaxItem"> <summary> <para> <para>The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Route 53 returns only the first 100 reusable delegation sets.</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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53ReusableDelegationSetListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DelegationSets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListReusableDelegationSetsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListReusableDelegationSetsResponse 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.R53.GetR53ReusableDelegationSetListCmdlet.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.R53.GetR53TagsForResourceCmdlet"> <summary> Lists tags for one health check or hosted zone. <para> For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>Billing and Cost Management User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceCmdlet.ResourceId"> <summary> <para> <para>The ID of the resource for which you want to retrieve tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceCmdlet.ResourceType"> <summary> <para> <para>The type of the resource.</para><ul><li><para>The resource type for health checks is <c>healthcheck</c>.</para></li><li><para>The resource type for hosted zones is <c>hostedzone</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ResourceTagSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.Route53.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.R53.GetR53TagsForResourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceId parameter. The -PassThru parameter is deprecated, use -Select '^ResourceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceListCmdlet"> <summary> Lists tags for up to 10 health checks or hosted zones. <para> For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a> in the <i>Billing and Cost Management User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceListCmdlet.ResourceId"> <summary> <para> <para>A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceListCmdlet.ResourceType"> <summary> <para> <para>The type of the resources.</para><ul><li><para>The resource type for health checks is <c>healthcheck</c>.</para></li><li><para>The resource type for hosted zones is <c>hostedzone</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TagsForResourceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ResourceTagSets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListTagsForResourcesResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTagsForResourcesResponse 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.R53.GetR53TagsForResourceListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceId parameter. The -PassThru parameter is deprecated, use -Select '^ResourceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyCmdlet"> <summary> Gets information about a specific traffic policy version. <para> For information about how of deleting a traffic policy affects the response from <c>GetTrafficPolicy</c>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy that you want to get information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyCmdlet.Version"> <summary> <para> <para>The version number of the traffic policy that you want to get information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicy'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetTrafficPolicyResponse). Specifying the name of a property of type Amazon.Route53.Model.GetTrafficPolicyResponse 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.R53.GetR53TrafficPolicyCmdlet.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.R53.GetR53TrafficPolicyInstanceCmdlet"> <summary> Gets information about a specified traffic policy instance. <note><para> Use <c>GetTrafficPolicyInstance</c> with the <c>id</c> of new traffic policy instance to confirm that the <c>CreateTrafficPolicyInstance</c> or an <c>UpdateTrafficPolicyInstance</c> request completed successfully. For more information, see the <c>State</c> response element. </para></note><note><para> In the Route 53 console, traffic policy instances are known as policy records. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy instance that you want to get information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicyInstance'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetTrafficPolicyInstanceResponse). Specifying the name of a property of type Amazon.Route53.Model.GetTrafficPolicyInstanceResponse 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.R53.GetR53TrafficPolicyInstanceCmdlet.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.R53.GetR53TrafficPolicyInstanceCountCmdlet"> <summary> Gets the number of traffic policy instances that are associated with the current Amazon Web Services account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceCountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicyInstanceCount'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.GetTrafficPolicyInstanceCountResponse). Specifying the name of a property of type Amazon.Route53.Model.GetTrafficPolicyInstanceCountResponse 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.R53.GetR53TrafficPolicyInstanceListCmdlet"> <summary> Gets information about the traffic policy instances that you created by using the current Amazon Web Services account. <note><para> After you submit an <c>UpdateTrafficPolicyInstance</c> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <c>State</c> response element. </para></note><para> Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <c>MaxItems</c> parameter to list them in groups of up to 100. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceListCmdlet.HostedZoneIdMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstances</c> request. For the value of <c>HostedZoneId</c>, specify the value of <c>HostedZoneIdMarker</c> from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group of traffic policy instances.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceListCmdlet.TrafficPolicyInstanceNameMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstances</c> request. For the value of <c>trafficpolicyinstancename</c>, specify the value of <c>TrafficPolicyInstanceNameMarker</c> from the previous response, which is the name of the first traffic policy instance in the next group of traffic policy instances.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceListCmdlet.TrafficPolicyInstanceTypeMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstances</c> request. For the value of <c>trafficpolicyinstancetype</c>, specify the value of <c>TrafficPolicyInstanceTypeMarker</c> from the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceListCmdlet.MaxItem"> <summary> <para> <para>The maximum number of traffic policy instances that you want Amazon Route 53 to return in response to a <c>ListTrafficPolicyInstances</c> request. If you have more than <c>MaxItems</c> traffic policy instances, the value of the <c>IsTruncated</c> element in the response is <c>true</c>, and the values of <c>HostedZoneIdMarker</c>, <c>TrafficPolicyInstanceNameMarker</c>, and <c>TrafficPolicyInstanceTypeMarker</c> represent the first traffic policy instance in the next group of <c>MaxItems</c> traffic policy instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstanceListCmdlet.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.Route53.Model.ListTrafficPolicyInstancesResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTrafficPolicyInstancesResponse 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.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet"> <summary> Gets information about the traffic policy instances that you created in a specified hosted zone. <note><para> After you submit a <c>CreateTrafficPolicyInstance</c> or an <c>UpdateTrafficPolicyInstance</c> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <c>State</c> response element. </para></note><para> Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <c>MaxItems</c> parameter to list them in groups of up to 100. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that you want to list traffic policy instances for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.TrafficPolicyInstanceNameMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstances</c> request. For the value of <c>trafficpolicyinstancename</c>, specify the value of <c>TrafficPolicyInstanceNameMarker</c> from the previous response, which is the name of the first traffic policy instance in the next group of traffic policy instances.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.TrafficPolicyInstanceTypeMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstances</c> request. For the value of <c>trafficpolicyinstancetype</c>, specify the value of <c>TrafficPolicyInstanceTypeMarker</c> from the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.MaxItem"> <summary> <para> <para>The maximum number of traffic policy instances to be included in the response body for this request. If you have more than <c>MaxItems</c> traffic policy instances, the value of the <c>IsTruncated</c> element in the response is <c>true</c>, and the values of <c>HostedZoneIdMarker</c>, <c>TrafficPolicyInstanceNameMarker</c>, and <c>TrafficPolicyInstanceTypeMarker</c> represent the first traffic policy instance that Amazon Route 53 will return if you submit another request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.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.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse 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.R53.GetR53TrafficPolicyInstancesByHostedZoneCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet"> <summary> Gets information about the traffic policy instances that you created by using a specify traffic policy version. <note><para> After you submit a <c>CreateTrafficPolicyInstance</c> or an <c>UpdateTrafficPolicyInstance</c> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the <c>State</c> response element. </para></note><para> Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the <c>MaxItems</c> parameter to list them in groups of up to 100. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.HostedZoneIdMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstancesByPolicy</c> request. </para><para>For the value of <c>hostedzoneid</c>, specify the value of <c>HostedZoneIdMarker</c> from the previous response, which is the hosted zone ID of the first traffic policy instance that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.TrafficPolicyId"> <summary> <para> <para>The ID of the traffic policy for which you want to list traffic policy instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.TrafficPolicyInstanceNameMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstancesByPolicy</c> request.</para><para>For the value of <c>trafficpolicyinstancename</c>, specify the value of <c>TrafficPolicyInstanceNameMarker</c> from the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.TrafficPolicyInstanceTypeMarker"> <summary> <para> <para>If the value of <c>IsTruncated</c> in the previous response was <c>true</c>, you have more traffic policy instances. To get more traffic policy instances, submit another <c>ListTrafficPolicyInstancesByPolicy</c> request.</para><para>For the value of <c>trafficpolicyinstancetype</c>, specify the value of <c>TrafficPolicyInstanceTypeMarker</c> from the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.</para><para>If the value of <c>IsTruncated</c> in the previous response was <c>false</c>, there are no more traffic policy instances to get.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.TrafficPolicyVersion"> <summary> <para> <para>The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by <c>TrafficPolicyId</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.MaxItem"> <summary> <para> <para>The maximum number of traffic policy instances to be included in the response body for this request. If you have more than <c>MaxItems</c> traffic policy instances, the value of the <c>IsTruncated</c> element in the response is <c>true</c>, and the values of <c>HostedZoneIdMarker</c>, <c>TrafficPolicyInstanceNameMarker</c>, and <c>TrafficPolicyInstanceTypeMarker</c> represent the first traffic policy instance that Amazon Route 53 will return if you submit another request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.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.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse 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.R53.GetR53TrafficPolicyInstancesByPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficPolicyId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficPolicyId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyListCmdlet"> <summary> Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account. Policies are listed in the order that they were created in. <para> For information about how of deleting a traffic policy affects the response from <c>ListTrafficPolicies</c>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyListCmdlet.MaxItem"> <summary> <para> <para>(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this request. If you have more than <c>MaxItems</c> traffic policies, the value of <c>IsTruncated</c> in the response is <c>true</c>, and the value of <c>TrafficPolicyIdMarker</c> is the ID of the first traffic policy that Route 53 will return if you submit another request.</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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyListCmdlet.TrafficPolicyIdMarker"> <summary> <para> <para>(Conditional) For your first request to <c>ListTrafficPolicies</c>, don't include the <c>TrafficPolicyIdMarker</c> parameter.</para><para>If you have more traffic policies than the value of <c>MaxItems</c>, <c>ListTrafficPolicies</c> returns only the first <c>MaxItems</c> traffic policies. To get the next group of policies, submit another request to <c>ListTrafficPolicies</c>. For the value of <c>TrafficPolicyIdMarker</c>, specify the value of <c>TrafficPolicyIdMarker</c> that was returned in the previous response.</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 '-TrafficPolicyIdMarker $null' for the first call and '-TrafficPolicyIdMarker $AWSHistory.LastServiceResponse.TrafficPolicyIdMarker' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicySummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListTrafficPoliciesResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTrafficPoliciesResponse 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.R53.GetR53TrafficPolicyListCmdlet.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 TrafficPolicyIdMarker as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyVersionListCmdlet"> <summary> Gets information about all of the versions for a specified traffic policy. <para> Traffic policy versions are listed in numerical order by <c>VersionNumber</c>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyVersionListCmdlet.Id"> <summary> <para> <para>Specify the value of <c>Id</c> of the traffic policy for which you want to list all versions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyVersionListCmdlet.MaxItem"> <summary> <para> <para>The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than <c>MaxItems</c> versions, the value of <c>IsTruncated</c> in the response is <c>true</c>, and the value of the <c>TrafficPolicyVersionMarker</c> element is the ID of the first version that Route 53 will return if you submit another request.</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> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyVersionListCmdlet.TrafficPolicyVersionMarker"> <summary> <para> <para>For your first request to <c>ListTrafficPolicyVersions</c>, don't include the <c>TrafficPolicyVersionMarker</c> parameter.</para><para>If you have more traffic policy versions than the value of <c>MaxItems</c>, <c>ListTrafficPolicyVersions</c> returns only the first group of <c>MaxItems</c> versions. To get more traffic policy versions, submit another <c>ListTrafficPolicyVersions</c> request. For the value of <c>TrafficPolicyVersionMarker</c>, specify the value of <c>TrafficPolicyVersionMarker</c> in the previous response.</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 '-TrafficPolicyVersionMarker $null' for the first call and '-TrafficPolicyVersionMarker $AWSHistory.LastServiceResponse.TrafficPolicyVersionMarker' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53TrafficPolicyVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicies'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.ListTrafficPolicyVersionsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListTrafficPolicyVersionsResponse 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.R53.GetR53TrafficPolicyVersionListCmdlet.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.R53.GetR53TrafficPolicyVersionListCmdlet.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 TrafficPolicyVersionMarker as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.GetR53VPCAssociationAuthorizationListCmdlet"> <summary> Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or more <c>CreateVPCAssociationAuthorization</c> requests. <para> The response includes a <c>VPCs</c> element with a <c>VPC</c> child element for each VPC that can be associated with the hosted zone. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53VPCAssociationAuthorizationListCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53VPCAssociationAuthorizationListCmdlet.MaxResult"> <summary> <para> <para><i>Optional</i>: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If you don't specify a value for <c>MaxResults</c>, Route 53 returns up to 50 VPCs per page.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53VPCAssociationAuthorizationListCmdlet.NextToken"> <summary> <para> <para><i>Optional</i>: If a response includes a <c>NextToken</c> element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of results, submit another request, and include the value of <c>NextToken</c> from the response in the <c>nexttoken</c> parameter in another <c>ListVPCAssociationAuthorizations</c> request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.GetR53VPCAssociationAuthorizationListCmdlet.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.Route53.Model.ListVPCAssociationAuthorizationsResponse). Specifying the name of a property of type Amazon.Route53.Model.ListVPCAssociationAuthorizationsResponse 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.R53.GetR53VPCAssociationAuthorizationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.NewR53CidrCollectionCmdlet"> <summary> Creates a CIDR collection in the current Amazon Web Services account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53CidrCollectionCmdlet.CallerReference"> <summary> <para> <para>A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53CidrCollectionCmdlet.Name"> <summary> <para> <para>A unique identifier for the account that can be used to reference the collection from other API calls.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53CidrCollectionCmdlet.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.Route53.Model.CreateCidrCollectionResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateCidrCollectionResponse 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.R53.NewR53CidrCollectionCmdlet.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.R53.NewR53CidrCollectionCmdlet.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.R53.NewR53HealthCheckCmdlet"> <summary> Creates a new health check. <para> For information about adding health checks to resource record sets, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html#Route53-Type-ResourceRecordSet-HealthCheckId">HealthCheckId</a> in <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>. </para><para><b>ELB Load Balancers</b></para><para> If you're registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to a Route 53 health check. </para><para><b>Private Hosted Zones</b></para><para> You can associate health checks with failover resource record sets in a private hosted zone. Note the following: </para><ul><li><para> Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC. </para></li><li><para> You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server. </para></li><li><para> You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 <c>StatusCheckFailed</c> metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html">Amazon CloudWatch User Guide</a>. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.CallerReference"> <summary> <para> <para>A unique string that identifies the request and that allows you to retry a failed <c>CreateHealthCheck</c> request without the risk of creating two identical health checks:</para><ul><li><para>If you send a <c>CreateHealthCheck</c> request with the same <c>CallerReference</c> and settings as a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health check does exist, Route 53 returns the settings for the existing health check.</para></li><li><para>If you send a <c>CreateHealthCheck</c> request with the same <c>CallerReference</c> as a deleted health check, regardless of the settings, Route 53 returns a <c>HealthCheckAlreadyExists</c> error.</para></li><li><para>If you send a <c>CreateHealthCheck</c> request with the same <c>CallerReference</c> as an existing health check but with different settings, Route 53 returns a <c>HealthCheckAlreadyExists</c> error.</para></li><li><para>If you send a <c>CreateHealthCheck</c> request with a unique <c>CallerReference</c> but settings identical to an existing health check, Route 53 creates the health check.</para></li></ul><para> Route 53 does not store the <c>CallerReference</c> for a deleted health check indefinitely. The <c>CallerReference</c> for a deleted health check will be deleted after a number of days.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_ChildHealthCheck"> <summary> <para> <para>(CALCULATED Health Checks Only) A complex type that contains one <c>ChildHealthCheck</c> element for each health check that you want to associate with a <c>CALCULATED</c> health check.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_Disabled"> <summary> <para> <para>Stops Route 53 from performing health checks. When you disable a health check, here's what happens:</para><ul><li><para><b>Health checks that check the health of endpoints:</b> Route 53 stops submitting requests to your application, server, or other resource.</para></li><li><para><b>Calculated health checks:</b> Route 53 stops aggregating the status of the referenced health checks.</para></li><li><para><b>Health checks that monitor CloudWatch alarms:</b> Route 53 stops monitoring the corresponding CloudWatch metrics.</para></li></ul><para>After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted">Inverted</a>. </para><para>Charges for a health check still apply when the health check is disabled. For more information, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_EnableSNI"> <summary> <para> <para>Specify whether you want Amazon Route 53 to send the value of <c>FullyQualifiedDomainName</c> to the endpoint in the <c>client_hello</c> message during TLS negotiation. This allows the endpoint to respond to <c>HTTPS</c> health check requests with the applicable SSL/TLS certificate.</para><para>Some endpoints require that <c>HTTPS</c> requests include the host name in the <c>client_hello</c> message. If you don't enable SNI, the status of the health check will be <c>SSL alert handshake_failure</c>. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.</para><para>The SSL/TLS certificate on your endpoint includes a domain name in the <c>Common Name</c> field and possibly several more in the <c>Subject Alternative Names</c> field. One of the domain names in the certificate should match the value that you specify for <c>FullyQualifiedDomainName</c>. If the endpoint responds to the <c>client_hello</c> message with a certificate that does not include the domain name that you specified in <c>FullyQualifiedDomainName</c>, a health checker will retry the handshake. In the second attempt, the health checker will omit <c>FullyQualifiedDomainName</c> from the <c>client_hello</c> message.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_FailureThreshold"> <summary> <para> <para>The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Amazon Route 53 Developer Guide</i>.</para><para>If you don't specify a value for <c>FailureThreshold</c>, the default value is three health checks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_FullyQualifiedDomainName"> <summary> <para> <para>Amazon Route 53 behavior depends on whether you specify a value for <c>IPAddress</c>.</para><para><b>If you specify a value for</b><c>IPAddress</c>:</para><para>Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of <c>FullyQualifiedDomainName</c> in the <c>Host</c> header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.</para><para>When Route 53 checks the health of an endpoint, here is how it constructs the <c>Host</c> header:</para><ul><li><para>If you specify a value of <c>80</c> for <c>Port</c> and <c>HTTP</c> or <c>HTTP_STR_MATCH</c> for <c>Type</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> to the endpoint in the Host header. </para></li><li><para>If you specify a value of <c>443</c> for <c>Port</c> and <c>HTTPS</c> or <c>HTTPS_STR_MATCH</c> for <c>Type</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> to the endpoint in the <c>Host</c> header.</para></li><li><para>If you specify another value for <c>Port</c> and any value except <c>TCP</c> for <c>Type</c>, Route 53 passes <c>FullyQualifiedDomainName:Port</c> to the endpoint in the <c>Host</c> header.</para></li></ul><para>If you don't specify a value for <c>FullyQualifiedDomainName</c>, Route 53 substitutes the value of <c>IPAddress</c> in the <c>Host</c> header in each of the preceding cases.</para><para><b>If you don't specify a value for</b><c>IPAddress</c>:</para><para>Route 53 sends a DNS request to the domain that you specify for <c>FullyQualifiedDomainName</c> at the interval that you specify for <c>RequestInterval</c>. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint.</para><note><para>If you don't specify a value for <c>IPAddress</c>, Route 53 uses only IPv4 to send health checks to the endpoint. If there's no resource record set with a type of A for the name that you specify for <c>FullyQualifiedDomainName</c>, the health check fails with a "DNS resolution failed" error.</para></note><para>If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by <c>FullyQualifiedDomainName</c>, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of <c>FullyQualifiedDomainName</c>, specify the domain name of the server (such as us-east-2-www.example.com), not the name of the resource record sets (www.example.com).</para><important><para>In this configuration, if you create a health check for which the value of <c>FullyQualifiedDomainName</c> matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.</para></important><para>In addition, if the value that you specify for <c>Type</c> is <c>HTTP</c>, <c>HTTPS</c>, <c>HTTP_STR_MATCH</c>, or <c>HTTPS_STR_MATCH</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> in the <c>Host</c> header, as it does when you specify a value for <c>IPAddress</c>. If the value of <c>Type</c> is <c>TCP</c>, Route 53 doesn't pass a <c>Host</c> header.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_HealthThreshold"> <summary> <para> <para>The number of child health checks that are associated with a <c>CALCULATED</c> health check that Amazon Route 53 must consider healthy for the <c>CALCULATED</c> health check to be considered healthy. To specify the child health checks that you want to associate with a <c>CALCULATED</c> health check, use the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-ChildHealthChecks">ChildHealthChecks</a> element.</para><para>Note the following:</para><ul><li><para>If you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy.</para></li><li><para>If you specify <c>0</c>, Route 53 always considers this health check to be healthy.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_InsufficientDataHealthStatus"> <summary> <para> <para>When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:</para><ul><li><para><c>Healthy</c>: Route 53 considers the health check to be healthy.</para></li><li><para><c>Unhealthy</c>: Route 53 considers the health check to be unhealthy.</para></li><li><para><c>LastKnownStatus</c>: Route 53 uses the status of the health check from the last time that CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_Inverted"> <summary> <para> <para>Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_IPAddress"> <summary> <para> <para>The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for <c>IPAddress</c>, Route 53 sends a DNS request to resolve the domain name that you specify in <c>FullyQualifiedDomainName</c> at the interval that you specify in <c>RequestInterval</c>. Using an IP address returned by DNS, Route 53 then checks the health of the endpoint.</para><para>Use one of the following formats for the value of <c>IPAddress</c>: </para><ul><li><para><b>IPv4 address</b>: four values between 0 and 255, separated by periods (.), for example, <c>192.0.2.44</c>.</para></li><li><para><b>IPv6 address</b>: eight groups of four hexadecimal values, separated by colons (:), for example, <c>2001:0db8:85a3:0000:0000:abcd:0001:2345</c>. You can also shorten IPv6 addresses as described in RFC 5952, for example, <c>2001:db8:85a3::abcd:1:2345</c>.</para></li></ul><para>If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your EC2 instance, and specify the Elastic IP address for <c>IPAddress</c>. This ensures that the IP address of your instance will never change.</para><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-FullyQualifiedDomainName">FullyQualifiedDomainName</a>. </para><para>Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents:</para><ul><li><para><a href="https://tools.ietf.org/html/rfc5735">RFC 5735, Special Use IPv4 Addresses</a></para></li><li><para><a href="https://tools.ietf.org/html/rfc6598">RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space</a></para></li><li><para><a href="https://tools.ietf.org/html/rfc5156">RFC 5156, Special-Use IPv6 Addresses</a></para></li></ul><para>When the value of <c>Type</c> is <c>CALCULATED</c> or <c>CLOUDWATCH_METRIC</c>, omit <c>IPAddress</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_MeasureLatency"> <summary> <para> <para>Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple Amazon Web Services regions and your endpoint, and to display CloudWatch latency graphs on the <b>Health Checks</b> page in the Route 53 console.</para><important><para>You can't change the value of <c>MeasureLatency</c> after you create a health check.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.AlarmIdentifier_Name"> <summary> <para> <para>The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.</para><note><para>Route 53 supports CloudWatch alarms with the following features:</para><ul><li><para>Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics">High-Resolution Metrics</a> in the <i>Amazon CloudWatch User Guide</i>.</para></li><li><para>Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.</para></li></ul></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_Port"> <summary> <para> <para>The port on the endpoint that you want Amazon Route 53 to perform health checks on.</para><note><para>Don't specify a value for <c>Port</c> when you specify a value for <c>Type</c> of <c>CLOUDWATCH_METRIC</c> or <c>CALCULATED</c>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.AlarmIdentifier_Region"> <summary> <para> <para>For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.</para><para>For the current list of CloudWatch regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/cw_region.html">Amazon CloudWatch endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_Region"> <summary> <para> <para>A complex type that contains one <c>Region</c> element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.</para><para>If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under <b>Valid Values</b>.</para><para>If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions). </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_RequestInterval"> <summary> <para> <para>The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval.</para><important><para>You can't change the value of <c>RequestInterval</c> after you create a health check.</para></important><para>If you don't specify a value for <c>RequestInterval</c>, the default value is <c>30</c> seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_ResourcePath"> <summary> <para> <para>The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, <c>/welcome.html?language=jp&login=y</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_RoutingControlArn"> <summary> <para> <para>The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.</para><para>For more information about Route 53 Application Recovery Controller, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route-53-recovery.html">Route 53 Application Recovery Controller Developer Guide.</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_SearchString"> <summary> <para> <para>If the value of Type is <c>HTTP_STR_MATCH</c> or <c>HTTPS_STR_MATCH</c>, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy.</para><para>Route 53 considers case when searching for <c>SearchString</c> in the response body. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.HealthCheckConfig_Type"> <summary> <para> <para>The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.</para><important><para>You can't change the value of <c>Type</c> after you create a health check.</para></important><para>You can create the following types of health checks:</para><ul><li><para><b>HTTP</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.</para></li><li><para><b>HTTPS</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.</para><important><para>If you specify <c>HTTPS</c> for the value of <c>Type</c>, the endpoint must support TLS v1.0 or later.</para></important></li><li><para><b>HTTP_STR_MATCH</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in <c>SearchString</c>.</para></li><li><para><b>HTTPS_STR_MATCH</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an <c>HTTPS</c> request and searches the first 5,120 bytes of the response body for the string that you specify in <c>SearchString</c>.</para></li><li><para><b>TCP</b>: Route 53 tries to establish a TCP connection.</para></li><li><para><b>CLOUDWATCH_METRIC</b>: The health check is associated with a CloudWatch alarm. If the state of the alarm is <c>OK</c>, the health check is considered healthy. If the state is <c>ALARM</c>, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is <c>OK</c> or <c>ALARM</c>, the health check status depends on the setting for <c>InsufficientDataHealthStatus</c>: <c>Healthy</c>, <c>Unhealthy</c>, or <c>LastKnownStatus</c>. </para></li><li><para><b>CALCULATED</b>: For health checks that monitor the status of other health checks, Route 53 adds up the number of health checks that Route 53 health checkers consider to be healthy and compares that number with the value of <c>HealthThreshold</c>. </para></li><li><para><b>RECOVERY_CONTROL</b>: The health check is associated with a Route53 Application Recovery Controller routing control. If the routing control state is <c>ON</c>, the health check is considered healthy. If the state is <c>OFF</c>, the health check is considered unhealthy. </para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Amazon Route 53 Developer Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HealthCheckCmdlet.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.Route53.Model.CreateHealthCheckResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateHealthCheckResponse 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.R53.NewR53HealthCheckCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CallerReference parameter. The -PassThru parameter is deprecated, use -Select '^CallerReference' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet"> <summary> Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). <important><para> You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets. </para></important><para> For more information about charges for hosted zones, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>. </para><para> Note the following: </para><ul><li><para> You can't create a hosted zone for a top-level domain (TLD) such as .com. </para></li><li><para> For public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS and SOA Records that Route 53 Creates for a Hosted Zone</a> in the <i>Amazon Route 53 Developer Guide</i>. </para><para> If you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set with the hosted zone. See the <c>DelegationSetId</c> element. </para></li><li><para> If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make Route 53 the DNS service for the domain. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html">Migrating DNS Service for an Existing Domain to Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>. </para></li></ul><para> When you submit a <c>CreateHostedZone</c> request, the initial status of the hosted zone is <c>PENDING</c>. For public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the NS and SOA records are available, the status of the zone changes to <c>INSYNC</c>. </para><para> The <c>CreateHostedZone</c> request requires the caller to have an <c>ec2:DescribeVpcs</c> permission. </para><note><para> When creating private hosted zones, the Amazon VPC must belong to the same partition where the hosted zone is created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. </para><para> The following are the supported partitions: </para><ul><li><para><c>aws</c> - Amazon Web Services Regions </para></li><li><para><c>aws-cn</c> - China Regions </para></li><li><para><c>aws-us-gov</c> - Amazon Web Services GovCloud (US) Region </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a> in the <i>Amazon Web Services General Reference</i>. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.CallerReference"> <summary> <para> <para>A unique string that identifies the request and that allows failed <c>CreateHostedZone</c> requests to be retried without the risk of executing the operation twice. You must use a unique <c>CallerReference</c> string every time you submit a <c>CreateHostedZone</c> request. <c>CallerReference</c> can be any unique string, for example, a date/time stamp.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.HostedZoneConfig_Comment"> <summary> <para> <para>Any comments that you want to include about the hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.DelegationSetId"> <summary> <para> <para>If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set when you created it. For more information about reusable delegation sets, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html">CreateReusableDelegationSet</a>.</para><para>If you are using a reusable delegation set to create a public hosted zone for a subdomain, make sure that the parent hosted zone doesn't use one or more of the same name servers. If you have overlapping nameservers, the operation will cause a <c>ConflictingDomainsExist</c> error.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.Name"> <summary> <para> <para>The name of the domain. Specify a fully qualified domain name, for example, <i>www.example.com</i>. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Route 53 treats <i>www.example.com</i> (without a trailing dot) and <i>www.example.com.</i> (with a trailing dot) as identical.</para><para>If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Route 53, change the name servers for your domain to the set of <c>NameServers</c> that <c>CreateHostedZone</c> returns in <c>DelegationSet</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.HostedZoneConfig_PrivateZone"> <summary> <para> <para>A value that indicates whether this is a private hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.VPC_VPCId"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.VPC_VPCRegion"> <summary> <para> <para>(Private hosted zones only) The region that an Amazon VPC was created in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53HostedZoneCmdlet.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.Route53.Model.CreateHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateHostedZoneResponse 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.R53.NewR53HostedZoneCmdlet.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.R53.NewR53HostedZoneCmdlet.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.R53.NewR53KeySigningKeyCmdlet"> <summary> Creates a new key-signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.CallerReference"> <summary> <para> <para>A unique string that identifies the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.HostedZoneId"> <summary> <para> <para>The unique string (ID) used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.KeyManagementServiceArn"> <summary> <para> <para>The Amazon resource name (ARN) for a customer managed key in Key Management Service (KMS). The <c>KeyManagementServiceArn</c> must be unique for each key-signing key (KSK) in a single hosted zone. To see an example of <c>KeyManagementServiceArn</c> that grants the correct permissions for DNSSEC, scroll down to <b>Example</b>. </para><para>You must configure the customer managed customer managed key as follows:</para><dl><dt>Status</dt><dd><para>Enabled</para></dd><dt>Key spec</dt><dd><para>ECC_NIST_P256</para></dd><dt>Key usage</dt><dd><para>Sign and verify</para></dd><dt>Key policy</dt><dd><para>The key policy must give permission for the following actions:</para><ul><li><para>DescribeKey</para></li><li><para>GetPublicKey</para></li><li><para>Sign</para></li></ul><para>The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:</para><ul><li><para><c>"Service": "dnssec-route53.amazonaws.com"</c></para></li></ul></dd></dl><para>For more information about working with a customer managed key in KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Key Management Service concepts</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.Name"> <summary> <para> <para>A string used to identify a key-signing key (KSK). <c>Name</c> can include numbers, letters, and underscores (_). <c>Name</c> must be unique for each key-signing key in the same hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.Status"> <summary> <para> <para>A string specifying the initial status of the key-signing key (KSK). You can set the value to <c>ACTIVE</c> or <c>INACTIVE</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.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.Route53.Model.CreateKeySigningKeyResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateKeySigningKeyResponse 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.R53.NewR53KeySigningKeyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53KeySigningKeyCmdlet.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.R53.NewR53QueryLoggingConfigCmdlet"> <summary> Creates a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log group. <para> DNS query logs contain information about the queries that Route 53 receives for a specified public hosted zone, such as the following: </para><ul><li><para> Route 53 edge location that responded to the DNS query </para></li><li><para> Domain or subdomain that was requested </para></li><li><para> DNS record type, such as A or AAAA </para></li><li><para> DNS response code, such as <c>NoError</c> or <c>ServFail</c></para></li></ul><dl><dt>Log Group and Resource Policy</dt><dd><para> Before you create a query logging configuration, perform the following operations. </para><note><para> If you create a query logging configuration using the Route 53 console, Route 53 performs these operations automatically. </para></note><ol><li><para> Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a query logging configuration. Note the following: </para><ul><li><para> You must create the log group in the us-east-1 region. </para></li><li><para> You must use the same Amazon Web Services account to create the log group and the hosted zone that you want to configure query logging for. </para></li><li><para> When you create log groups for query logging, we recommend that you use a consistent prefix, for example: </para><para><c>/aws/route53/<i>hosted zone name</i></c></para><para> In the next step, you'll create a resource policy, which controls access to one or more log groups and the associated Amazon Web Services resources, such as Route 53 hosted zones. There's a limit on the number of resource policies that you can create, so we recommend that you use a consistent prefix so you can use the same resource policy for all the log groups that you create for query logging. </para></li></ul></li><li><para> Create a CloudWatch Logs resource policy, and give it the permissions that Route 53 needs to create log streams and to send query logs to log streams. For the value of <c>Resource</c>, specify the ARN for the log group that you created in the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations, replace the hosted zone name with <c>*</c>, for example: </para><para><c>arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*</c></para><para> To avoid the confused deputy problem, a security issue where an entity without a permission for an action can coerce a more-privileged entity to perform it, you can optionally limit the permissions that a service has to a resource in a resource-based policy by supplying the following values: </para><ul><li><para> For <c>aws:SourceArn</c>, supply the hosted zone ARN used in creating the query logging configuration. For example, <c>aws:SourceArn: arn:aws:route53:::hostedzone/hosted zone ID</c>. </para></li><li><para> For <c>aws:SourceAccount</c>, supply the account ID for the account that creates the query logging configuration. For example, <c>aws:SourceAccount:111111111111</c>. </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html">The confused deputy problem</a> in the <i>Amazon Web Services IAM User Guide</i>. </para><note><para> You can't use the CloudWatch console to create or edit a resource policy. You must use the CloudWatch API, one of the Amazon Web Services SDKs, or the CLI. </para></note></li></ol></dd><dt>Log Streams and Edge Locations</dt><dd><para> When Route 53 finishes creating the configuration for DNS query logging, it does the following: </para><ul><li><para> Creates a log stream for an edge location the first time that the edge location responds to DNS queries for the specified hosted zone. That log stream is used to log all queries that Route 53 responds to for that edge location. </para></li><li><para> Begins to send query logs to the applicable log stream. </para></li></ul><para> The name of each log stream is in the following format: </para><para><c><i>hosted zone ID</i>/<i>edge location code</i></c></para><para> The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code typically corresponds with the International Air Transport Association airport code for an airport near the edge location. (These abbreviations might change in the future.) For a list of edge locations, see "The Route 53 Global Network" on the <a href="http://aws.amazon.com/route53/details/">Route 53 Product Details</a> page. </para></dd><dt>Queries That Are Logged</dt><dd><para> Query logs contain only the queries that DNS resolvers forward to Route 53. If a DNS resolver has already cached the response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return the cached response. It doesn't forward another query to Route 53 until the TTL for the corresponding resource record set expires. Depending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set, query logs might contain information about only one query out of every several thousand queries that are submitted to DNS. For more information about how DNS works, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">Routing Internet Traffic to Your Website or Web Application</a> in the <i>Amazon Route 53 Developer Guide</i>. </para></dd><dt>Log File Format</dt><dd><para> For a list of the values in each query log and the format of each value, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the <i>Amazon Route 53 Developer Guide</i>. </para></dd><dt>Pricing</dt><dd><para> For information about charges for query logs, see <a href="http://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch Pricing</a>. </para></dd><dt>How to Stop Logging</dt><dd><para> If you want Route 53 to stop sending query logs to CloudWatch Logs, delete the query logging configuration. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteQueryLoggingConfig.html">DeleteQueryLoggingConfig</a>. </para></dd></dl> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53QueryLoggingConfigCmdlet.CloudWatchLogsLogGroupArn"> <summary> <para> <para>The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:</para><para>arn:aws:logs:<i>region</i>:<i>account-id</i>:log-group:<i>log_group_name</i></para><para>To get the ARN for a log group, you can use the CloudWatch console, the <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeLogGroups.html">DescribeLogGroups</a> API action, the <a href="https://docs.aws.amazon.com/cli/latest/reference/logs/describe-log-groups.html">describe-log-groups</a> command, or the applicable command in one of the Amazon Web Services SDKs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53QueryLoggingConfigCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53QueryLoggingConfigCmdlet.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.Route53.Model.CreateQueryLoggingConfigResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateQueryLoggingConfigResponse 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.R53.NewR53QueryLoggingConfigCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53QueryLoggingConfigCmdlet.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.R53.NewR53ReusableDelegationSetCmdlet"> <summary> Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account. <para> You can also create a reusable delegation set that uses the four name servers that are associated with an existing hosted zone. Specify the hosted zone ID in the <c>CreateReusableDelegationSet</c> request. </para><note><para> You can't associate a reusable delegation set with a private hosted zone. </para></note><para> For information about using a reusable delegation set to configure white label name servers, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html">Configuring White Label Name Servers</a>. </para><para> The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for configuring white label name servers. You need to perform the following steps: </para><ol><li><para> Create a reusable delegation set. </para></li><li><para> Recreate hosted zones, and reduce the TTL to 60 seconds or less. </para></li><li><para> Recreate resource record sets in the new hosted zones. </para></li><li><para> Change the registrar's name servers to use the name servers for the new hosted zones. </para></li><li><para> Monitor traffic for the website or application. </para></li><li><para> Change TTLs back to their original values. </para></li></ol><para> If you want to migrate existing hosted zones to use a reusable delegation set, the existing hosted zones can't use any of the name servers that are assigned to the reusable delegation set. If one or more hosted zones do use one or more name servers that are assigned to the reusable delegation set, you can do one of the following: </para><ul><li><para> For small numbers of hosted zones—up to a few hundred—it's relatively easy to create reusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers in your hosted zones. </para></li><li><para> For larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation set. </para></li><li><para> For larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers to hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the reusable delegation set. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53ReusableDelegationSetCmdlet.CallerReference"> <summary> <para> <para>A unique string that identifies the request, and that allows you to retry failed <c>CreateReusableDelegationSet</c> requests without the risk of executing the operation twice. You must use a unique <c>CallerReference</c> string every time you submit a <c>CreateReusableDelegationSet</c> request. <c>CallerReference</c> can be any unique string, for example a date/time stamp.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53ReusableDelegationSetCmdlet.HostedZoneId"> <summary> <para> <para>If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53ReusableDelegationSetCmdlet.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.Route53.Model.CreateReusableDelegationSetResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateReusableDelegationSetResponse 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.R53.NewR53ReusableDelegationSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53ReusableDelegationSetCmdlet.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.R53.NewR53TrafficPolicyCmdlet"> <summary> Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyCmdlet.Comment"> <summary> <para> <para>(Optional) Any comments that you want to include about the traffic policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyCmdlet.Document"> <summary> <para> <para>The definition of this traffic policy in JSON format. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html">Traffic Policy Document Format</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyCmdlet.Name"> <summary> <para> <para>The name of the traffic policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyCmdlet.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.Route53.Model.CreateTrafficPolicyResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateTrafficPolicyResponse 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.R53.NewR53TrafficPolicyCmdlet.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.R53.NewR53TrafficPolicyCmdlet.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.R53.NewR53TrafficPolicyInstanceCmdlet"> <summary> Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, <c>CreateTrafficPolicyInstance</c> associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that <c>CreateTrafficPolicyInstance</c> created. <note><para> After you submit an <c>CreateTrafficPolicyInstance</c> request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use <c>GetTrafficPolicyInstance</c> with the <c>id</c> of new traffic policy instance to confirm that the <c>CreateTrafficPolicyInstance</c> request completed successfully. For more information, see the <c>State</c> response element. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.Name"> <summary> <para> <para>The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.TrafficPolicyId"> <summary> <para> <para>The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.TrafficPolicyVersion"> <summary> <para> <para>The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.TTL"> <summary> <para> <para>(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyInstanceCmdlet.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.Route53.Model.CreateTrafficPolicyInstanceResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateTrafficPolicyInstanceResponse 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.R53.NewR53TrafficPolicyInstanceCmdlet.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.R53.NewR53TrafficPolicyInstanceCmdlet.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.R53.NewR53TrafficPolicyVersionCmdlet"> <summary> Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyVersionCmdlet.Comment"> <summary> <para> <para>The comment that you specified in the <c>CreateTrafficPolicyVersion</c> request, if any.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyVersionCmdlet.Document"> <summary> <para> <para>The definition of this version of the traffic policy, in JSON format. You specified the JSON in the <c>CreateTrafficPolicyVersion</c> request. For more information about the JSON format, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html">CreateTrafficPolicy</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyVersionCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy for which you want to create a new version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53TrafficPolicyVersionCmdlet.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.Route53.Model.CreateTrafficPolicyVersionResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateTrafficPolicyVersionResponse 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.R53.NewR53TrafficPolicyVersionCmdlet.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.R53.NewR53TrafficPolicyVersionCmdlet.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.R53.NewR53VPCAssociationAuthorizationCmdlet"> <summary> Authorizes the Amazon Web Services account that created a specified VPC to submit an <c>AssociateVPCWithHostedZone</c> request to associate the VPC with a specified hosted zone that was created by a different account. To submit a <c>CreateVPCAssociationAuthorization</c> request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an <c>AssociateVPCWithHostedZone</c> request. <note><para> If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each VPC. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53VPCAssociationAuthorizationCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the private hosted zone that you want to authorize associating a VPC with.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53VPCAssociationAuthorizationCmdlet.VPC_VPCId"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53VPCAssociationAuthorizationCmdlet.VPC_VPCRegion"> <summary> <para> <para>(Private hosted zones only) The region that an Amazon VPC was created in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53VPCAssociationAuthorizationCmdlet.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.Route53.Model.CreateVPCAssociationAuthorizationResponse). Specifying the name of a property of type Amazon.Route53.Model.CreateVPCAssociationAuthorizationResponse 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.R53.NewR53VPCAssociationAuthorizationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VPC_VPCId parameter. The -PassThru parameter is deprecated, use -Select '^VPC_VPCId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.NewR53VPCAssociationAuthorizationCmdlet.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.R53.RegisterR53VPCWithHostedZoneCmdlet"> <summary> Associates an Amazon VPC with a private hosted zone. <important><para> To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted zone. </para></important><note><para> If you want to associate a VPC that was created by using one Amazon Web Services account with a private hosted zone that was created by using a different account, the Amazon Web Services account that created the private hosted zone must first submit a <c>CreateVPCAssociationAuthorization</c> request. Then the account that created the VPC must submit an <c>AssociateVPCWithHostedZone</c> request. </para></note><note><para> When granting access, the hosted zone and the Amazon VPC must belong to the same partition. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. </para><para> The following are the supported partitions: </para><ul><li><para><c>aws</c> - Amazon Web Services Regions </para></li><li><para><c>aws-cn</c> - China Regions </para></li><li><para><c>aws-us-gov</c> - Amazon Web Services GovCloud (US) Region </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a> in the <i>Amazon Web Services General Reference</i>. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.Comment"> <summary> <para> <para><i>Optional:</i> A comment about the association request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the private hosted zone that you want to associate an Amazon VPC with.</para><para>Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.VPC_VPCId"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.VPC_VPCRegion"> <summary> <para> <para>(Private hosted zones only) The region that an Amazon VPC was created in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.AssociateVPCWithHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.AssociateVPCWithHostedZoneResponse 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.R53.RegisterR53VPCWithHostedZoneCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RegisterR53VPCWithHostedZoneCmdlet.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.R53.RemoveR53CidrCollectionCmdlet"> <summary> Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53CidrCollectionCmdlet.Id"> <summary> <para> <para>The UUID of the collection to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53CidrCollectionCmdlet.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.Route53.Model.DeleteCidrCollectionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53CidrCollectionCmdlet.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.R53.RemoveR53CidrCollectionCmdlet.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.R53.RemoveR53HealthCheckCmdlet"> <summary> Deletes a health check. <important><para> Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html">Replacing and Deleting Health Checks</a> in the <i>Amazon Route 53 Developer Guide</i>. </para></important><para> If you're using Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance, you can't use the Route 53 <c>DeleteHealthCheck</c> command to delete the health check. The health check is deleted automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted from Route 53. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HealthCheckCmdlet.HealthCheckId"> <summary> <para> <para>The ID of the health check that you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HealthCheckCmdlet.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.Route53.Model.DeleteHealthCheckResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HealthCheckCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HealthCheckId parameter. The -PassThru parameter is deprecated, use -Select '^HealthCheckId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HealthCheckCmdlet.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.R53.RemoveR53HostedZoneCmdlet"> <summary> Deletes a hosted zone. <para> If the hosted zone was created by another service, such as Cloud Map, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service">Deleting Public Hosted Zones That Were Created by Another Service</a> in the <i>Amazon Route 53 Developer Guide</i> for information about how to delete it. (The process is the same for public and private hosted zones that were created by another service.) </para><para> If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application, we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone. </para><important><para> If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone, someone could hijack the domain and route traffic to their own resources using your domain name. </para></important><para> If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service. When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html">UpdateDomainNameservers</a> for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information, perform an internet search on "free DNS service." </para><para> You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a <c>HostedZoneNotEmpty</c> error. For information about deleting records from your hosted zone, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>. </para><para> To verify that the hosted zone has been deleted, do one of the following: </para><ul><li><para> Use the <c>GetHostedZone</c> action to request information about the hosted zone. </para></li><li><para> Use the <c>ListHostedZones</c> action to get a list of the hosted zones associated with the current Amazon Web Services account. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HostedZoneCmdlet.Id"> <summary> <para> <para>The ID of the hosted zone you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53HostedZoneCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.DeleteHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.DeleteHostedZoneResponse 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.R53.RemoveR53HostedZoneCmdlet.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.R53.RemoveR53HostedZoneCmdlet.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.R53.RemoveR53KeySigningKeyCmdlet"> <summary> Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing. <para> You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a> to deactivate the key before you delete it. </para><para> Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <c>INACTIVE</c> status. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53KeySigningKeyCmdlet.HostedZoneId"> <summary> <para> <para>A unique string used to identify a hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53KeySigningKeyCmdlet.Name"> <summary> <para> <para>A string used to identify a key-signing key (KSK).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53KeySigningKeyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.DeleteKeySigningKeyResponse). Specifying the name of a property of type Amazon.Route53.Model.DeleteKeySigningKeyResponse 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.R53.RemoveR53KeySigningKeyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53KeySigningKeyCmdlet.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.R53.RemoveR53QueryLoggingConfigCmdlet"> <summary> Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs that are already in CloudWatch Logs. <para> For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53QueryLoggingConfigCmdlet.Id"> <summary> <para> <para>The ID of the configuration that you want to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53QueryLoggingConfigCmdlet.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.Route53.Model.DeleteQueryLoggingConfigResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53QueryLoggingConfigCmdlet.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.R53.RemoveR53QueryLoggingConfigCmdlet.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.R53.RemoveR53ReusableDelegationSetCmdlet"> <summary> Deletes a reusable delegation set. <important><para> You can delete a reusable delegation set only if it isn't associated with any hosted zones. </para></important><para> To verify that the reusable delegation set is not associated with any hosted zones, submit a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSet.html">GetReusableDelegationSet</a> request and specify the ID of the reusable delegation set that you want to delete. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53ReusableDelegationSetCmdlet.Id"> <summary> <para> <para>The ID of the reusable delegation set that you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53ReusableDelegationSetCmdlet.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.Route53.Model.DeleteReusableDelegationSetResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53ReusableDelegationSetCmdlet.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.R53.RemoveR53ReusableDelegationSetCmdlet.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.R53.RemoveR53TrafficPolicyCmdlet"> <summary> Deletes a traffic policy. <para> When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the following: </para><ul><li><para> Deleted traffic policies aren't listed if you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListTrafficPolicies.html">ListTrafficPolicies</a>. </para></li><li><para> There's no way to get a list of deleted policies. </para></li><li><para> If you retain the ID of the policy, you can get information about the policy, including the traffic policy document, by running <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html">GetTrafficPolicy</a>. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy that you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyCmdlet.Version"> <summary> <para> <para>The version number of the traffic policy that you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyCmdlet.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.Route53.Model.DeleteTrafficPolicyResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyCmdlet.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.R53.RemoveR53TrafficPolicyCmdlet.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.R53.RemoveR53TrafficPolicyInstanceCmdlet"> <summary> Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance. <note><para> In the Route 53 console, traffic policy instances are known as policy records. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyInstanceCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy instance that you want to delete. </para><important><para>When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyInstanceCmdlet.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.Route53.Model.DeleteTrafficPolicyInstanceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53TrafficPolicyInstanceCmdlet.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.R53.RemoveR53TrafficPolicyInstanceCmdlet.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.R53.RemoveR53VPCAssociationAuthorizationCmdlet"> <summary> Removes authorization to submit an <c>AssociateVPCWithHostedZone</c> request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a <c>DeleteVPCAssociationAuthorization</c> request. <important><para> Sending this request only prevents the Amazon Web Services account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, <c>DeleteVPCAssociationAuthorization</c> won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use <c>DisassociateVPCFromHostedZone</c>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.HostedZoneId"> <summary> <para> <para>When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.VPC_VPCId"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.VPC_VPCRegion"> <summary> <para> <para>(Private hosted zones only) The region that an Amazon VPC was created in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.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.Route53.Model.DeleteVPCAssociationAuthorizationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VPC_VPCId parameter. The -PassThru parameter is deprecated, use -Select '^VPC_VPCId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.RemoveR53VPCAssociationAuthorizationCmdlet.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.R53.TestR53DNSAnswerCmdlet"> <summary> Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. <para> This call only supports querying public hosted zones. </para><note><para> The <c>TestDnsAnswer </c> returns information similar to what you would expect from the answer section of the <c>dig</c> command. Therefore, if you query for the name servers of a subdomain that point to the parent name servers, those will not be returned. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.EDNS0ClientSubnetIP"> <summary> <para> <para>If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of a client in the applicable location, for example, <c>192.0.2.44</c> or <c>2001:db8:85a3::8a2e:370:7334</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.EDNS0ClientSubnetMask"> <summary> <para> <para>If you specify an IP address for <c>edns0clientsubnetip</c>, you can optionally specify the number of bits of the IP address that you want the checking tool to include in the DNS query. For example, if you specify <c>192.0.2.44</c> for <c>edns0clientsubnetip</c> and <c>24</c> for <c>edns0clientsubnetmask</c>, the checking tool will simulate a request from 192.0.2.0/24. The default value is 24 bits for IPv4 addresses and 64 bits for IPv6 addresses.</para><para>The range of valid values depends on whether <c>edns0clientsubnetip</c> is an IPv4 or an IPv6 address:</para><ul><li><para><b>IPv4</b>: Specify a value between 0 and 32</para></li><li><para><b>IPv6</b>: Specify a value between 0 and 128</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.RecordName"> <summary> <para> <para>The name of the resource record set that you want Amazon Route 53 to simulate a query for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.RecordType"> <summary> <para> <para>The type of the resource record set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.ResolverIP"> <summary> <para> <para>If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. If you omit this value, <c>TestDnsAnswer</c> uses the IP address of a DNS resolver in the Amazon Web Services US East (N. Virginia) Region (<c>us-east-1</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.TestR53DNSAnswerCmdlet.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.Route53.Model.TestDNSAnswerResponse). Specifying the name of a property of type Amazon.Route53.Model.TestDNSAnswerResponse 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.R53.TestR53DNSAnswerCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet"> <summary> Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. Note the following: <ul><li><para> You can't disassociate the last Amazon VPC from a private hosted zone. </para></li><li><para> You can't convert a private hosted zone into a public hosted zone. </para></li><li><para> You can submit a <c>DisassociateVPCFromHostedZone</c> request using either the account that created the hosted zone or the account that created the Amazon VPC. </para></li><li><para> Some services, such as Cloud Map and Amazon Elastic File System (Amazon EFS) automatically create hosted zones and associate VPCs with the hosted zones. A service can create a hosted zone using your account or using its own account. You can disassociate a VPC from a hosted zone only if the service created the hosted zone using your account. </para><para> When you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByVPC.html">DisassociateVPCFromHostedZone</a>, if the hosted zone has a value for <c>OwningAccount</c>, you can use <c>DisassociateVPCFromHostedZone</c>. If the hosted zone has a value for <c>OwningService</c>, you can't use <c>DisassociateVPCFromHostedZone</c>. </para></li></ul><note><para> When revoking access, the hosted zone and the Amazon VPC must belong to the same partition. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. </para><para> The following are the supported partitions: </para><ul><li><para><c>aws</c> - Amazon Web Services Regions </para></li><li><para><c>aws-cn</c> - China Regions </para></li><li><para><c>aws-us-gov</c> - Amazon Web Services GovCloud (US) Region </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a> in the <i>Amazon Web Services General Reference</i>. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.Comment"> <summary> <para> <para><i>Optional:</i> A comment about the disassociation request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.HostedZoneId"> <summary> <para> <para>The ID of the private hosted zone that you want to disassociate a VPC from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.VPC_VPCId"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.VPC_VPCRegion"> <summary> <para> <para>(Private hosted zones only) The region that an Amazon VPC was created in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ChangeInfo'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.DisassociateVPCFromHostedZoneResponse). Specifying the name of a property of type Amazon.Route53.Model.DisassociateVPCFromHostedZoneResponse 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.R53.UnregisterR53VPCFromHostedZoneCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostedZoneId parameter. The -PassThru parameter is deprecated, use -Select '^HostedZoneId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UnregisterR53VPCFromHostedZoneCmdlet.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.R53.UpdateR53HealthCheckCmdlet"> <summary> Updates an existing health check. Note that some values can't be updated. <para> For more information about updating health checks, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating, Updating, and Deleting Health Checks</a> in the <i>Amazon Route 53 Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.ChildHealthCheck"> <summary> <para> <para>A complex type that contains one <c>ChildHealthCheck</c> element for each health check that you want to associate with a <c>CALCULATED</c> health check.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.Disabled"> <summary> <para> <para>Stops Route 53 from performing health checks. When you disable a health check, here's what happens:</para><ul><li><para><b>Health checks that check the health of endpoints:</b> Route 53 stops submitting requests to your application, server, or other resource.</para></li><li><para><b>Calculated health checks:</b> Route 53 stops aggregating the status of the referenced health checks.</para></li><li><para><b>Health checks that monitor CloudWatch alarms:</b> Route 53 stops monitoring the corresponding CloudWatch metrics.</para></li></ul><para>After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted">Inverted</a>. </para><para>Charges for a health check still apply when the health check is disabled. For more information, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.EnableSNI"> <summary> <para> <para>Specify whether you want Amazon Route 53 to send the value of <c>FullyQualifiedDomainName</c> to the endpoint in the <c>client_hello</c> message during <c>TLS</c> negotiation. This allows the endpoint to respond to <c>HTTPS</c> health check requests with the applicable SSL/TLS certificate.</para><para>Some endpoints require that HTTPS requests include the host name in the <c>client_hello</c> message. If you don't enable SNI, the status of the health check will be SSL alert <c>handshake_failure</c>. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.</para><para>The SSL/TLS certificate on your endpoint includes a domain name in the <c>Common Name</c> field and possibly several more in the <c>Subject Alternative Names</c> field. One of the domain names in the certificate should match the value that you specify for <c>FullyQualifiedDomainName</c>. If the endpoint responds to the <c>client_hello</c> message with a certificate that does not include the domain name that you specified in <c>FullyQualifiedDomainName</c>, a health checker will retry the handshake. In the second attempt, the health checker will omit <c>FullyQualifiedDomainName</c> from the <c>client_hello</c> message.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.FailureThreshold"> <summary> <para> <para>The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Amazon Route 53 Developer Guide</i>.</para><para>If you don't specify a value for <c>FailureThreshold</c>, the default value is three health checks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.FullyQualifiedDomainName"> <summary> <para> <para>Amazon Route 53 behavior depends on whether you specify a value for <c>IPAddress</c>.</para><note><para>If a health check already has a value for <c>IPAddress</c>, you can change the value. However, you can't update an existing health check to add or remove the value of <c>IPAddress</c>. </para></note><para><b>If you specify a value for</b><c>IPAddress</c>:</para><para>Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of <c>FullyQualifiedDomainName</c> in the <c>Host</c> header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.</para><para>When Route 53 checks the health of an endpoint, here is how it constructs the <c>Host</c> header:</para><ul><li><para>If you specify a value of <c>80</c> for <c>Port</c> and <c>HTTP</c> or <c>HTTP_STR_MATCH</c> for <c>Type</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> to the endpoint in the <c>Host</c> header.</para></li><li><para>If you specify a value of <c>443</c> for <c>Port</c> and <c>HTTPS</c> or <c>HTTPS_STR_MATCH</c> for <c>Type</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> to the endpoint in the <c>Host</c> header.</para></li><li><para>If you specify another value for <c>Port</c> and any value except <c>TCP</c> for <c>Type</c>, Route 53 passes <i><c>FullyQualifiedDomainName</c>:<c>Port</c></i> to the endpoint in the <c>Host</c> header.</para></li></ul><para>If you don't specify a value for <c>FullyQualifiedDomainName</c>, Route 53 substitutes the value of <c>IPAddress</c> in the <c>Host</c> header in each of the above cases.</para><para><b>If you don't specify a value for</b><c>IPAddress</c>:</para><para>If you don't specify a value for <c>IPAddress</c>, Route 53 sends a DNS request to the domain that you specify in <c>FullyQualifiedDomainName</c> at the interval you specify in <c>RequestInterval</c>. Using an IPv4 address that is returned by DNS, Route 53 then checks the health of the endpoint.</para><para>If you don't specify a value for <c>IPAddress</c>, you can’t update the health check to remove the <c>FullyQualifiedDomainName</c>; if you don’t specify a value for <c>IPAddress</c> on creation, a <c>FullyQualifiedDomainName</c> is required.</para><note><para>If you don't specify a value for <c>IPAddress</c>, Route 53 uses only IPv4 to send health checks to the endpoint. If there's no resource record set with a type of A for the name that you specify for <c>FullyQualifiedDomainName</c>, the health check fails with a "DNS resolution failed" error.</para></note><para>If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by <c>FullyQualifiedDomainName</c>, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of <c>FullyQualifiedDomainName</c>, specify the domain name of the server (such as <c>us-east-2-www.example.com</c>), not the name of the resource record sets (www.example.com).</para><important><para>In this configuration, if the value of <c>FullyQualifiedDomainName</c> matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.</para></important><para>In addition, if the value of <c>Type</c> is <c>HTTP</c>, <c>HTTPS</c>, <c>HTTP_STR_MATCH</c>, or <c>HTTPS_STR_MATCH</c>, Route 53 passes the value of <c>FullyQualifiedDomainName</c> in the <c>Host</c> header, as it does when you specify a value for <c>IPAddress</c>. If the value of <c>Type</c> is <c>TCP</c>, Route 53 doesn't pass a <c>Host</c> header.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.HealthCheckId"> <summary> <para> <para>The ID for the health check for which you want detailed information. When you created the health check, <c>CreateHealthCheck</c> returned the ID in the response, in the <c>HealthCheckId</c> element.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.HealthCheckVersion"> <summary> <para> <para>A sequential counter that Amazon Route 53 sets to <c>1</c> when you create a health check and increments by 1 each time you update settings for the health check.</para><para>We recommend that you use <c>GetHealthCheck</c> or <c>ListHealthChecks</c> to get the current value of <c>HealthCheckVersion</c> for the health check that you want to update, and that you include that value in your <c>UpdateHealthCheck</c> request. This prevents Route 53 from overwriting an intervening update:</para><ul><li><para>If the value in the <c>UpdateHealthCheck</c> request matches the value of <c>HealthCheckVersion</c> in the health check, Route 53 updates the health check with the new settings.</para></li><li><para>If the value of <c>HealthCheckVersion</c> in the health check is greater, the health check was changed after you got the version number. Route 53 does not update the health check, and it returns a <c>HealthCheckVersionMismatch</c> error.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.HealthThreshold"> <summary> <para> <para>The number of child health checks that are associated with a <c>CALCULATED</c> health that Amazon Route 53 must consider healthy for the <c>CALCULATED</c> health check to be considered healthy. To specify the child health checks that you want to associate with a <c>CALCULATED</c> health check, use the <c>ChildHealthChecks</c> and <c>ChildHealthCheck</c> elements.</para><para>Note the following:</para><ul><li><para>If you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy.</para></li><li><para>If you specify <c>0</c>, Route 53 always considers this health check to be healthy.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.InsufficientDataHealthStatus"> <summary> <para> <para>When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:</para><ul><li><para><c>Healthy</c>: Route 53 considers the health check to be healthy.</para></li><li><para><c>Unhealthy</c>: Route 53 considers the health check to be unhealthy.</para></li><li><para><c>LastKnownStatus</c>: By default, Route 53 uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the status for the health check is healthy.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.Inverted"> <summary> <para> <para>Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.IPAddress"> <summary> <para> <para>The IPv4 or IPv6 IP address for the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for <c>IPAddress</c>, Route 53 sends a DNS request to resolve the domain name that you specify in <c>FullyQualifiedDomainName</c> at the interval that you specify in <c>RequestInterval</c>. Using an IP address that is returned by DNS, Route 53 then checks the health of the endpoint.</para><para>Use one of the following formats for the value of <c>IPAddress</c>: </para><ul><li><para><b>IPv4 address</b>: four values between 0 and 255, separated by periods (.), for example, <c>192.0.2.44</c>.</para></li><li><para><b>IPv6 address</b>: eight groups of four hexadecimal values, separated by colons (:), for example, <c>2001:0db8:85a3:0000:0000:abcd:0001:2345</c>. You can also shorten IPv6 addresses as described in RFC 5952, for example, <c>2001:db8:85a3::abcd:1:2345</c>.</para></li></ul><para>If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your EC2 instance, and specify the Elastic IP address for <c>IPAddress</c>. This ensures that the IP address of your instance never changes. For more information, see the applicable documentation:</para><ul><li><para>Linux: <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses (EIP)</a> in the <i>Amazon EC2 User Guide for Linux Instances</i></para></li><li><para>Windows: <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses (EIP)</a> in the <i>Amazon EC2 User Guide for Windows Instances</i></para></li></ul><note><para>If a health check already has a value for <c>IPAddress</c>, you can change the value. However, you can't update an existing health check to add or remove the value of <c>IPAddress</c>. </para></note><para>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-FullyQualifiedDomainName">FullyQualifiedDomainName</a>. </para><para>Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents:</para><ul><li><para><a href="https://tools.ietf.org/html/rfc5735">RFC 5735, Special Use IPv4 Addresses</a></para></li><li><para><a href="https://tools.ietf.org/html/rfc6598">RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space</a></para></li><li><para><a href="https://tools.ietf.org/html/rfc5156">RFC 5156, Special-Use IPv6 Addresses</a></para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.AlarmIdentifier_Name"> <summary> <para> <para>The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.</para><note><para>Route 53 supports CloudWatch alarms with the following features:</para><ul><li><para>Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics">High-Resolution Metrics</a> in the <i>Amazon CloudWatch User Guide</i>.</para></li><li><para>Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.</para></li></ul></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.Port"> <summary> <para> <para>The port on the endpoint that you want Amazon Route 53 to perform health checks on.</para><note><para>Don't specify a value for <c>Port</c> when you specify a value for <c>Type</c> of <c>CLOUDWATCH_METRIC</c> or <c>CALCULATED</c>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.AlarmIdentifier_Region"> <summary> <para> <para>For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.</para><para>For the current list of CloudWatch regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/cw_region.html">Amazon CloudWatch endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.HealthCheckRegion"> <summary> <para> <para>A complex type that contains one <c>Region</c> element for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.ResetElement"> <summary> <para> <para>A complex type that contains one <c>ResettableElementName</c> element for each element that you want to reset to the default value. Valid values for <c>ResettableElementName</c> include the following:</para><ul><li><para><c>ChildHealthChecks</c>: Amazon Route 53 resets <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-ChildHealthChecks">ChildHealthChecks</a> to null.</para></li><li><para><c>FullyQualifiedDomainName</c>: Route 53 resets <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-FullyQualifiedDomainName">FullyQualifiedDomainName</a>. to null.</para></li><li><para><c>Regions</c>: Route 53 resets the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-Regions">Regions</a> list to the default set of regions. </para></li><li><para><c>ResourcePath</c>: Route 53 resets <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-ResourcePath">ResourcePath</a> to null.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.ResourcePath"> <summary> <para> <para>The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html. You can also include query string parameters, for example, <c>/welcome.html?language=jp&login=y</c>. </para><para>Specify this value only if you want to change it.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.SearchString"> <summary> <para> <para>If the value of <c>Type</c> is <c>HTTP_STR_MATCH</c> or <c>HTTPS_STR_MATCH</c>, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy. (You can't change the value of <c>Type</c> when you update a health check.)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HealthCheck'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.UpdateHealthCheckResponse). Specifying the name of a property of type Amazon.Route53.Model.UpdateHealthCheckResponse 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.R53.UpdateR53HealthCheckCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HealthCheckId parameter. The -PassThru parameter is deprecated, use -Select '^HealthCheckId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HealthCheckCmdlet.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.R53.UpdateR53HostedZoneCommentCmdlet"> <summary> Updates the comment for a specified hosted zone. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HostedZoneCommentCmdlet.Comment"> <summary> <para> <para>The new comment for the hosted zone. If you don't specify a value for <c>Comment</c>, Amazon Route 53 deletes the existing value of the <c>Comment</c> element, if any.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HostedZoneCommentCmdlet.Id"> <summary> <para> <para>The ID for the hosted zone that you want to update the comment for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53HostedZoneCommentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostedZone'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.UpdateHostedZoneCommentResponse). Specifying the name of a property of type Amazon.Route53.Model.UpdateHostedZoneCommentResponse 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.R53.UpdateR53HostedZoneCommentCmdlet.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.R53.UpdateR53HostedZoneCommentCmdlet.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.R53.UpdateR53TrafficPolicyCommentCmdlet"> <summary> Updates the comment for a specified traffic policy version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyCommentCmdlet.Comment"> <summary> <para> <para>The new comment for the specified traffic policy and version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyCommentCmdlet.Id"> <summary> <para> <para>The value of <c>Id</c> for the traffic policy that you want to update the comment for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyCommentCmdlet.Version"> <summary> <para> <para>The value of <c>Version</c> for the traffic policy that you want to update the comment for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyCommentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicy'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.UpdateTrafficPolicyCommentResponse). Specifying the name of a property of type Amazon.Route53.Model.UpdateTrafficPolicyCommentResponse 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.R53.UpdateR53TrafficPolicyCommentCmdlet.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.R53.UpdateR53TrafficPolicyCommentCmdlet.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.R53.UpdateR53TrafficPolicyInstanceCmdlet"> <summary> <note><para> After you submit a <c>UpdateTrafficPolicyInstance</c> request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use <c>GetTrafficPolicyInstance</c> with the <c>id</c> of updated traffic policy instance confirm that the <c>UpdateTrafficPolicyInstance</c> request completed successfully. For more information, see the <c>State</c> response element. </para></note><para> Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. </para><para> When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: </para><ol><li><para> Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. </para></li><li><para> When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. </para></li><li><para> Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. </para></li></ol> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyInstanceCmdlet.Id"> <summary> <para> <para>The ID of the traffic policy instance that you want to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyInstanceCmdlet.TrafficPolicyId"> <summary> <para> <para>The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyInstanceCmdlet.TrafficPolicyVersion"> <summary> <para> <para>The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyInstanceCmdlet.TTL"> <summary> <para> <para>The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.R53.UpdateR53TrafficPolicyInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficPolicyInstance'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53.Model.UpdateTrafficPolicyInstanceResponse). Specifying the name of a property of type Amazon.Route53.Model.UpdateTrafficPolicyInstanceResponse 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.R53.UpdateR53TrafficPolicyInstanceCmdlet.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.R53.UpdateR53TrafficPolicyInstanceCmdlet.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> |