- 필수 기능
- 시작하기
- 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+=`account_id
Type: STRING
compute_platform
Type: STRING
Provider name: computePlatform
Description: The destination platform type for the deployment (Lambda
, Server
, or ECS
).
create_time
Type: TIMESTAMP
Provider name: createTime
Description: The time at which the deployment configuration was created.
deployment_config_id
Type: STRING
Provider name: deploymentConfigId
Description: The deployment configuration ID.
deployment_config_name
Type: STRING
Provider name: deploymentConfigName
Description: The deployment configuration name.
minimum_healthy_hosts
Type: STRUCT
Provider name: minimumHealthyHosts
Description: Information about the number or percentage of minimum healthy instances.
type
STRING
type
HOST_COUNT
: The minimum number of healthy instances as an absolute value.FLEET_PERCENT
: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.GetDeploymentConfig
, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful. value
INT32
value
tags
Type: UNORDERED_LIST_STRING
traffic_routing_config
Type: STRUCT
Provider name: trafficRoutingConfig
Description: The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.
time_based_canary
STRUCT
timeBasedCanary
canary_interval
INT32
canaryInterval
TimeBasedCanary
deployment.canary_percentage
INT32
canaryPercentage
TimeBasedCanary
deployment.time_based_linear
STRUCT
timeBasedLinear
linear_interval
INT32
linearInterval
TimeBasedLinear
deployment.linear_percentage
INT32
linearPercentage
TimeBasedLinear
deployment.type
STRING
type
TimeBasedCanary
or TimeBasedLinear
) used by a deployment configuration.zonal_config
Type: STRUCT
Provider name: zonalConfig
Description: Information about a zonal configuration.
first_zone_monitor_duration_in_seconds
INT64
firstZoneMonitorDurationInSeconds
firstZoneMonitorDurationInSeconds
, then CodeDeploy uses the monitorDurationInSeconds
value for the first Availability Zone. For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide.minimum_healthy_hosts_per_zone
STRUCT
minimumHealthyHostsPerZone
MinimumHealthyHosts
option. For more information, see About the minimum number of healthy hosts per Availability Zone in the CodeDeploy User Guide. If you don’t specify the minimumHealthyHostsPerZone
option, then CodeDeploy uses a default value of 0
percent. For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide.type
STRING
type
type
associated with the MinimumHealthyHostsPerZone
option.value
INT32
value
value
associated with the MinimumHealthyHostsPerZone
option.monitor_duration_in_seconds
INT64
monitorDurationInSeconds
monitorDurationInSeconds
, CodeDeploy starts deploying to the next Availability Zone immediately. For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide.