interface XRayDeliveryDestinationProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Logs.XRayDeliveryDestinationProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslogs#XRayDeliveryDestinationProps |
Java | software.amazon.awscdk.mixins.preview.services.logs.XRayDeliveryDestinationProps |
Python | aws_cdk.mixins_preview.aws_logs.XRayDeliveryDestinationProps |
TypeScript (source) | @aws-cdk/mixins-preview ยป aws_logs ยป XRayDeliveryDestinationProps |
Properties for XRay delivery destination.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from '@aws-cdk/mixins-preview';
const xRayDeliveryDestinationProps: logs.XRayDeliveryDestinationProps = {
sourceResource: 'sourceResource',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | Arn of the source resource. |
sourceResource
Type:
string
Arn of the source resource.

.NET
Go
Java
Python
TypeScript (