Uses of Class
software.amazon.awscdk.services.stepfunctions.ResultWriterV2
Packages that use ResultWriterV2
Package
Description
AWS Step Functions Construct Library
-
Uses of ResultWriterV2 in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ResultWriterV2Modifier and TypeMethodDescriptionResultWriterV2.Builder.build()default ResultWriterV2DistributedMapJsonataProps.getResultWriterV2()Configuration for S3 location in which to save Map Run results Enable "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2" feature in the context to use resultWriterV2 Example: stack.node.setContext("@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2", true);final ResultWriterV2DistributedMapJsonataProps.Jsii$Proxy.getResultWriterV2()default ResultWriterV2DistributedMapJsonPathProps.getResultWriterV2()Configuration for S3 location in which to save Map Run results Enable "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2" feature in the context to use resultWriterV2 Example: stack.node.setContext("@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2", true);final ResultWriterV2DistributedMapJsonPathProps.Jsii$Proxy.getResultWriterV2()default ResultWriterV2DistributedMapProps.getResultWriterV2()Configuration for S3 location in which to save Map Run results Enable "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2" feature in the context to use resultWriterV2 Example: stack.node.setContext("@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2", true);final ResultWriterV2DistributedMapProps.Jsii$Proxy.getResultWriterV2()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ResultWriterV2Modifier and TypeMethodDescriptionDistributedMap.Builder.resultWriterV2(ResultWriterV2 resultWriterV2) Configuration for S3 location in which to save Map Run results Enable "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2" feature in the context to use resultWriterV2 Example: stack.node.setContext("@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2", true);DistributedMapJsonataProps.Builder.resultWriterV2(ResultWriterV2 resultWriterV2) Sets the value ofDistributedMapJsonataProps.getResultWriterV2()DistributedMapJsonPathProps.Builder.resultWriterV2(ResultWriterV2 resultWriterV2) Sets the value ofDistributedMapJsonPathProps.getResultWriterV2()DistributedMapProps.Builder.resultWriterV2(ResultWriterV2 resultWriterV2) Sets the value ofDistributedMapProps.getResultWriterV2()