Class: Aws::CloudFront::Types::Distribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Distribution
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
-
#active_trusted_signers ⇒ Types::ActiveTrustedSigners
CloudFront automatically adds this element to the response only if you’ve set up the distribution to serve private content with signed URLs.
-
#alias_icp_recordals ⇒ 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.
-
#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_signers ⇒ Types::ActiveTrustedSigners
CloudFront automatically adds this element to the response only if you’ve set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The ‘Signer` child element lists the AWS account number of the trusted signer (or an empty `Self` element if the signer is you). The `Signer` element also includes the IDs of any active key pairs associated with the trusted signer’s AWS account. If no ‘KeyPairId` element appears for a `Signer`, that signer can’t create working signed URLs.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |
#alias_icp_recordals ⇒ 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. 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*.
[1]: docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) 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 AWS account ID.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) 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.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |
#domain_name ⇒ String
The domain name corresponding to the distribution, for example, ‘d111111abcdef8.cloudfront.net`.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |
#id ⇒ String
The identifier for the distribution. For example: ‘EDFDVBD632BHDS5`.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |
#in_progress_invalidation_batches ⇒ Integer
The number of invalidation batches currently in progress.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time the distribution was last modified.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) 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.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2791 class Distribution < Struct.new( :id, :arn, :status, :last_modified_time, :in_progress_invalidation_batches, :domain_name, :active_trusted_signers, :distribution_config, :alias_icp_recordals) include Aws::Structure end |