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 Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnObservabilityConfiguration.TraceConfigurationProperty
static final class
An implementation forCfnObservabilityConfiguration.TraceConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The implementation provider chosen for tracing App Runner services.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVendor
The implementation provider chosen for tracing App Runner services. -
builder
@Stability(Stable) static CfnObservabilityConfiguration.TraceConfigurationProperty.Builder builder()
-