public static interface FunctionResource.ScheduleEventProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionResource.ScheduleEventProperty.Builder
A builder for
FunctionResource.ScheduleEventProperty |
static class |
FunctionResource.ScheduleEventProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.ScheduleEventProperty.Builder |
builder() |
Object |
getInput()
``FunctionResource.ScheduleEventProperty.Input``
|
Object |
getSchedule()
``FunctionResource.ScheduleEventProperty.Schedule``
|
void |
setInput(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.ScheduleEventProperty.Input``
|
void |
setInput(String value)
``FunctionResource.ScheduleEventProperty.Input``
|
void |
setSchedule(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.ScheduleEventProperty.Schedule``
|
void |
setSchedule(String value)
``FunctionResource.ScheduleEventProperty.Schedule``
|
Object getSchedule()
void setSchedule(String value)
void setSchedule(software.amazon.awscdk.CloudFormationToken value)
Object getInput()
void setInput(String value)
void setInput(software.amazon.awscdk.CloudFormationToken value)
static FunctionResource.ScheduleEventProperty.Builder builder()
Copyright © 2018. All rights reserved.