class Aws::CloudFront::Types::DistributionSummary

A summary of the information about a CloudFront distribution.

@!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

The current status of the distribution. When the status is
`Deployed`, the distribution's information is 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] domain_name

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

@!attribute [rw] aliases

A complex type that contains information about CNAMEs (alternate
domain names), if any, for this distribution.
@return [Types::Aliases]

@!attribute [rw] origins

A complex type that contains information about origins for this
distribution.
@return [Types::Origins]

@!attribute [rw] origin_groups

A complex type that contains information about origin groups for
this distribution.
@return [Types::OriginGroups]

@!attribute [rw] default_cache_behavior

A complex type that describes the default cache behavior if you
don't specify a `CacheBehavior` element or if files don't match
any of the values of `PathPattern` in `CacheBehavior` elements. You
must create exactly one default cache behavior.
@return [Types::DefaultCacheBehavior]

@!attribute [rw] cache_behaviors

A complex type that contains zero or more `CacheBehavior` elements.
@return [Types::CacheBehaviors]

@!attribute [rw] custom_error_responses

A complex type that contains zero or more `CustomErrorResponses`
elements.
@return [Types::CustomErrorResponses]

@!attribute [rw] comment

The comment originally specified when this distribution was created.
@return [String]

@!attribute [rw] price_class

A complex type that contains information about price class for this
streaming distribution.
@return [String]

@!attribute [rw] enabled

Whether the distribution is enabled to accept user requests for
content.
@return [Boolean]

@!attribute [rw] viewer_certificate

A complex type that determines the distribution’s SSL/TLS
configuration for communicating with viewers.
@return [Types::ViewerCertificate]

@!attribute [rw] restrictions

A complex type that identifies ways in which you want to restrict
distribution of your content.
@return [Types::Restrictions]

@!attribute [rw] web_acl_id

The Web ACL Id (if any) associated with the distribution.
@return [String]

@!attribute [rw] http_version

Specify the maximum HTTP version that you want viewers to use to
communicate with CloudFront. The default value for new web
distributions is `http2`. Viewers that don't support `HTTP/2` will
automatically use an earlier version.
@return [String]

@!attribute [rw] is_ipv6_enabled

Whether CloudFront responds to IPv6 DNS requests with an IPv6
address for your distribution.
@return [Boolean]

@!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/DistributionSummary AWS API Documentation

Constants

SENSITIVE