- 필수 기능
- 시작하기
- 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
components
Type: STRING
Provider name: components
Description: The components to deploy. This is a dictionary, where each key is the name of a component, and each key’s value is the version and configuration to deploy for that component.
creation_timestamp
Type: TIMESTAMP
Provider name: creationTimestamp
Description: The time at which the deployment was created, expressed in ISO 8601 format.
deployment_id
Type: STRING
Provider name: deploymentId
Description: The ID of the deployment.
deployment_name
Type: STRING
Provider name: deploymentName
Description: The name of the deployment.
deployment_policies
Type: STRUCT
Provider name: deploymentPolicies
Description: The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.
component_update_policy
STRUCT
componentUpdatePolicy
action
STRING
action
NOTIFY_COMPONENTS
– The deployment notifies each component before it stops and updates that component. Components can use the SubscribeToComponentUpdates IPC operation to receive these notifications. Then, components can respond with the DeferComponentUpdate IPC operation. For more information, see Create deployments in the IoT Greengrass V2 Developer Guide.SKIP_NOTIFY_COMPONENTS
– The deployment doesn’t notify components or wait for them to be safe to update.NOTIFY_COMPONENTS
timeout_in_seconds
INT32
timeoutInSeconds
60
configuration_validation_policy
STRUCT
configurationValidationPolicy
timeout_in_seconds
INT32
timeoutInSeconds
30
failure_handling_policy
STRING
failureHandlingPolicy
ROLLBACK
deployment_status
Type: STRING
Provider name: deploymentStatus
Description: The status of the deployment.
iot_job_arn
Type: STRING
Provider name: iotJobArn
Description: The ARN of the IoT job that applies the deployment to target devices.
iot_job_configuration
Type: STRUCT
Provider name: iotJobConfiguration
Description: The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.
abort_config
STRUCT
abortConfig
criteria_list
UNORDERED_LIST_STRUCT
criteriaList
action
STRING
action
failure_type
STRING
failureType
min_number_of_executed_things
INT32
minNumberOfExecutedThings
threshold_percentage
DOUBLE
thresholdPercentage
failureType
failures that occur before the job can cancel. This parameter supports up to two digits after the decimal (for example, you can specify 10.9
or 10.99
, but not 10.999
).job_executions_rollout_config
STRUCT
jobExecutionsRolloutConfig
exponential_rate
STRUCT
exponentialRate
base_rate_per_minute
INT32
baseRatePerMinute
increment_factor
DOUBLE
incrementFactor
1.5
, but not 1.55
).rate_increase_criteria
STRUCT
rateIncreaseCriteria
number_of_notified_things
INT32
numberOfNotifiedThings
number_of_succeeded_things
INT32
numberOfSucceededThings
maximum_per_minute
INT32
maximumPerMinute
timeout_config
STRUCT
timeoutConfig
in_progress_timeout_in_minutes
INT64
inProgressTimeoutInMinutes
IN_PROGRESS
. If the job status doesn’t change to a terminal state before the time expires, then the job status is set to TIMED_OUT
. The timeout interval must be between 1 minute and 7 days (10080 minutes).iot_job_id
Type: STRING
Provider name: iotJobId
Description: The ID of the IoT job that applies the deployment to target devices.
is_latest_for_target
Type: BOOLEAN
Provider name: isLatestForTarget
Description: Whether or not the deployment is the latest revision for its target.
parent_target_arn
Type: STRING
Provider name: parentTargetArn
Description: The parent deployment’s target ARN within a subdeployment.
revision_id
Type: STRING
Provider name: revisionId
Description: The revision number of the deployment.
tags
Type: UNORDERED_LIST_STRING
target_arn
Type: STRING
Provider name: targetArn
Description: The ARN of the target IoT thing or thing group.