interface CfnTransactionSearchConfigProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.XRay.CfnTransactionSearchConfigProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#CfnTransactionSearchConfigProps |
![]() | software.amazon.awscdk.services.xray.CfnTransactionSearchConfigProps |
![]() | aws_cdk.aws_xray.CfnTransactionSearchConfigProps |
![]() | 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.