AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::XRay::TransactionSearchConfig

CfnTransactionSearchConfig

This schema provides construct and validation rules for AWS-XRay TransactionSearchConfig resource parameters.

Import

import { CfnTransactionSearchConfig } from 'aws-cdk-lib/aws-xray';

Or use the module namespace:

import * as xray from 'aws-cdk-lib/aws-xray';
// xray.CfnTransactionSearchConfig

Properties

Configuration passed to the constructor as CfnTransactionSearchConfigProps.

indexingPercentageOptional
number

Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-xray
CFN TypeAWS::XRay::TransactionSearchConfig
Properties1

External Links