class SyntheticsCanaryTestRunFailure
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Synthetics.Events.SyntheticsCanaryTestRunFailure |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssynthetics/events#SyntheticsCanaryTestRunFailure |
Java | software.amazon.awscdk.mixins.preview.services.synthetics.events.SyntheticsCanaryTestRunFailure |
Python | aws_cdk.mixins_preview.aws_synthetics.events.SyntheticsCanaryTestRunFailure |
TypeScript | @aws-cdk/mixins-preview » aws_synthetics » events » SyntheticsCanaryTestRunFailure |
EventBridge event pattern for aws.synthetics@SyntheticsCanaryTestRunFailure.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as synthetics_events } from '@aws-cdk/mixins-preview/aws-synthetics';
const syntheticsCanaryTestRunFailure = new synthetics_events.SyntheticsCanaryTestRunFailure();
Initializer
new SyntheticsCanaryTestRunFailure()
Methods
| Name | Description |
|---|---|
| static synthetics | EventBridge event pattern for Synthetics Canary TestRun Failure. |
static syntheticsCanaryTestRunFailurePattern(options?)
public static syntheticsCanaryTestRunFailurePattern(options?: SyntheticsCanaryTestRunFailureProps): EventPattern
Parameters
Returns
EventBridge event pattern for Synthetics Canary TestRun Failure.

.NET
Go
Java
Python
TypeScript