class AWS::CloudFront

@return [Client] the low-level CloudFront client object
@!attribute [r] client
See {Client} for documentation on all of the supported operations.
end
# …
.each do |distribution|
resp = cf.client.list_distributions
cf = AWS::CloudFront.new
a simple request:
{AWS::CloudFront::Client}. Here is how you access the client and make
this time. You can still access all of the API methods using
AWS::CloudFront does not provide higher level abstractions for CloudFront at
# Using the Client
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
cf = AWS::CloudFront.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 CloudFront Documentation](aws.amazon.com/documentation/cloudfront/)
* [Amazon CloudFront](aws.amazon.com/cloudfront/)
For more information about Amazon CloudFront:
[sign up here](aws.amazon.com/cloudfront/).
To use Amazon CloudFront you must first
This class is the starting point for working with Amazon CloudFront.