| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The Distribution complex type describes the information about a distribution. For
more information about distributions, go to
Working with Distributions in the
Amazon CloudFront Developer Guide.
This complex type is used as a response element in POST Distribution and in GET Distribution.
<Distribution xmlns="http://cloudfront.amazonaws.com/doc/2013-05-12/"> <Id>ID for the distribution</Id> <Status>Deployed | InProgress</Status> <LastModifiedTime>creation date and time in ISO 8601 format</LastModifiedTime> <InProgressInvalidationBatches>number of invalidation batches being processed for this distribution</InProgressInvalidationBatches> <DomainName>CloudFront domain name assigned to the distribution</DomainName> <ActiveTrustedSigners> <Enabled>true | false</Enabled> <Quantity>number of unique trusted signers from all cache behaviors</Quantity> <Items> <Signer> <AwsAccountNumber>self |AWS account number</AwsAccountNumber> <KeyPairIds> <Quantity>number of active key pairs for AwsAccountNumber</Quantity> <Items> <KeyPairId>active key pair associated with AwsAccountNumber</KeyPairId> </Items> </KeyPairIds> </Signer> </Items> </ActiveTrustedSigners> <DistributionConfig> <CallerReference>unique description for this distribution config</CallerReference> <Aliases> <Quantity>number of CNAME aliases</Quantity> <!-- Optional. Omitted when Quantity = 0. --> <Items> <CNAME>CNAME alias</CNAME> </Items> </Aliases> <DefaultRootObject>URL for default root object</DefaultRootObject> <Origins> <Quantity>number of origins</Quantity> <Items> <Origin> <Id>unique identifier for this origin</Id> <DomainName>domain name of origin</DomainName> <!-- CloudFront returns the S3OriginConfig element only if you use an Amazon S3 origin. --> <S3OriginConfig> <OriginAccessIdentity>origin-access-identity/ cloudfront/ID</OriginAccessIdentity> </S3OriginConfig> <!-- CloudFront returns the CustomOriginConfig element only if you use a custom origin. --> <CustomOriginConfig> <HTTPPort>HTTP port that the custom origin listens on</HTTPPort> <HTTPSPort>HTTPS port that the custom origin listens on</HTTPSPort> <OriginProtocolPolicy>http-only | match-viewer</OriginProtocolPolicy> </CustomOriginConfig> </Origin> </Items> </Origins> <DefaultCacheBehavior> <TargetOriginId>ID of the origin that the default cache behavior applies to</TargetOriginId> <ForwardedValues> <QueryString>true | false</QueryString> <Cookies> <Forward>all | whitelist | none</Forward> <!-- Required when Forward = whitelist, omitted otherwise. --> <WhitelistedNames> <Quantity>number of cookie names to forward to origin</Quantity> <Items> <Name>name of a cookie to forward to the origin</Name> </Items> </WhitelistedNames> </Cookies> </ForwardedValues> <TrustedSigners> <Enabled>true | false</Enabled> <Quantity>number of trusted signers</Quantity> <!-- Optional. Omitted when Quantity = 0. --> <Items> <AwsAccountNumber>self |AWS account that can create signed URLs</AwsAccountNumber> </Items> </TrustedSigners> <ViewerProtocolPolicy>allow-all | https-only</ViewerProtocolPolicy> <MinTTL>minimum TTL in seconds</MinTTL> </DefaultCacheBehavior> <CacheBehaviors> <Quantity>number of cache behaviors</Quantity> <!-- Optional. Omitted when Quantity = 0. --> <Items> <CacheBehavior> <PathPattern>pattern that specifies files that this cache behavior applies to</PathPattern> <TargetOriginId>ID of the origin that this cache behavior applies to</TargetOriginId> <ForwardedValues> <QueryString>true | false</QueryString> <Cookies> <Forward>all | whitelist | none</Forward> <!-- Required when Forward = whitelist, omitted otherwise. --> <WhitelistedNames> <Quantity>number of cookie names to forward to origin</Quantity> <Items> <Name>name of a cookie to forward to the origin</Name> </Items> </WhitelistedNames> </Cookies> </ForwardedValues> <TrustedSigners> <Enabled>true | false</Enabled> <Quantity>number of trusted signers</Quantity> <!-- Optional. Omitted when Quantity = 0. --> <Items> <AwsAccountNumber>self |AWS account that can create signed URLs</AwsAccountNumber> </Items> </TrustedSigners> <ViewerProtocolPolicy>allow-all | https-only</ViewerProtocolPolicy> <MinTTL>minimum TTL in seconds for files specified by PathPattern</MinTTL> </CacheBehavior> </Items> </CacheBehaviors> <Comment>comment about the distribution</Comment> <Logging> <Enabled>true | false</Enabled> <IncludeCookies>true | false</IncludeCookies> <Bucket>Amazon S3 bucket to save logs in</Bucket> <Prefix>prefix for log filenames</Prefix> </Logging> <ViewerCertificate> <IAMCertificateId>IAM certificate ID</IAMCertificateId> | <CloudFrontDefaultCertificate>true</CloudFrontDefaultCertificate> </ViewerCertificate> <PriceClass>maximum price class for the distribution</PriceClass> <Enabled>true | false</Enabled> </DistributionConfig> </Distribution>
The following table describes the child elements in the Distribution datatype.
They're presented in the order they appear in the distribution, and not in alphabetical
order.
| Name | Description | Required |
|---|---|---|
|
|
The identifier for the distribution. For example:
Type: String Default: None |
Yes |
|
|
This response element indicates the current status of the distribution. When the status is
Type: String Valid Values: Default: None |
Yes |
|
|
The number of invalidation batches currently in progress for this distribution. For more information about invalidation, go to Object Invalidation in the Amazon CloudFront Developer Guide. Type: String Valid Values: Default: None |
Yes |
|
|
The date and time the distribution was last modified. Type: String with date in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard, for example, 2012-05-19T19:37:58Z. Default: None |
Yes |
|
|
The domain name corresponding to the distribution, for example,
Type: String Default: None |
Yes |
|
|
A complex type that lists the AWS accounts, if any, that you included in the The For more information, go to Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide. Type: Complex type Default: None Parent: Children: | |
|
|
For more information, see Type: Boolean Default: None Valid Values: Parent: | |
|
|
The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors
all list the same three AWS accounts, the value of For more information, see Type: Integer Default: None Parent: | |
|
|
A complex type that contains one For more information, see Type: Complex Default: None Children: Parent: | |
|
|
A complex type that lists the AWS accounts that were included in the For more information, see Type: Complex Default: None Children: Parent: | |
|
|
An AWS account that is included in the
For more information, see Type: String Default: None Parent: | |
|
|
A complex type that lists the active CloudFront key pairs, if any, that are associated with For more information, see Type: Complex Default: None Parent: | |
|
|
The number of active CloudFront key pairs for For more information, see Type: Integer Default: None Parent: | |
|
|
A complex type that lists the active CloudFront key pairs, if any, that are associated with
For more information, see Type: Complex Default: None Child: Parent: | |
|
|
An active CloudFront key pair Id that is associated with For more information, see Type: String Default: None Parent: | |
|
|
The current configuration information for the distribution. Type: DistributionConfig Complex Type Default: None |
Yes |
Note
Even though a distribution might be deployed, you must enable the distribution for use before end users can retrieve content. For more information about enabled and disabled distributions, go to Parts of a Basic Distribution in the Amazon CloudFront Developer Guide.
The following example shows a distribution with an Amazon S3 origin and a custom origin, as well as one cache behavior.
<Distribution xmlns="http://cloudfront.amazonaws.com/doc/2013-05-12/">
<Id>EDFDVBD6EXAMPLE</Id>
<Status>Deployed</Status>
<LastModifiedTime>2012-05-19T19:37:58Z</LastModifiedTime>
<InProgressInvalidationBatches>1</InProgressInvalidationBatches>
<DomainName>d111111abcdef8.cloudfront.net</DomainName>
<ActiveTrustedSigners>
<Quantity>3</Quantity>
<Items>
<Signer>
<AwsAccountNumber>self</AwsAccountNumber>
<KeyPairIds>
<Quantity>1</Quantity>
<Items>
<KeyPairId>APKA9ONS7QCOWEXAMPLE</KeyPairId>
</Items>
</KeyPairIds>
</Signer>
<Signer>
<AwsAccountNumber>111122223333</AwsAccountNumber>
<KeyPairIds>
<Quantity>2</Quantity>
<KeyPairId>APKAI72T5DYBXEXAMPLE</KeyPairId>
<KeyPairId>APKAU72D8DYNXEXAMPLE</KeyPairId>
</KeyPairIds>
</Signer>
<Signer>
<AwsAccountNumber>444455556666</AwsAccountNumber>
<KeyPairIds>
<Quantity>0</Quantity>
</KeyPairIds>
</Signer>
</Items>
</ActiveTrustedSigners>
<DistributionConfig>
<CallerReference>example.com2012-04-11-5:09pm</CallerReference>
<Aliases>
<Quantity>1</Quantity>
<Items>
<CNAME>www.example.com</CNAME>
</Items>
</Aliases>
<DefaultRootObject>index.html</DefaultRootObject>
<Origins>
<Quantity>2</Quantity>
<Items>
<Origin>
<Id>example-Amazon S3-origin</Id>
<DomainName>myawsbucket.s3.amazonaws.com</DomainName>
<S3OriginConfig>
<OriginAccessIdentity>origin-access-identity/cloudfront/E74FTE3AEXAMPLE</OriginAccessIdentity>
</S3OriginConfig>
</Origin>
<Origin>
<Id>example-custom-origin</Id>
<DomainName>example.com</DomainName>
<CustomOriginConfig>
<HTTPPort>80</HTTPPort>
<HTTPSPort>443</HTTPSPort>
<OriginProtocolPolicy>match-viewer</OriginProtocolPolicy>
</CustomOriginConfig>
</Origin>
</Items>
</Origins>
<DefaultCacheBehavior>
<TargetOriginId>example-Amazon S3-origin</TargetOriginId>
<ForwardedValues>
<QueryString>true</QueryString>
<Cookies>
<Forward>whitelist</Forward>
<WhitelistedNames>
<Quantity>1</Quantity>
<Items>
<Name>example-cookie</Name>
</Items>
</WhitelistedNames>
</Cookies>
</ForwardedValues>
<TrustedSigners>
<Enabled>true</Enabled>
<Quantity>3</Quantity>
<Items>
<AwsAccountNumber>self</AwsAccountNumber>
<AwsAccountNumber>111122223333</AwsAccountNumber>
<AwsAccountNumber>444455556666</AwsAccountNumber>
</Items>
</TrustedSigners>
<ViewerProtocolPolicy>https-only</ViewerProtocolPolicy>
<MinTTL>0</MinTTL>
</DefaultCacheBehavior>
<CacheBehaviors>
<Quantity>1</Quantity>
<Items>
<CacheBehavior>
<PathPattern>*.jpg</PathPattern>
<TargetOriginId>example-custom-origin</TargetOriginId>
<ForwardedValues>
<QueryString>false</QueryString>
<Cookies>
<Forward>all</Forward>
</Cookies>
</ForwardedValues>
<TrustedSigners>
<Enabled>true</Enabled>
<Quantity>2</Quantity>
<Items>
<AwsAccountNumber>self</AwsAccountNumber>
<AwsAccountNumber>111122223333</AwsAccountNumber>
</Items>
</TrustedSigners>
<ViewerProtocolPolicy>allow-all</ViewerProtocolPolicy>
<MinTTL>86400</MinTTL>
</CacheBehavior>
</Items>
</CacheBehaviors>
<Comment>example comment</Comment>
<Logging>
<Enabled>true</Enabled>
<IncludeCookies>true</IncludeCookies>
<Bucket>myawslogbucket.s3.amazonaws.com</Bucket>
<Prefix>example.com.</Prefix>
</Logging>
<ViewerCertificate>
<IAMCertificateId>AS1A2M3P4L5E67SIIXR3J</IAMCertificateId>
</ViewerCertificate>
<PriceClass>PriceClass_All</PriceClass>
<Enabled>true</Enabled>
</DistributionConfig>
</Distribution>