public static interface FunctionResource.CloudWatchEventEventProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionResource.CloudWatchEventEventProperty.Builder
A builder for
FunctionResource.CloudWatchEventEventProperty |
static class |
FunctionResource.CloudWatchEventEventProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.CloudWatchEventEventProperty.Builder |
builder() |
Object |
getInput()
``FunctionResource.CloudWatchEventEventProperty.Input``
|
Object |
getInputPath()
``FunctionResource.CloudWatchEventEventProperty.InputPath``
|
Object |
getPattern()
``FunctionResource.CloudWatchEventEventProperty.Pattern``
|
void |
setInput(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.CloudWatchEventEventProperty.Input``
|
void |
setInput(String value)
``FunctionResource.CloudWatchEventEventProperty.Input``
|
void |
setInputPath(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.CloudWatchEventEventProperty.InputPath``
|
void |
setInputPath(String value)
``FunctionResource.CloudWatchEventEventProperty.InputPath``
|
void |
setPattern(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.CloudWatchEventEventProperty.Pattern``
|
void |
setPattern(com.fasterxml.jackson.databind.node.ObjectNode value)
``FunctionResource.CloudWatchEventEventProperty.Pattern``
|
Object getPattern()
void setPattern(com.fasterxml.jackson.databind.node.ObjectNode value)
void setPattern(software.amazon.awscdk.CloudFormationToken value)
Object getInput()
void setInput(String value)
void setInput(software.amazon.awscdk.CloudFormationToken value)
Object getInputPath()
void setInputPath(String value)
void setInputPath(software.amazon.awscdk.CloudFormationToken value)
static FunctionResource.CloudWatchEventEventProperty.Builder builder()
Copyright © 2018. All rights reserved.