class AWS::Route53
@return [Client] the low-level Route53 client object
@!attribute [r] client
See {Client} for documentation on all of the supported operations.
end
# …
.each do |zone|
resp = r53.client.list_hosted_zones
r53 = AWS::Route53.new
a simple request:
{AWS::Route53::Client}. Here is how you access the client and make
this time. You can still access all of the API methods using
AWS::Route53 does not provide higher level abstractions for Route 53 at
# Using the Client
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
r53 = AWS::Route53.new(
Or you can set them directly on the AWS::Route53 interface:
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
AWS.config(
AWS.config:
You can setup default credentials for all AWS services via
# Credentials
* [Amazon Route 53 Documentation](aws.amazon.com/documentation/route53/)
* [Amazon Route 53](aws.amazon.com/route53/)
For more information about Amazon Route 53:
[sign up here](aws.amazon.com/route53/).
To use Amazon Route 53 you must first
This class is the starting point for working with Amazon Route 53.
def hosted_zones
-
(HostedZoneCollection)-
def hosted_zones HostedZoneCollection.new(:config => config) end