Interface ICfnTransactionSearchConfigMixinProps
Properties for CfnTransactionSearchConfigPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.XRay.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnTransactionSearchConfigMixinProps
Syntax (vb)
Public Interface ICfnTransactionSearchConfigMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.XRay.Mixins;
var cfnTransactionSearchConfigMixinProps = new CfnTransactionSearchConfigMixinProps {
IndexingPercentage = 123
};
Synopsis
Properties
| IndexingPercentage | Determines the percentage of traces indexed from CloudWatch Logs to X-Ray. |
Properties
IndexingPercentage
Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.
double? IndexingPercentage { get; }