Verify Dns Configuration
cloudfront_verify_dns_configuration | R Documentation |
Verify the DNS configuration for your domain names¶
Description¶
Verify the DNS configuration for your domain names. This API operation checks whether your domain name points to the correct routing endpoint of the connection group, such as d111111abcdef8.cloudfront.net. You can use this API operation to troubleshoot and resolve DNS configuration issues.
Usage¶
cloudfront_verify_dns_configuration(Domain, Identifier)
Arguments¶
Domain |
The domain name that you're verifying. |
Identifier |
[required] The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant. |
Value¶
A list with the following syntax:
list(
DnsConfigurationList = list(
list(
Domain = "string",
Status = "valid-configuration"|"invalid-configuration"|"unknown-configuration",
Reason = "string"
)
)
)
Request syntax¶
svc$verify_dns_configuration(
Domain = "string",
Identifier = "string"
)