Interface CfnStateMachinePropsMixin.LoggingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachinePropsMixin.LoggingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachinePropsMixin
@Stability(Stable)
public static interface CfnStateMachinePropsMixin.LoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.sam.*;
LoggingConfigurationProperty loggingConfigurationProperty = LoggingConfigurationProperty.builder()
.destinations(List.of(LogDestinationProperty.builder()
.cloudWatchLogsLogGroup(CloudWatchLogsLogGroupProperty.builder()
.logGroupArn("logGroupArn")
.build())
.build()))
.includeExecutionData(false)
.level("level")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachinePropsMixin.LoggingConfigurationPropertystatic final classAn implementation forCfnStateMachinePropsMixin.LoggingConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnStateMachinePropsMixin.LogDestinationProperty>default ObjectReturns union: eitherBooleanorIResolvabledefault StringgetLevel()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnStateMachinePropsMixin.LogDestinationProperty>- See Also:
-
getIncludeExecutionData
Returns union: eitherBooleanorIResolvable- See Also:
-
getLevel
- See Also:
-
builder
-