Package com.pulumi.aws.transfer.inputs
Class WorkflowStepCustomStepDetailsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.transfer.inputs.WorkflowStepCustomStepDetailsArgs
-
public final class WorkflowStepCustomStepDetailsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowStepCustomStepDetailsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WorkflowStepCustomStepDetailsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowStepCustomStepDetailsArgs.Builder
builder()
static WorkflowStepCustomStepDetailsArgs.Builder
builder(WorkflowStepCustomStepDetailsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
sourceFileLocation()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
target()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
timeoutSeconds()
-
-
-
Field Detail
-
Empty
public static final WorkflowStepCustomStepDetailsArgs Empty
-
-
Method Detail
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the step, used as an identifier.
-
sourceFileLocation
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceFileLocation()
- Returns:
- Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
-
target
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> target()
- Returns:
- The ARN for the lambda function that is being called.
-
timeoutSeconds
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> timeoutSeconds()
- Returns:
- Timeout, in seconds, for the step.
-
builder
public static WorkflowStepCustomStepDetailsArgs.Builder builder()
-
builder
public static WorkflowStepCustomStepDetailsArgs.Builder builder(WorkflowStepCustomStepDetailsArgs defaults)
-
-