GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Synthetics::Canary(3) User Contributed Perl Documentation Paws::Synthetics::Canary(3)

Paws::Synthetics::Canary

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Synthetics::Canary object:

  $service_obj->Method(Att1 => { ArtifactS3Location => $value, ..., VpcConfig => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Synthetics::Canary object:

  $result = $service_obj->Method(...);
  $result->Att1->ArtifactS3Location

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

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

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 (https://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html).

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.

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

The unique ID of this canary.

The name of the canary.

Specifies the runtime version to use for the canary. For more information about runtime versions, see Canary Runtime Versions (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html).

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

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

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

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

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

This class forms part of Paws, describing an object used in Paws::Synthetics

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.