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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The distribution’s information.

Instance Attribute Summary collapse

Instance Attribute Details

#active_trusted_signersTypes::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.



2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#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)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#distribution_configTypes::DistributionConfig

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



2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#domain_nameString

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

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#idString

The identifier for the distribution. For example: ‘EDFDVBD632BHDS5`.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#in_progress_invalidation_batchesInteger

The number of invalidation batches currently in progress.

Returns:

  • (Integer)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#last_modified_timeTime

The date and time the distribution was last modified.

Returns:

  • (Time)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end

#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)


2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-cloudfront/types.rb', line 2641

class Distribution < Struct.new(
  :id,
  :arn,
  :status,
  :last_modified_time,
  :in_progress_invalidation_batches,
  :domain_name,
  :active_trusted_signers,
  :distribution_config)
  include Aws::Structure
end