Difference between revisions of "Origin argument in aws cloudfront distribution resource"
Jump to navigation
Jump to search
↑ https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution#origin-arguments
Line 5: | Line 5: | ||
Required: | Required: | ||
* <code>[[domain_name]]</code>, [[DNS]] domain name of either the [[S3 bucket]], or web site of your custom origin. | * <code>[[domain_name]]</code>, [[DNS]] domain name of either the [[S3 bucket]], or web site of your custom origin. | ||
− | * [[origin_id]] | + | * <code>[[origin_id]]</code> |
== Related == | == Related == |
Latest revision as of 09:24, 3 September 2023
Required:
domain_name
, DNS domain name of either the S3 bucket, or web site of your custom origin.origin_id
Related[edit]
- DomainName
- s3_origin_config
- custom_origin_config, if an S3 origin is required, use origin_access_control_id or s3_origin_config instead.
- AWS::CloudFront::Distribution Origin
- Failed to delete origin: One or more of your cache behavior target origins or origin groups do not exist.
- CloudFront origin failover
- Terraform module: cloudfront
See also[edit]
aws_cloudfront_distribution: domain_name, s3_origin_config, default_cache_behavior
, restrictions- Terraform AWS CloudFront: provider
aws_cloudfront_distribution, aws_cloudfront_origin_access_identity, aws_cloudfront_origin_access_control
, Terraform module: cloudfront
Advertising: