CfnTransactionSearchConfigMixinProps
- class aws_cdk.mixins_preview.aws_xray.mixins.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.mixins_preview.aws_xray import mixins as xray_mixins cfn_transaction_search_config_mixin_props = xray_mixins.CfnTransactionSearchConfigMixinProps( indexing_percentage=123 )
Attributes
- indexing_percentage
Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.