Interface CfnObservabilityConfigurationPropsMixin.TraceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnObservabilityConfigurationPropsMixin.TraceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnObservabilityConfigurationPropsMixin
@Stability(Stable)
public static interface CfnObservabilityConfigurationPropsMixin.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.cfnpropertymixins.services.apprunner.*;
TraceConfigurationProperty traceConfigurationProperty = TraceConfigurationProperty.builder()
.vendor("vendor")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnObservabilityConfigurationPropsMixin.TraceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVendor
The implementation provider chosen for tracing App Runner services.- See Also:
-
builder
@Stability(Stable) static CfnObservabilityConfigurationPropsMixin.TraceConfigurationProperty.Builder builder()
-