dave-irvine/Amazon Route53 "Create Recordset" Action for GitHub Actions
Creates a recordset
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the record to create. | yes | — |
| type | The type of record to create. One of SOA | A | TXT | NS | CNAME | MX | NAPTR | PTR | SRV | SPF | AAAA | CAA. | yes | — |
| records | The values of the records to create (comma seperated). | yes | — |
| hosted-zone-id | The hosted zone ID in which to create the record. | yes | — |
| ttl | The TTL of the recordset (defaults to 60) | no | — |
| wait-for-change | Whether or not to wait for the Route53 change to be applied (defaults to true) | no | — |
Outputs
no outputs