Package com.pulumi.aws.appflow.outputs
Class FlowTriggerConfig
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.FlowTriggerConfig
-
public final class FlowTriggerConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowTriggerConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowTriggerConfig.Builder
builder()
static FlowTriggerConfig.Builder
builder(FlowTriggerConfig defaults)
java.util.Optional<FlowTriggerConfigTriggerProperties>
triggerProperties()
java.lang.String
triggerType()
-
-
-
Method Detail
-
triggerProperties
public java.util.Optional<FlowTriggerConfigTriggerProperties> triggerProperties()
- Returns:
- Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type. See Scheduled Trigger Properties for details.
-
triggerType
public java.lang.String triggerType()
- Returns:
- Type of flow trigger. Valid values are `Scheduled`, `Event`, and `OnDemand`.
-
builder
public static FlowTriggerConfig.Builder builder()
-
builder
public static FlowTriggerConfig.Builder builder(FlowTriggerConfig defaults)
-
-