![]() |
![]()
| ![]() |
![]()
NAMEPaws::Synthetics::Canary USAGEThis 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 DESCRIPTIONThis structure contains all information about one canary in your account. ATTRIBUTESArtifactS3Location => StrThe location in Amazon S3 where Synthetics stores artifacts from the runs of this canary. Artifacts include the log file, screenshots, and HAR files. Code => Paws::Synthetics::CanaryCodeOutputEngineArn => StrThe 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). ExecutionRoleArn => StrThe ARN of the IAM role used to run the canary. This role must include "lambda.amazonaws.com" as a principal in the trust policy. FailureRetentionPeriodInDays => IntThe number of days to retain data about failed runs of this canary. Id => StrThe unique ID of this canary. Name => StrThe name of the canary. RunConfig => Paws::Synthetics::CanaryRunConfigOutputRuntimeVersion => StrSpecifies 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). Schedule => Paws::Synthetics::CanaryScheduleOutputA structure that contains information about how often the canary is to run, and when these runs are to stop. Status => Paws::Synthetics::CanaryStatusA structure that contains information about the canary's status. SuccessRetentionPeriodInDays => IntThe number of days to retain data about successful runs of this canary. Tags => Paws::Synthetics::TagMapThe list of key-value pairs that are associated with the canary. Timeline => Paws::Synthetics::CanaryTimelineA structure that contains information about when the canary was created, modified, and most recently run. VpcConfig => Paws::Synthetics::VpcConfigOutputSEE ALSOThis class forms part of Paws, describing an object used in Paws::Synthetics BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|