Interface CfnWorkflow.DeleteStepDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkflow.DeleteStepDetailsProperty.Jsii$Proxy
Enclosing class:
CfnWorkflow

@Stability(Stable) public static interface CfnWorkflow.DeleteStepDetailsProperty extends software.amazon.jsii.JsiiSerializable
An object that contains the name and file location for a file being deleted by a workflow.

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.transfer.*;
 DeleteStepDetailsProperty deleteStepDetailsProperty = DeleteStepDetailsProperty.builder()
         .name("name")
         .sourceFileLocation("sourceFileLocation")
         .build();
 

See Also: