public static interface CfnStateMachine.TracingConfigurationProperty
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 java.lang.Object |
getEnabled()
When set to `true` , X-Ray tracing is enabled.
|
default java.lang.Object getEnabled()
static CfnStateMachine.TracingConfigurationProperty.Builder builder()