You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::Distribution

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#active_trusted_key_groupsTypes::ActiveTrustedKeyGroups

CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using key groups. This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.

Returns:

  • (Types::ActiveTrustedKeyGroups)

    CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using key groups.

#active_trusted_signersTypes::ActiveTrustedSigners

We recommend using TrustedKeyGroups instead of TrustedSigners.

CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using trusted signers. This field contains a list of AWS account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.

Returns:

#alias_icp_recordalsArray<Types::AliasICPRecordal>

AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they\'ve added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

Returns:

  • (Array<Types::AliasICPRecordal>)

    AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they\'ve added to CloudFront.

#arnString

The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

Returns:

  • (String)

    The ARN (Amazon Resource Name) for the distribution.

#distribution_configTypes::DistributionConfig

The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

Returns:

#domain_nameString

The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

Returns:

  • (String)

    The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

#idString

The identifier for the distribution. For example: EDFDVBD632BHDS5.

Returns:

  • (String)

    The identifier for the distribution.

#in_progress_invalidation_batchesInteger

The number of invalidation batches currently in progress.

Returns:

  • (Integer)

    The number of invalidation batches currently in progress.

#last_modified_timeTime

The date and time the distribution was last modified.

Returns:

  • (Time)

    The date and time the distribution was last modified.

#statusString

This response element indicates the current status of the distribution. When the status is Deployed, the distribution\'s information is fully propagated to all CloudFront edge locations.

Returns:

  • (String)

    This response element indicates the current status of the distribution.