interface CfnTransactionSearchConfigMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.XRay.CfnTransactionSearchConfigMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsxray#CfnTransactionSearchConfigMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.xray.CfnTransactionSearchConfigMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_xray.CfnTransactionSearchConfigMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_xray » CfnTransactionSearchConfigMixinProps |
Properties for CfnTransactionSearchConfigPropsMixin.
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/cfn-property-mixins';
const cfnTransactionSearchConfigMixinProps: xray.CfnTransactionSearchConfigMixinProps = {
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.

.NET
Go
Java
Python
TypeScript