aws-route53-hosted-zones
Retrieves a list of the public and private hosted zones that are associated with the current AWS account.
aws-route53-hosted-zones [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- route53:ListHostedZones
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
id | String | ID | |
name | String | Name | |
caller_ref | String | Caller reference | |
rr_set_count | String | Resource record set count | The number of resource record sets in the hosted zone. |
private | Bool | Private | |
comment | String | Comment | |
linked_service_principal | String | Linked service principal | |
linked_service_desc | String | Linked service description |