Class DistributionConfig
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<DistributionConfig.Builder,- DistributionConfig> 
A distribution configuration.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Aliasesaliases()final Stringstatic DistributionConfig.Builderbuilder()final CacheBehaviorsA complex type that contains zero or moreCacheBehaviorelements.final StringA unique value (for example, a date-time stamp) that ensures that the request can't be replayed.final Stringcomment()A comment to describe the distribution.final ConnectionModeThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).final StringThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).final Stringfinal CustomErrorResponsesA complex type that controls the following:final DefaultCacheBehaviorA complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.final StringWhen a viewer requests the root URL for your distribution, the default root object is the object that you want CloudFront to request from your origin.final Booleanenabled()From this field, you can enable or disable the selected distribution.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final HttpVersion(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront.final String(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront.final Booleanfinal LoggingConfiglogging()A complex type that controls whether access logs are written for the distribution.final OriginGroupsA complex type that contains information about origin groups for this distribution.final Originsorigins()A complex type that contains information about origins for this distribution.final PriceClassfinal Stringfinal RestrictionsA complex type that identifies ways in which you want to restrict distribution of your content.static Class<? extends DistributionConfig.Builder> final Booleanstaging()final TenantConfigTake this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final ViewerCertificateA complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.final StringwebACLId()Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
callerReferenceA unique value (for example, a date-time stamp) that ensures that the request can't be replayed. If the value of CallerReferenceis new (regardless of the content of theDistributionConfigobject), CloudFront creates a new distribution.If CallerReferenceis a value that you already sent in a previous request to create a distribution, CloudFront returns aDistributionAlreadyExistserror.- Returns:
- A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
         If the value of CallerReferenceis new (regardless of the content of theDistributionConfigobject), CloudFront creates a new distribution.If CallerReferenceis a value that you already sent in a previous request to create a distribution, CloudFront returns aDistributionAlreadyExistserror.
 
- 
aliasesThis field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. - Returns:
- This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. 
 
- 
defaultRootObjectWhen a viewer requests the root URL for your distribution, the default root object is the object that you want CloudFront to request from your origin. For example, if your root URL is https://www.example.com, you can specify CloudFront to return theindex.htmlfile as the default root object. You can specify a default root object so that viewers see a specific file or object, instead of another object in your distribution (for example,https://www.example.com/product-description.html). A default root object avoids exposing the contents of your distribution.You can specify the object name or a path to the object name (for example, index.htmlorexampleFolderName/index.html). Your string can't begin with a forward slash (/). Only specify the object name or the path to the object.If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObjectelement.To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObjectelement.To replace the default root object, update the distribution configuration and specify the new object. For more information about the default root object, see Specify a default root object in the Amazon CloudFront Developer Guide. - Returns:
- When a viewer requests the root URL for your distribution, the default root object is the object that you
         want CloudFront to request from your origin. For example, if your root URL is
         https://www.example.com, you can specify CloudFront to return theindex.htmlfile as the default root object. You can specify a default root object so that viewers see a specific file or object, instead of another object in your distribution (for example,https://www.example.com/product-description.html). A default root object avoids exposing the contents of your distribution.You can specify the object name or a path to the object name (for example, index.htmlorexampleFolderName/index.html). Your string can't begin with a forward slash (/). Only specify the object name or the path to the object.If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObjectelement.To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObjectelement.To replace the default root object, update the distribution configuration and specify the new object. For more information about the default root object, see Specify a default root object in the Amazon CloudFront Developer Guide. 
 
- 
originsA complex type that contains information about origins for this distribution. - Returns:
- A complex type that contains information about origins for this distribution.
 
- 
originGroupsA complex type that contains information about origin groups for this distribution. - Returns:
- A complex type that contains information about origin groups for this distribution.
 
- 
defaultCacheBehaviorA complex type that describes the default cache behavior if you don't specify a CacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements. You must create exactly one default cache behavior.- Returns:
- A complex type that describes the default cache behavior if you don't specify a
         CacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements. You must create exactly one default cache behavior.
 
- 
cacheBehaviorsA complex type that contains zero or more CacheBehaviorelements.- Returns:
- A complex type that contains zero or more CacheBehaviorelements.
 
- 
customErrorResponsesA complex type that controls the following: - 
 Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer. 
- 
 How long CloudFront caches HTTP status codes in the 4xx and 5xx range. 
 For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide. - Returns:
- A complex type that controls the following:
         - 
         Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer. 
- 
         How long CloudFront caches HTTP status codes in the 4xx and 5xx range. 
 For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide. 
- 
         
 
- 
 
- 
commentA comment to describe the distribution. The comment cannot be longer than 128 characters. - Returns:
- A comment to describe the distribution. The comment cannot be longer than 128 characters.
 
- 
loggingA complex type that controls whether access logs are written for the distribution. For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide. - Returns:
- A complex type that controls whether access logs are written for the distribution.
         For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide. 
 
