class Aws::CloudFront::Types::Distribution

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

@!attribute [rw] id

The identifier for the distribution. For example: `EDFDVBD632BHDS5`.
@return [String]

@!attribute [rw] arn

The ARN (Amazon Resource Name) for the distribution. For example:
`arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5`,
where `123456789012` is your account ID.
@return [String]

@!attribute [rw] status

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.
@return [String]

@!attribute [rw] last_modified_time

The date and time the distribution was last modified.
@return [Time]

@!attribute [rw] in_progress_invalidation_batches

The number of invalidation batches currently in progress.
@return [Integer]

@!attribute [rw] domain_name

The domain name corresponding to the distribution, for example,
`d111111abcdef8.cloudfront.net`.
@return [String]

@!attribute [rw] active_trusted_signers

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 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.
@return [Types::ActiveTrustedSigners]

@!attribute [rw] active_trusted_key_groups

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.
@return [Types::ActiveTrustedKeyGroups]

@!attribute [rw] distribution_config

The current configuration information for the distribution. Send a
`GET` request to the `/CloudFront API version/distribution
ID/config` resource.
@return [Types::DistributionConfig]

@!attribute [rw] alias_icp_recordals

Amazon Web Services 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][1] in *Getting Started with Amazon Web Services
services in China*.

[1]: https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html
@return [Array<Types::AliasICPRecordal>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/Distribution AWS API Documentation

Constants

SENSITIVE