Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

CheckDNSAvailability - AWS Elastic Beanstalk
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

CheckDNSAvailability

Checks if the specified CNAME is available.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

CNAMEPrefix

The prefix used when this CNAME is reserved.

Type: String

Length Constraints: Minimum length of 4. Maximum length of 63.

Required: Yes

Response Elements

The following elements are returned by the service.

Available

Indicates if the specified CNAME is available:

  • true : The CNAME is available.

  • false : The CNAME is not available.

Type: Boolean

FullyQualifiedCNAME

The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Errors

For information about the errors that are common to all actions, see Common Errors.

Examples

Example

This example illustrates one usage of CheckDNSAvailability.

Sample Request

https://elasticbeanstalk.us-west-2.amazonaws.com/?CNAMEPrefix=sampleapplication &Operation=CheckDNSAvailability &AuthParams

Sample Response

<CheckDNSAvailabilityResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"> <CheckDNSAvailabilityResult> <FullyQualifiedCNAME>sampleapplication.elasticbeanstalk.amazonaws.com</FullyQualifiedCNAME> <Available>true</Available> </CheckDNSAvailabilityResult> <ResponseMetadata> <RequestId>12f6701f-f1d6-11df-8a78-9f77047e0d0c</RequestId> </ResponseMetadata> </CheckDNSAvailabilityResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.