CfnTransactionSearchConfigMixinProps

class aws_cdk.mixins_preview.aws_xray.mixins.CfnTransactionSearchConfigMixinProps(*, indexing_percentage=None)

Bases: object

Properties for CfnTransactionSearchConfigPropsMixin.

Parameters:

indexing_percentage (Union[int, float, None]) – Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-transactionsearchconfig.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-transactionsearchconfig.html#cfn-xray-transactionsearchconfig-indexingpercentage