DistributionConfigArgs

data class DistributionConfigArgs(val aliases: Output<List<String>>? = null, val cacheBehaviors: Output<List<CacheBehaviorArgs>>? = null, val cnamEs: Output<List<String>>? = null, val comment: Output<String>? = null, val continuousDeploymentPolicyId: Output<String>? = null, val customErrorResponses: Output<List<CustomErrorResponseArgs>>? = null, val customOrigin: Output<LegacyCustomOriginArgs>? = null, val defaultCacheBehavior: Output<DefaultCacheBehaviorArgs>? = null, val defaultRootObject: Output<String>? = null, val enabled: Output<Boolean>? = null, val httpVersion: Output<String>? = null, val ipV6Enabled: Output<Boolean>? = null, val logging: Output<LoggingArgs>? = null, val originGroups: Output<OriginGroupsArgs>? = null, val origins: Output<List<Origin>>? = null, val priceClass: Output<String>? = null, val restrictions: Output<RestrictionsArgs>? = null, val s3Origin: Output<LegacyS3OriginArgs>? = null, val staging: Output<Boolean>? = null, val viewerCertificate: Output<ViewerCertificateArgs>? = null, val webACLId: Output<String>? = null) : ConvertibleToJava<DistributionConfigArgs>

Definition of DistributionConfig

Constructors

Link copied to clipboard
constructor(aliases: Output<List<String>>? = null, cacheBehaviors: Output<List<CacheBehaviorArgs>>? = null, cnamEs: Output<List<String>>? = null, comment: Output<String>? = null, continuousDeploymentPolicyId: Output<String>? = null, customErrorResponses: Output<List<CustomErrorResponseArgs>>? = null, customOrigin: Output<LegacyCustomOriginArgs>? = null, defaultCacheBehavior: Output<DefaultCacheBehaviorArgs>? = null, defaultRootObject: Output<String>? = null, enabled: Output<Boolean>? = null, httpVersion: Output<String>? = null, ipV6Enabled: Output<Boolean>? = null, logging: Output<LoggingArgs>? = null, originGroups: Output<OriginGroupsArgs>? = null, origins: Output<List<Origin>>? = null, priceClass: Output<String>? = null, restrictions: Output<RestrictionsArgs>? = null, s3Origin: Output<LegacyS3OriginArgs>? = null, staging: Output<Boolean>? = null, viewerCertificate: Output<ViewerCertificateArgs>? = null, webACLId: Output<String>? = null)

Properties

Link copied to clipboard
val aliases: Output<List<String>>? = null

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

Link copied to clipboard
val cacheBehaviors: Output<List<CacheBehaviorArgs>>? = null

A complex type that contains zero or more `CacheBehavior` elements.

Link copied to clipboard
val cnamEs: Output<List<String>>? = null

Property cnamEs

Link copied to clipboard
val comment: Output<String>? = null

A comment to describe the distribution. The comment cannot be longer than 128 characters.

Link copied to clipboard

The identifier of a continuous deployment policy. For more information, see `CreateContinuousDeploymentPolicy`.

Link copied to clipboard

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.

Link copied to clipboard

Property customOrigin

Link copied to clipboard

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. A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if request URLs don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.

Link copied to clipboard
val defaultRootObject: Output<String>? = null

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 (`https://www.example.com`) instead of an object in your distribution (`https://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.

Link copied to clipboard
val enabled: Output<Boolean>? = null

From this field, you can enable or disable the selected distribution.

Link copied to clipboard
val httpVersion: Output<String>? = null

(Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate with CF. The default value for new distributions is `http1.1`. For viewers and CF to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI). For viewers and CF to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CF 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.

Link copied to clipboard
val ipV6Enabled: Output<Boolean>? = null

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 R53AWSIntlong 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 Developer Guide. If you created a CNAME resource record set, either with R53AWSIntlong 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.

Link copied to clipboard
val logging: Output<LoggingArgs>? = null

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. A complex type that controls whether access logs are written for the distribution.

Link copied to clipboard
val originGroups: Output<OriginGroupsArgs>? = null

A complex type that contains information about origin groups for this distribution. A complex data type for the origin groups specified for a distribution.

Link copied to clipboard
val origins: Output<List<Origin>>? = null

A complex type that contains information about origins for this distribution.

Link copied to clipboard
val priceClass: Output<String>? = null

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.

Link copied to clipboard
val restrictions: Output<RestrictionsArgs>? = null

A complex type that identifies ways in which you want to restrict distribution of your content. A complex type that identifies ways in which you want to restrict distribution of your content.

Link copied to clipboard
val s3Origin: Output<LegacyS3OriginArgs>? = null

Property s3Origin

Link copied to clipboard
val staging: Output<Boolean>? = null

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.

Link copied to clipboard

A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers. A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers. If the distribution doesn't use `Aliases` (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as `d111111abcdef8.cloudfront.net`—set `CloudFrontDefaultCertificate` to `true` and leave all other fields empty. If the distribution uses `Aliases` (alternate domain names or CNAMEs), use the fields in this type to specify the following settings: + Which viewers the distribution accepts HTTPS connections from: only viewers that support server name indication (SNI) (recommended), or all viewers including those that don't support SNI. + To accept HTTPS connections from only viewers that support SNI, set `SSLSupportMethod` to `sni-only`. This is recommended. Most browsers and clients support SNI. (In CloudFormation, the field name is `SslSupportMethod`. Note the different capitalization.) + To accept HTTPS connections from all viewers, including those that don't support SNI, set `SSLSupportMethod` to `vip`. This is not recommended, and results in additional monthly charges from CloudFront. (In CloudFormation, the field name is `SslSupportMethod`. Note the different capitalization.) + The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for `MinimumProtocolVersion`. For more information, see Security Policy in the Amazon CloudFront Developer Guide. + The location of the SSL/TLS certificate, (ACM) (recommended) or (IAM). You specify the location by setting a value in one of the following fields (not both): + `ACMCertificateArn` (In CloudFormation, this field name is `AcmCertificateArn`. Note the different capitalization.) + `IAMCertificateId` (In CloudFormation, this field name is `IamCertificateId`. Note the different capitalization.) All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use `ViewerProtocolPolicy` in the `CacheBehavior` or `DefaultCacheBehavior`. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use `CustomOriginConfig`. For more information, see Using HTTPS with CloudFront and Using Alternate Domain Names and HTTPS in the Amazon CloudFront Developer Guide.

Link copied to clipboard
val webACLId: Output<String>? = null

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/473e64fd-f30b-4765-81a0-62ad96dd167a`. To specify a web ACL created using WAF Classic, use the ACL ID, for example `473e64fd-f30b-4765-81a0-62ad96dd167a`. 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 Developer Guide.

Functions

Link copied to clipboard
open override fun toJava(): DistributionConfigArgs