class CfnStateMachineExpressLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.StepFunctions.Mixins.CfnStateMachineExpressLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsstepfunctions/mixins#CfnStateMachineExpressLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.stepfunctions.mixins.CfnStateMachineExpressLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_stepfunctions.mixins.CfnStateMachineExpressLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_stepfunctions » mixins » CfnStateMachineExpressLogsOutputFormat |
Output Format options for each destination of CfnStateMachineExpressLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as stepfunctions_mixins } from '@aws-cdk/mixins-preview/aws-stepfunctions';
const cfnStateMachineExpressLogsOutputFormat = new stepfunctions_mixins.CfnStateMachineExpressLogsOutputFormat();
Initializer
new CfnStateMachineExpressLogsOutputFormat()

.NET
Go
Java
Python
TypeScript