Interface CfnObservabilityConfiguration.TraceConfigurationProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnObservabilityConfiguration.TraceConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnObservabilityConfiguration
@Stability(Stable)
public static interface CfnObservabilityConfiguration.TraceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the configuration of the tracing feature within an AWS App Runner observability configuration.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apprunner.*;
 TraceConfigurationProperty traceConfigurationProperty = TraceConfigurationProperty.builder()
         .vendor("vendor")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnObservabilityConfiguration.TraceConfigurationPropertystatic final classAn implementation forCfnObservabilityConfiguration.TraceConfigurationProperty
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()The implementation provider chosen for tracing App Runner services.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getVendorThe implementation provider chosen for tracing App Runner services.
- 
builder@Stability(Stable) static CfnObservabilityConfiguration.TraceConfigurationProperty.Builder builder()
 
-