ProjectPlanton Logo
DocumentationAbout
GitHubGitHub
  • Introduction
  • Guide
    • Contributor Guide
    • Pulumi Backend
    • Provider Credentials
    • GitHub Actions
    • Debug Pulumi Modules
  • CLI
  • API
    • API Design
    • API Documentation
    • Configuration Validation
    • SDKs
  • Use Cases
    • Microservices
    • OpenSource
    • Cloud Infrastructure
    • Serverless
    • Managed Services
    • Developer Self-Service
  • Deploy
  • Providers
    • Route53 Zone
    • Artifact Registry
    • CloudDNS Zone
    • Secrets Manager
    • Cloud Storage Bucket
    • GKE Cluster
    • Kafka
    • Microservice
    • Postgres
    • Redis
  • More
  • API Docs ↗
Question? Give us feedback →Edit this page on GitHub →
DocumentationAWSRoute53 Zone

Route53 DNS Zone

apiVersion: aws.project-planton.org/v1
kind: Route53Zone
metadata:
  name: example.com
spec:
  records:
    - name: test-a.example.com.
      recordType: A
      values:
        - 1.1.1.1
    - name: test-cname.example.com.
      recordType: CNAME
      values:
        - some-other.example.com.
ProvidersArtifact Registry

© 2025 ProjectPlanton.