- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
access_log_settings
Type: STRUCT
Provider name: accessLogSettings
Description: Settings for logging access in this stage.
destination_arn
STRING
destinationArn
amazon-apigateway-
.format
STRING
format
$context.requestId
.account_id
Type: STRING
cache_cluster_enabled
Type: BOOLEAN
Provider name: cacheClusterEnabled
Description: Specifies whether a cache cluster is enabled for the stage.
cache_cluster_size
Type: STRING
Provider name: cacheClusterSize
Description: The stage’s cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
cache_cluster_status
Type: STRING
Provider name: cacheClusterStatus
Description: The status of the cache cluster for the stage, if enabled.
canary_settings
Type: STRUCT
Provider name: canarySettings
Description: Settings for the canary deployment in this stage.
deployment_id
STRING
deploymentId
percent_traffic
DOUBLE
percentTraffic
stage_variable_overrides
MAP_STRING_STRING
stageVariableOverrides
use_stage_cache
BOOLEAN
useStageCache
client_certificate_id
Type: STRING
Provider name: clientCertificateId
Description: The identifier of a client certificate for an API stage.
created_date
Type: TIMESTAMP
Provider name: createdDate
Description: The timestamp when the stage was created.
deployment_id
Type: STRING
Provider name: deploymentId
Description: The identifier of the Deployment that the stage points to.
description
Type: STRING
Provider name: description
Description: The stage’s description.
documentation_version
Type: STRING
Provider name: documentationVersion
Description: The version of the associated API documentation.
last_updated_date
Type: TIMESTAMP
Provider name: lastUpdatedDate
Description: The timestamp when the stage last updated.
method_settings
Type: STRING
Provider name: methodSettings
Description: A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key
below) are method paths defined as {resource_path}/{http_method}
for an individual method override, or /*/*
for overriding all methods in the stage.
stage_arn
Type: STRING
stage_name
Type: STRING
Provider name: stageName
Description: The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
tags
Type: UNORDERED_LIST_STRING
tracing_enabled
Type: BOOLEAN
Provider name: tracingEnabled
Description: Specifies whether active tracing with X-ray is enabled for the Stage.
variables
Type: MAP_STRING_STRING
Provider name: variables
Description: A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+
.
web_acl_arn
Type: STRING
Provider name: webAclArn
Description: The ARN of the WebAcl associated with the Stage.