Class: Aws::Synthetics::Types::Canary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

This structure contains all information about one canary in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_configTypes::ArtifactConfigOutput

A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_s3_locationString

The location in Amazon S3 where Synthetics stores artifacts from the runs of this canary. Artifacts include the log file, screenshots, and HAR files.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#browser_configsArray<Types::BrowserConfig>

A structure that specifies the browser type to use for a canary run. CloudWatch Synthetics supports running canaries on both CHROME and FIREFOX browsers.

If not specified, browserConfigs defaults to Chrome.

Returns:



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#codeTypes::CanaryCodeOutput

This structure contains information about the canary's Lambda handler and where its code is stored by CloudWatch Synthetics.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_configTypes::DryRunConfigOutput

Returns the dry run configurations for a canary.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#engine_arnString

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.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#engine_configsArray<Types::EngineConfig>

A list of engine configurations for the canary, one for each browser type that the canary is configured to run on.

All runtime versions syn-nodejs-puppeteer-11.0 and above, and syn-nodejs-playwright-3.0 and above, use engineConfigs only. You can no longer use engineArn in these versions.

Runtime versions older than syn-nodejs-puppeteer-11.0 and syn-nodejs-playwright-3.0 continue to support engineArn to ensure backward compatibility.

Returns:



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

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.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#failure_retention_period_in_daysInteger

The number of days to retain data about failed runs of this canary.

This setting affects the range of information returned by GetCanaryRuns, as well as the range of information displayed in the Synthetics console.

Returns:

  • (Integer)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of this canary.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the canary.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_resource_cleanupString

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.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#run_configTypes::CanaryRunConfigOutput

A structure that contains information about a canary run.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_versionString

Specifies the runtime version to use for the canary. For more information about runtime versions, see Canary Runtime Versions.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::CanaryScheduleOutput

A structure that contains information about how often the canary is to run, and when these runs are to stop.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::CanaryStatus

A structure that contains information about the canary's status.

Returns:



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#success_retention_period_in_daysInteger

The number of days to retain data about successful runs of this canary.

This setting affects the range of information returned by GetCanaryRuns, as well as the range of information displayed in the Synthetics console.

Returns:

  • (Integer)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of key-value pairs that are associated with the canary.

Returns:

  • (Hash<String,String>)


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#timelineTypes::CanaryTimeline

A structure that contains information about when the canary was created, modified, and most recently run.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#visual_referenceTypes::VisualReferenceOutput

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.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#visual_referencesArray<Types::VisualReferenceOutput>

A list of visual reference configurations for the canary, one for each browser type that the canary is configured to run on. Visual references are used for visual monitoring comparisons.

syn-nodejs-puppeteer-11.0 and above, and syn-nodejs-playwright-3.0 and above, only supports visualReferences. visualReference field is not supported.

Versions older than syn-nodejs-puppeteer-11.0 supports both visualReference and visualReferences for backward compatibility. It is recommended to use visualReferences for consistency and future compatibility.

Returns:



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfigOutput

If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC.



324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 324

class Canary < Struct.new(
  :id,
  :name,
  :code,
  :execution_role_arn,
  :schedule,
  :run_config,
  :success_retention_period_in_days,
  :failure_retention_period_in_days,
  :status,
  :timeline,
  :artifact_s3_location,
  :engine_arn,
  :runtime_version,
  :vpc_config,
  :visual_reference,
  :provisioned_resource_cleanup,
  :browser_configs,
  :engine_configs,
  :visual_references,
  :tags,
  :artifact_config,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end