@Stability(value=Stable)
public static interface CfnFunction.ScheduleEventProperty
extends software.amazon.jsii.JsiiSerializable
// 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
.input("input")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.ScheduleEventProperty.Builder
A builder for
CfnFunction.ScheduleEventProperty |
static class |
CfnFunction.ScheduleEventProperty.Jsii$Proxy
An implementation for
CfnFunction.ScheduleEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.ScheduleEventProperty.Builder |
builder() |
default String |
getInput()
`CfnFunction.ScheduleEventProperty.Input`.
|
String |
getSchedule()
`CfnFunction.ScheduleEventProperty.Schedule`.
|
@Stability(value=Stable) @NotNull String getSchedule()
@Stability(value=Stable) @Nullable default String getInput()
@Stability(value=Stable) static CfnFunction.ScheduleEventProperty.Builder builder()
Copyright © 2022. All rights reserved.