Class: Aws::CloudFront::Types::Distribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Distribution
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_trusted_key_groups ⇒ 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_signers ⇒ Types::ActiveTrustedSigners
We recommend using
TrustedKeyGroups
instead ofTrustedSigners
. -
#alias_icp_recordals ⇒ Array<Types::AliasICPRecordal>
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.
-
#arn ⇒ String
The ARN (Amazon Resource Name) for the distribution.
-
#distribution_config ⇒ Types::DistributionConfig
The current configuration information for the distribution.
-
#domain_name ⇒ String
The domain name corresponding to the distribution, for example,
d111111abcdef8.cloudfront.net
. -
#id ⇒ String
The identifier for the distribution.
-
#in_progress_invalidation_batches ⇒ Integer
The number of invalidation batches currently in progress.
-
#last_modified_time ⇒ Time
The date and time the distribution was last modified.
-
#status ⇒ String
This response element indicates the current status of the distribution.
Instance Attribute Details
#active_trusted_key_groups ⇒ 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. 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.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#active_trusted_signers ⇒ Types::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 Amazon Web Services 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.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#alias_icp_recordals ⇒ Array<Types::AliasICPRecordal>
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 in Getting Started with Amazon Web Services services in China.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN (Amazon Resource Name) for the distribution. For example:
arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5
,
where 123456789012
is your Amazon Web Services account ID.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#distribution_config ⇒ Types::DistributionConfig
The current configuration information for the distribution. Send a
GET
request to the /CloudFront API version/distribution
ID/config
resource.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name corresponding to the distribution, for example,
d111111abcdef8.cloudfront.net
.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the distribution. For example: EDFDVBD632BHDS5
.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#in_progress_invalidation_batches ⇒ Integer
The number of invalidation batches currently in progress.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time the distribution was last modified.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4486 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :active_trusted_key_groups, :distribution_config, :alias_icp_recordals) SENSITIVE = [] include Aws::Structure end |