@Stability(value=Stable)
public static interface CfnStateMachine.TracingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
To configure your state machine to send trace data to X-Ray, set Enabled to true .
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.stepfunctions.*;
TracingConfigurationProperty tracingConfigurationProperty = TracingConfigurationProperty.builder()
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.TracingConfigurationProperty.Builder
A builder for
CfnStateMachine.TracingConfigurationProperty |
static class |
CfnStateMachine.TracingConfigurationProperty.Jsii$Proxy
An implementation for
CfnStateMachine.TracingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.TracingConfigurationProperty.Builder |
builder() |
default Object |
getEnabled()
When set to `true` , X-Ray tracing is enabled.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnStateMachine.TracingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.