@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DistributionConfig extends Object implements Serializable, Cloneable
A distribution configuration.
Constructor and Description |
---|
DistributionConfig()
Default constructor for DistributionConfig object.
|
DistributionConfig(String callerReference,
Boolean enabled)
Constructs a new DistributionConfig object.
|
Modifier and Type | Method and Description |
---|---|
DistributionConfig |
clone() |
boolean |
equals(Object obj) |
Aliases |
getAliases()
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
|
CacheBehaviors |
getCacheBehaviors()
A complex type that contains zero or more
CacheBehavior elements. |
String |
getCallerReference()
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
|
String |
getComment()
Any comments you want to include about the distribution.
|
CustomErrorResponses |
getCustomErrorResponses()
A complex type that controls the following:
|
DefaultCacheBehavior |
getDefaultCacheBehavior()
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
String |
getDefaultRootObject()
The object that you want CloudFront to request from your origin (for example,
index.html ) when a
viewer requests the root URL for your distribution (http://www.example.com ) instead of an object in
your distribution (http://www.example.com/product-description.html ). |
Boolean |
getEnabled()
From this field, you can enable or disable the selected distribution.
|
String |
getHttpVersion()
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
Boolean |
getIsIPV6Enabled()
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
true . |
LoggingConfig |
getLogging()
A complex type that controls whether access logs are written for the distribution.
|
Origins |
getOrigins()
A complex type that contains information about origins for this distribution.
|
String |
getPriceClass()
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
Restrictions |
getRestrictions() |
ViewerCertificate |
getViewerCertificate() |
String |
getWebACLId()
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
|
int |
hashCode() |
Boolean |
isEnabled()
From this field, you can enable or disable the selected distribution.
|
Boolean |
isIPV6Enabled()
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
true . |
void |
setAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
|
void |
setCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more
CacheBehavior elements. |
void |
setCallerReference(String callerReference)
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
|
void |
setComment(String comment)
Any comments you want to include about the distribution.
|
void |
setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that controls the following:
|
void |
setDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
void |
setDefaultRootObject(String defaultRootObject)
The object that you want CloudFront to request from your origin (for example,
index.html ) when a
viewer requests the root URL for your distribution (http://www.example.com ) instead of an object in
your distribution (http://www.example.com/product-description.html ). |
void |
setEnabled(Boolean enabled)
From this field, you can enable or disable the selected distribution.
|
void |
setHttpVersion(HttpVersion httpVersion)
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
void |
setHttpVersion(String httpVersion)
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
void |
setIsIPV6Enabled(Boolean isIPV6Enabled)
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
true . |
void |
setLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the distribution.
|
void |
setOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
|
void |
setPriceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
void |
setPriceClass(String priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
void |
setRestrictions(Restrictions restrictions) |
void |
setViewerCertificate(ViewerCertificate viewerCertificate) |
void |
setWebACLId(String webACLId)
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DistributionConfig |
withAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
|
DistributionConfig |
withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more
CacheBehavior elements. |
DistributionConfig |
withCallerReference(String callerReference)
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
|
DistributionConfig |
withComment(String comment)
Any comments you want to include about the distribution.
|
DistributionConfig |
withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that controls the following:
|
DistributionConfig |
withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DistributionConfig |
withDefaultRootObject(String defaultRootObject)
The object that you want CloudFront to request from your origin (for example,
index.html ) when a
viewer requests the root URL for your distribution (http://www.example.com ) instead of an object in
your distribution (http://www.example.com/product-description.html ). |
DistributionConfig |
withEnabled(Boolean enabled)
From this field, you can enable or disable the selected distribution.
|
DistributionConfig |
withHttpVersion(HttpVersion httpVersion)
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
DistributionConfig |
withHttpVersion(String httpVersion)
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
DistributionConfig |
withIsIPV6Enabled(Boolean isIPV6Enabled)
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
true . |
DistributionConfig |
withLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the distribution.
|
DistributionConfig |
withOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
|
DistributionConfig |
withPriceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
DistributionConfig |
withPriceClass(String priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
DistributionConfig |
withRestrictions(Restrictions restrictions) |
DistributionConfig |
withViewerCertificate(ViewerCertificate viewerCertificate) |
DistributionConfig |
withWebACLId(String webACLId)
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
|
public DistributionConfig()
public DistributionConfig(String callerReference, Boolean enabled)
callerReference
- A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a
distribution, and if the content of the DistributionConfig
is identical to the original
request (ignoring white space), CloudFront returns the same the response that it returned to the original
request.
If CallerReference
is a value you already sent in a previous request to create a distribution
but the content of the DistributionConfig
is different from the original request, CloudFront
returns a DistributionAlreadyExists
error.
enabled
- From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
public void setCallerReference(String callerReference)
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a distribution, and
if the content of the DistributionConfig
is identical to the original request (ignoring white
space), CloudFront returns the same the response that it returned to the original request.
If CallerReference
is a value you already sent in a previous request to create a distribution but
the content of the DistributionConfig
is different from the original request, CloudFront returns a
DistributionAlreadyExists
error.
callerReference
- A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a
distribution, and if the content of the DistributionConfig
is identical to the original
request (ignoring white space), CloudFront returns the same the response that it returned to the original
request.
If CallerReference
is a value you already sent in a previous request to create a distribution
but the content of the DistributionConfig
is different from the original request, CloudFront
returns a DistributionAlreadyExists
error.
public String getCallerReference()
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a distribution, and
if the content of the DistributionConfig
is identical to the original request (ignoring white
space), CloudFront returns the same the response that it returned to the original request.
If CallerReference
is a value you already sent in a previous request to create a distribution but
the content of the DistributionConfig
is different from the original request, CloudFront returns a
DistributionAlreadyExists
error.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a
distribution, and if the content of the DistributionConfig
is identical to the original
request (ignoring white space), CloudFront returns the same the response that it returned to the original
request.
If CallerReference
is a value you already sent in a previous request to create a
distribution but the content of the DistributionConfig
is different from the original
request, CloudFront returns a DistributionAlreadyExists
error.
public DistributionConfig withCallerReference(String callerReference)
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a distribution, and
if the content of the DistributionConfig
is identical to the original request (ignoring white
space), CloudFront returns the same the response that it returned to the original request.
If CallerReference
is a value you already sent in a previous request to create a distribution but
the content of the DistributionConfig
is different from the original request, CloudFront returns a
DistributionAlreadyExists
error.
callerReference
- A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the
DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value you already sent in a previous request to create a
distribution, and if the content of the DistributionConfig
is identical to the original
request (ignoring white space), CloudFront returns the same the response that it returned to the original
request.
If CallerReference
is a value you already sent in a previous request to create a distribution
but the content of the DistributionConfig
is different from the original request, CloudFront
returns a DistributionAlreadyExists
error.
public void setAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
aliases
- A complex type that contains information about CNAMEs (alternate domain names), if any, for this
distribution.public Aliases getAliases()
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
public DistributionConfig withAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
aliases
- A complex type that contains information about CNAMEs (alternate domain names), if any, for this
distribution.public void setDefaultRootObject(String defaultRootObject)
The object that you want CloudFront to request from your origin (for example, index.html
) when a
viewer requests the root URL for your distribution (http://www.example.com
) instead of an object in
your distribution (http://www.example.com/product-description.html
). Specifying a default root
object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the object
name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and
include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
defaultRootObject
- The object that you want CloudFront to request from your origin (for example, index.html
)
when a viewer requests the root URL for your distribution (http://www.example.com
) instead of
an object in your distribution (http://www.example.com/product-description.html
). Specifying
a default root object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the
object name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and
include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
public String getDefaultRootObject()
The object that you want CloudFront to request from your origin (for example, index.html
) when a
viewer requests the root URL for your distribution (http://www.example.com
) instead of an object in
your distribution (http://www.example.com/product-description.html
). Specifying a default root
object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the object
name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and
include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
index.html
)
when a viewer requests the root URL for your distribution (http://www.example.com
) instead
of an object in your distribution (http://www.example.com/product-description.html
).
Specifying a default root object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the
object name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration
and include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
public DistributionConfig withDefaultRootObject(String defaultRootObject)
The object that you want CloudFront to request from your origin (for example, index.html
) when a
viewer requests the root URL for your distribution (http://www.example.com
) instead of an object in
your distribution (http://www.example.com/product-description.html
). Specifying a default root
object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the object
name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and
include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
defaultRootObject
- The object that you want CloudFront to request from your origin (for example, index.html
)
when a viewer requests the root URL for your distribution (http://www.example.com
) instead of
an object in your distribution (http://www.example.com/product-description.html
). Specifying
a default root object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the
object name.
If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and
include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
public void setOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
origins
- A complex type that contains information about origins for this distribution.public Origins getOrigins()
A complex type that contains information about origins for this distribution.
public DistributionConfig withOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
origins
- A complex type that contains information about origins for this distribution.public void setDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
defaultCacheBehavior
- A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in
CacheBehavior
elements. You must create exactly one default cache behavior.public DefaultCacheBehavior getDefaultCacheBehavior()
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.public DistributionConfig withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
defaultCacheBehavior
- A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in
CacheBehavior
elements. You must create exactly one default cache behavior.public void setCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior
elements.
cacheBehaviors
- A complex type that contains zero or more CacheBehavior
elements.public CacheBehaviors getCacheBehaviors()
A complex type that contains zero or more CacheBehavior
elements.
CacheBehavior
elements.public DistributionConfig withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior
elements.
cacheBehaviors
- A complex type that contains zero or more CacheBehavior
elements.public void setCustomErrorResponses(CustomErrorResponses customErrorResponses)
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.
customErrorResponses
- 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.
public CustomErrorResponses getCustomErrorResponses()
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.
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.
public DistributionConfig withCustomErrorResponses(CustomErrorResponses customErrorResponses)
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.
customErrorResponses
- 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.
public void setComment(String comment)
Any comments you want to include about the distribution.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
comment
- Any comments you want to include about the distribution.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty
Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
public String getComment()
Any comments you want to include about the distribution.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty
Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
public DistributionConfig withComment(String comment)
Any comments you want to include about the distribution.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
comment
- Any comments you want to include about the distribution.
If you don't want to specify a comment, include an empty Comment
element.
To delete an existing comment, update the distribution configuration and include an empty
Comment
element.
To add or change a comment, update the distribution configuration and specify the new comment.
public void setLogging(LoggingConfig logging)
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.
logging
- 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.
public LoggingConfig getLogging()
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.
For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.
public DistributionConfig withLogging(LoggingConfig logging)
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.
logging
- 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.
public void setPriceClass(String priceClass)
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 map to CloudFront regions, see Amazon CloudFront Pricing.
priceClass
- 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 map to CloudFront regions, see Amazon CloudFront Pricing.
PriceClass
public String getPriceClass()
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 map to CloudFront regions, see Amazon CloudFront Pricing.
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 map to CloudFront regions, see Amazon CloudFront Pricing.
PriceClass
public DistributionConfig withPriceClass(String priceClass)
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 map to CloudFront regions, see Amazon CloudFront Pricing.
priceClass
- 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 map to CloudFront regions, see Amazon CloudFront Pricing.
PriceClass
public void setPriceClass(PriceClass priceClass)
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 map to CloudFront regions, see Amazon CloudFront Pricing.
priceClass
- 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 map to CloudFront regions, see Amazon CloudFront Pricing.
PriceClass
public DistributionConfig withPriceClass(PriceClass priceClass)
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 map to CloudFront regions, see Amazon CloudFront Pricing.
priceClass
- 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 map to CloudFront regions, see Amazon CloudFront Pricing.
PriceClass
public void setEnabled(Boolean enabled)
From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and
Prefix
, the values are automatically deleted.
enabled
- From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
public Boolean getEnabled()
From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and
Prefix
, the values are automatically deleted.
If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
public DistributionConfig withEnabled(Boolean enabled)
From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and
Prefix
, the values are automatically deleted.
enabled
- From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
public Boolean isEnabled()
From this field, you can enable or disable the selected distribution.
If you specify false
for Enabled
but you specify values for Bucket
and
Prefix
, the values are automatically deleted.
If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
public void setViewerCertificate(ViewerCertificate viewerCertificate)
viewerCertificate
- public ViewerCertificate getViewerCertificate()
public DistributionConfig withViewerCertificate(ViewerCertificate viewerCertificate)
viewerCertificate
- public void setRestrictions(Restrictions restrictions)
restrictions
- public Restrictions getRestrictions()
public DistributionConfig withRestrictions(Restrictions restrictions)
restrictions
- public void setWebACLId(String webACLId)
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
webACLId
- A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
public String getWebACLId()
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
public DistributionConfig withWebACLId(String webACLId)
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
webACLId
- A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
AWS 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 AWS WAF, see the AWS WAF Developer Guide.
public void setHttpVersion(String httpVersion)
(Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
httpVersion
- (Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
HttpVersion
public String getHttpVersion()
(Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
HttpVersion
public DistributionConfig withHttpVersion(String httpVersion)
(Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
httpVersion
- (Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
HttpVersion
public void setHttpVersion(HttpVersion httpVersion)
(Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
httpVersion
- (Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
HttpVersion
public DistributionConfig withHttpVersion(HttpVersion httpVersion)
(Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
httpVersion
- (Optional) Specify the maximum HTTP version 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 TLS 1.2 or later, and must support Server Name Identification (SNI).
In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization."
HttpVersion
public void setIsIPV6Enabled(Boolean isIPV6Enabled)
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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
isIPV6Enabled
- 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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
public Boolean getIsIPV6Enabled()
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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
true
. If you specify false
, CloudFront responds to IPv6 DNS requests
with the DNS response code NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
public DistributionConfig withIsIPV6Enabled(Boolean isIPV6Enabled)
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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
isIPV6Enabled
- 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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
public Boolean isIPV6Enabled()
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 NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
true
. If you specify false
, CloudFront responds to IPv6 DNS requests
with the DNS response code NOERROR
and 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 IpAddress
parameter 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 Amazon Route 53 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 Amazon Route 53 Developer Guide.
If you created a CNAME resource record set, either with Amazon Route 53 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.
public String toString()
toString
in class Object
Object.toString()
public DistributionConfig clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.