- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`able_to_update_bundle
Type: BOOLEAN
Provider name: ableToUpdateBundle
Description: Indicates whether the bundle that is currently applied to your distribution, specified using the distributionName
parameter, can be changed to another bundle. Use the UpdateDistributionBundle
action to change your distribution’s bundle.
account_id
Type: STRING
alternative_domain_names
Type: UNORDERED_LIST_STRING
Provider name: alternativeDomainNames
Description: The alternate domain names of the distribution.
arn
Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) of the distribution.
bundle_id
Type: STRING
Provider name: bundleId
Description: The ID of the bundle currently applied to the distribution.
cache_behavior_settings
Type: STRUCT
Provider name: cacheBehaviorSettings
Description: An object that describes the cache behavior settings of the distribution.
allowed_http_methods
STRING
allowedHTTPMethods
GET,HEAD
- The distribution forwards the GET
and HEAD
methods.GET,HEAD,OPTIONS
- The distribution forwards the GET
, HEAD
, and OPTIONS
methods.GET,HEAD,OPTIONS,PUT,PATCH,POST,DELETE
- The distribution forwards the GET
, HEAD
, OPTIONS
, PUT
, PATCH
, POST
, and DELETE
methods.cached_http_methods
STRING
cachedHTTPMethods
GET,HEAD
- The distribution caches responses to the GET
and HEAD
methods.GET,HEAD,OPTIONS
- The distribution caches responses to the GET
, HEAD
, and OPTIONS
methods.default_ttl
INT64
defaultTTL
Cache-Control max-age
, Cache-Control s-maxage
, and Expires
to objects.forwarded_cookies
STRUCT
forwardedCookies
cookies_allow_list
UNORDERED_LIST_STRING
cookiesAllowList
option
STRING
option
all
, none
, or allow-list
to forward only the cookies specified in the cookiesAllowList
parameter.forwarded_headers
STRUCT
forwardedHeaders
headers_allow_list
UNORDERED_LIST_STRING
headersAllowList
option
STRING
option
all
- Forward all headers to your origin.none
- Forward only the default headers.allow-list
- Forward only the headers you specify using the headersAllowList
parameter.forwarded_query_strings
STRUCT
forwardedQueryStrings
option
BOOLEAN
option
query_strings_allow_list
UNORDERED_LIST_STRING
queryStringsAllowList
option
parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList
parameter.maximum_ttl
INT64
maximumTTL
Cache-Control max-age
, Cache-Control s-maxage
, and Expires
to objects.minimum_ttl
INT64
minimumTTL
0
must be specified for minimumTTL
if the distribution is configured to forward all headers to the origin.cache_behaviors
Type: UNORDERED_LIST_STRUCT
Provider name: cacheBehaviors
Description: An array of objects that describe the per-path cache behavior of the distribution.
behavior
STRING
behavior
cache
- This behavior caches the specified path.dont-cache
- This behavior doesn’t cache the specified path.path
STRING
path
path/to/assets/
), and file types (.html, jpg, js
). Directories and file paths are case-sensitive. Examples:var/www/html/
var/www/html/index.html
var/www/html/.html
var/www/html/images/.jpg
var/www/html/images/.png
var/www/html/images/.gif
Specify the following to cache all files in the images sub-directory of the document root of an Apache web server. var/www/html/images/
certificate_name
Type: STRING
Provider name: certificateName
Description: The name of the SSL/TLS certificate attached to the distribution, if any.
created_at
Type: TIMESTAMP
Provider name: createdAt
Description: The timestamp when the distribution was created.
default_cache_behavior
Type: STRUCT
Provider name: defaultCacheBehavior
Description: An object that describes the default cache behavior of the distribution.
behavior
STRING
behavior
cache
- This option is best for static sites. When specified, your distribution caches and serves your entire website as static content. This behavior is ideal for websites with static content that doesn’t change depending on who views it, or for websites that don’t use cookies, headers, or query strings to personalize content.dont-cache
- This option is best for sites that serve a mix of static and dynamic content. When specified, your distribution caches and serve only the content that is specified in the distribution’s CacheBehaviorPerPath
parameter. This behavior is ideal for websites or web applications that use cookies, headers, and query strings to personalize content for individual users.domain_name
Type: STRING
Provider name: domainName
Description: The domain name of the distribution.
ip_address_type
Type: STRING
Provider name: ipAddressType
Description: The IP address type of the distribution. The possible values are ipv4
for IPv4 only, and dualstack
for IPv4 and IPv6.
is_enabled
Type: BOOLEAN
Provider name: isEnabled
Description: Indicates whether the distribution is enabled.
location
Type: STRUCT
Provider name: location
Description: An object that describes the location of the distribution, such as the Amazon Web Services Region and Availability Zone. us-east-1
Region.
availability_zone
STRING
availabilityZone
us-east-2a
(case-sensitive).region_name
STRING
regionName
name
Type: STRING
Provider name: name
Description: The name of the distribution.
origin
Type: STRUCT
Provider name: origin
Description: An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer. The distribution pulls, caches, and serves content from the origin.
name
STRING
name
protocol_policy
STRING
protocolPolicy
region_name
STRING
regionName
resource_type
STRING
resourceType
response_timeout
INT32
responseTimeout
origin_public_dns
Type: STRING
Provider name: originPublicDNS
Description: The public DNS of the origin.
resource_type
Type: STRING
Provider name: resourceType
Description: The Lightsail resource type (Distribution
).
status
Type: STRING
Provider name: status
Description: The status of the distribution.
support_code
Type: STRING
Provider name: supportCode
Description: The support code. Include this code in your email to support when you have questions about your Lightsail distribution. This code enables our support team to look up your Lightsail information more easily.
tags
Type: UNORDERED_LIST_STRING
viewer_minimum_tls_protocol_version
Type: STRING
Provider name: viewerMinimumTlsProtocolVersion
Description: The minimum TLS protocol version that the distribution can use to communicate with viewers.