- 
priceClassThis field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. If the service returns an enum value that is not available in the current SDK version, priceClasswill returnPriceClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompriceClassAsString().- Returns:
- This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify - PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.- If you specify a price class other than - PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.- For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. 
- See Also:
 
- 
priceClassAsStringThis field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. If the service returns an enum value that is not available in the current SDK version, priceClasswill returnPriceClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompriceClassAsString().- Returns:
- This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify - PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.- If you specify a price class other than - PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.- For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. 
- See Also:
 
- 
enabledFrom this field, you can enable or disable the selected distribution. - Returns:
- From this field, you can enable or disable the selected distribution.
 
- 
viewerCertificateA complex type that determines the distribution's SSL/TLS configuration for communicating with viewers. - Returns:
- A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
 
- 
restrictionsA complex type that identifies ways in which you want to restrict distribution of your content. - Returns:
- A complex type that identifies ways in which you want to restrict distribution of your content.
 
- 
webACLIdMulti-tenant distributions only support WAF V2 web ACLs. A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111. To specify a web ACL created using WAF Classic, use the ACL ID, for examplea1b2c3d4-5678-90ab-cdef-EXAMPLE11111.WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the WAF Developer Guide. - Returns:
- Multi-tenant distributions only support WAF V2 web ACLs. - A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example - arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111. To specify a web ACL created using WAF Classic, use the ACL ID, for example- a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.- WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the WAF Developer Guide. 
 
- 
httpVersion(Optional) Specify the HTTP version(s) 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 automatically use an earlier HTTP version.For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI). For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront. If the service returns an enum value that is not available in the current SDK version, httpVersionwill returnHttpVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpVersionAsString().- Returns:
- (Optional) Specify the HTTP version(s) 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 automatically use an earlier HTTP version.For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI). For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront. 
- See Also:
 
- 
httpVersionAsString(Optional) Specify the HTTP version(s) 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 automatically use an earlier HTTP version.For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI). For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront. If the service returns an enum value that is not available in the current SDK version, httpVersionwill returnHttpVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpVersionAsString().- Returns:
- (Optional) Specify the HTTP version(s) 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 automatically use an earlier HTTP version.For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI). For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront. 
- See Also:
 
- 
isIPV6EnabledTo use this field for a multi-tenant distribution, use a connection group instead. For more information, see ConnectionGroup. If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specifyfalse, CloudFront responds to IPv6 DNS requests with the DNS response codeNOERRORand with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddressparameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.If you're using an Route 53 Amazon Web Services Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true: - 
 You enable IPv6 for the distribution 
- 
 You're using alternate domain names in the URLs for your objects 
 For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Route 53 Amazon Web Services Integration Developer Guide. If you created a CNAME resource record set, either with Route 53 Amazon Web Services Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request. - Returns:
- To use this field for a multi-tenant distribution, use a connection group instead. For more information, see ConnectionGroup. - If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify - true. If you specify- false, CloudFront responds to IPv6 DNS requests with the DNS response code- NOERRORand with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.- In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the - IpAddressparameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.- If you're using an Route 53 Amazon Web Services Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true: - 
         You enable IPv6 for the distribution 
- 
         You're using alternate domain names in the URLs for your objects 
 - For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Route 53 Amazon Web Services Integration Developer Guide. - If you created a CNAME resource record set, either with Route 53 Amazon Web Services Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request. 
- 
         
 
- 
 
- 
continuousDeploymentPolicyIdThis field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. The identifier of a continuous deployment policy. For more information, see CreateContinuousDeploymentPolicy.- Returns:
- This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - The identifier of a continuous deployment policy. For more information, see - CreateContinuousDeploymentPolicy.
 
- 
stagingThis field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. A Boolean that indicates whether this is a staging distribution. When this value is true, this is a staging distribution. When this value isfalse, this is not a staging distribution.- Returns:
- This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - A Boolean that indicates whether this is a staging distribution. When this value is - true, this is a staging distribution. When this value is- false, this is not a staging distribution.
 
- 
anycastIpListIdTo use this field for a multi-tenant distribution, use a connection group instead. For more information, see ConnectionGroup. ID of the Anycast static IP list that is associated with the distribution. - Returns:
- To use this field for a multi-tenant distribution, use a connection group instead. For more information, see ConnectionGroup. - ID of the Anycast static IP list that is associated with the distribution. 
 
- 
tenantConfigThis field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. A distribution tenant configuration. - Returns:
- This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide. - A distribution tenant configuration. 
 
- 
connectionModeThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only). If the service returns an enum value that is not available in the current SDK version, connectionModewill returnConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionModeAsString().- Returns:
- This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
- See Also:
 
- 
connectionModeAsStringThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only). If the service returns an enum value that is not available in the current SDK version, connectionModewill returnConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionModeAsString().- Returns:
- This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DistributionConfig.Builder,- DistributionConfig> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-