Interface CfnTransactionSearchConfigMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransactionSearchConfigMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:06.393Z")
@Stability(Stable)
public interface CfnTransactionSearchConfigMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransactionSearchConfigPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.xray.*;
CfnTransactionSearchConfigMixinProps cfnTransactionSearchConfigMixinProps = CfnTransactionSearchConfigMixinProps.builder()
.indexingPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransactionSearchConfigMixinPropsstatic final classAn implementation forCfnTransactionSearchConfigMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIndexingPercentage
Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.- See Also:
-
builder
-