Interface CfnFunction.ScheduleEventProperty

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

@Stability(Stable) public static interface CfnFunction.ScheduleEventProperty extends software.amazon.jsii.JsiiSerializable
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.sam.*;
 ScheduleEventProperty scheduleEventProperty = ScheduleEventProperty.builder()
         .schedule("schedule")
         // the properties below are optional
         .description("description")
         .enabled(false)
         .input("input")
         .name("name")
         .build();
 
  • Method Details

    • getSchedule

      @Stability(Stable) @NotNull String getSchedule()
      CfnFunction.ScheduleEventProperty.Schedule.
    • getDescription

      @Stability(Stable) @Nullable default String getDescription()
      CfnFunction.ScheduleEventProperty.Description.
    • getEnabled

      @Stability(Stable) @Nullable default Object getEnabled()
      CfnFunction.ScheduleEventProperty.Enabled.
    • getInput

      @Stability(Stable) @Nullable default String getInput()
      CfnFunction.ScheduleEventProperty.Input.
    • getName

      @Stability(Stable) @Nullable default String getName()
      CfnFunction.ScheduleEventProperty.Name.
    • builder

      @Stability(Stable) static CfnFunction.ScheduleEventProperty.Builder builder()
      Returns:
      a CfnFunction.ScheduleEventProperty.Builder of CfnFunction.ScheduleEventProperty