Class: TerraformDSL::AWS::Route53
- Defined in:
- lib/terraformdsl/aws.rb
Defined Under Namespace
Classes: PrivateZone, Record, Zone
Constant Summary collapse
- RECORD_TYPES =
[ :A, :AAAA, :CAA, :CNAME, :MX, :NAPTR, :NS, :PTR, :SOA, :SPF, :SRV, :TXT, ]
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize ⇒ Route53
constructor
A new instance of Route53.
- #PrivateZone(*a, &b) ⇒ Object
- #Zone(*a, &b) ⇒ Object
Methods inherited from Resource
Constructor Details
#initialize ⇒ Route53
Returns a new instance of Route53.
495 496 |
# File 'lib/terraformdsl/aws.rb', line 495 def initialize() end |
Instance Method Details
#PrivateZone(*a, &b) ⇒ Object
499 |
# File 'lib/terraformdsl/aws.rb', line 499 def PrivateZone(*a, &b); add_resource(PrivateZone.new(*a), &b); end |