interface CfnTransactionSearchConfigProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.XRay.CfnTransactionSearchConfigProps | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#CfnTransactionSearchConfigProps | 
|  Java | software.amazon.awscdk.services.xray.CfnTransactionSearchConfigProps | 
|  Python | aws_cdk.aws_xray.CfnTransactionSearchConfigProps | 
|  TypeScript | aws-cdk-lib»aws_xray»CfnTransactionSearchConfigProps | 
Properties for defining a CfnTransactionSearchConfig.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_xray as xray } from 'aws-cdk-lib';
const cfnTransactionSearchConfigProps: xray.CfnTransactionSearchConfigProps = {
  indexingPercentage: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| indexing | number | Determines the percentage of traces indexed from CloudWatch Logs to X-Ray. | 
indexingPercentage?
Type:
number
(optional)
Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.
