CfnTransactionSearchConfigMixinProps
- class aws_cdk.cfn_property_mixins.aws_xray.CfnTransactionSearchConfigMixinProps(*, indexing_percentage=None)
Bases:
objectProperties for CfnTransactionSearchConfigPropsMixin.
- Parameters:
indexing_percentage (
Union[int,float,None]) – Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_xray as xray cfn_transaction_search_config_mixin_props = xray.CfnTransactionSearchConfigMixinProps( indexing_percentage=123 )
Attributes
- indexing_percentage
Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.