class AWSXRayInsightUpdate
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.XRay.Events.AWSXRayInsightUpdate |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsxray/events#AWSXRayInsightUpdate |
Java | software.amazon.awscdk.mixins.preview.services.xray.events.AWSXRayInsightUpdate |
Python | aws_cdk.mixins_preview.aws_xray.events.AWSXRayInsightUpdate |
TypeScript | @aws-cdk/mixins-preview » aws_xray » events » AWSXRayInsightUpdate |
EventBridge event pattern for aws.xray@AWSXRayInsightUpdate.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as xray_events } from '@aws-cdk/mixins-preview/aws-xray';
const aWSXRayInsightUpdate = new xray_events.AWSXRayInsightUpdate();
Initializer
new AWSXRayInsightUpdate()
Methods
| Name | Description |
|---|---|
| static aws | EventBridge event pattern for AWS X-Ray Insight Update. |
static awsXRayInsightUpdatePattern(options?)
public static awsXRayInsightUpdatePattern(options?: AWSXRayInsightUpdateProps): EventPattern
Parameters
- options
AWSXRayInsight Update Props
Returns
EventBridge event pattern for AWS X-Ray Insight Update.

.NET
Go
Java
Python
TypeScript