class TerraformDSL::AWS::Route53

Constants

RECORD_TYPES

Public Class Methods

new() click to toggle source
# File lib/terraformdsl/aws.rb, line 494
def initialize()
end

Public Instance Methods

PrivateZone(*a, &b) click to toggle source
# File lib/terraformdsl/aws.rb, line 498
def PrivateZone(*a, &b); add_resource(PrivateZone.new(*a), &b); end
Zone(*a, &b) click to toggle source
# File lib/terraformdsl/aws.rb, line 497
def Zone       (*a, &b); add_resource(Zone.new(*a)       , &b); end