- 필수 기능
- 시작하기
- 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
artifact_config
Type: STRUCT
Provider name: ArtifactConfig
Description: A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
s3_encryption
STRUCT
S3Encryption
encryption_mode
STRING
EncryptionMode
SSE_S3
to use server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS
to use server-side encryption with a customer-managed KMS key. If you omit this parameter, an Amazon Web Services-managed KMS key is used.kms_key_arn
STRING
KmsKeyArn
SSE-KMS
for EncryptionMode
artifact_s3_location
Type: STRING
Provider name: ArtifactS3Location
Description: The location in Amazon S3 where Synthetics stores artifacts from the runs of this canary. Artifacts include the log file, screenshots, and HAR files.
code
Type: STRUCT
Provider name: Code
handler
STRING
Handler
source_location_arn
STRING
SourceLocationArn
engine_arn
Type: STRING
Provider name: EngineArn
Description: The ARN of the Lambda function that is used as your canary’s engine. For more information about Lambda ARN format, see Resources and Conditions for Lambda Actions.
execution_role_arn
Type: STRING
Provider name: ExecutionRoleArn
Description: The ARN of the IAM role used to run the canary. This role must include lambda.amazonaws.com
as a principal in the trust policy.
failure_retention_period_in_days
Type: INT32
Provider name: FailureRetentionPeriodInDays
Description: The number of days to retain data about failed runs of this canary.
id
Type: STRING
Provider name: Id
Description: The unique ID of this canary.
name
Type: STRING
Provider name: Name
Description: The name of the canary.
provisioned_resource_cleanup
Type: STRING
Provider name: ProvisionedResourceCleanup
Description: Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted. If it is AUTOMATIC
, the Lambda functions and layers will be deleted when the canary is deleted. If the value of this parameter is OFF
, then the value of the DeleteLambda
parameter of the DeleteCanary operation determines whether the Lambda functions and layers will be deleted.
run_config
Type: STRUCT
Provider name: RunConfig
active_tracing
BOOLEAN
ActiveTracing
memory_in_mb
INT32
MemoryInMB
timeout_in_seconds
INT32
TimeoutInSeconds
runtime_version
Type: STRING
Provider name: RuntimeVersion
Description: Specifies the runtime version to use for the canary. For more information about runtime versions, see Canary Runtime Versions.
schedule
Type: STRUCT
Provider name: Schedule
Description: A structure that contains information about how often the canary is to run, and when these runs are to stop.
duration_in_seconds
INT64
DurationInSeconds
Expression
value.expression
STRING
Expression
rate
expression or a cron
expression that defines how often the canary is to run. For a rate expression, The syntax is rate(number unit)
. unit can be minute
, minutes
, or hour
. For example, rate(1 minute)
runs the canary once a minute, rate(10 minutes)
runs it once every 10 minutes, and rate(1 hour)
runs it once every hour. You can specify a frequency between rate(1 minute)
and rate(1 hour)
. Specifying rate(0 minute)
or rate(0 hour)
is a special value that causes the canary to run only once when it is started. Use cron(expression)
to specify a cron expression. For information about the syntax for cron expressions, see Scheduling canary runs using cron.status
Type: STRUCT
Provider name: Status
Description: A structure that contains information about the canary’s status.
state
STRING
State
state_reason
STRING
StateReason
state_reason_code
STRING
StateReasonCode
success_retention_period_in_days
Type: INT32
Provider name: SuccessRetentionPeriodInDays
Description: The number of days to retain data about successful runs of this canary.
tags
Type: UNORDERED_LIST_STRING
timeline
Type: STRUCT
Provider name: Timeline
Description: A structure that contains information about when the canary was created, modified, and most recently run.
created
TIMESTAMP
Created
last_modified
TIMESTAMP
LastModified
last_started
TIMESTAMP
LastStarted
last_stopped
TIMESTAMP
LastStopped
visual_reference
Type: STRUCT
Provider name: VisualReference
Description: If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
base_canary_run_id
STRING
BaseCanaryRunId
base_screenshots
UNORDERED_LIST_STRUCT
BaseScreenshots
ignore_coordinates
UNORDERED_LIST_STRING
IgnoreCoordinates
screenshot_name
STRING
ScreenshotName
UpdateCanary
operation that specified for this canary to perform visual monitoring.vpc_config
Type: STRUCT
Provider name: VpcConfig
ipv6_allowed_for_dual_stack
BOOLEAN
Ipv6AllowedForDualStack
security_group_ids
UNORDERED_LIST_STRING
SecurityGroupIds
subnet_ids
UNORDERED_LIST_STRING
SubnetIds
vpc_id
STRING
VpcId