public static final class EventSourceMappingResourceProps.Jsii$Pojo extends Object implements EventSourceMappingResourceProps
EventSourceMappingResourceProps.EventSourceMappingResourceProps.Builder, EventSourceMappingResourceProps.Jsii$Pojo, EventSourceMappingResourceProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected Object |
_batchSize |
protected Object |
_enabled |
protected Object |
_eventSourceArn |
protected Object |
_functionName |
protected Object |
_startingPosition |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getBatchSize()
``AWS::Lambda::EventSourceMapping.BatchSize``
|
Object |
getEnabled()
``AWS::Lambda::EventSourceMapping.Enabled``
|
Object |
getEventSourceArn()
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
Object |
getFunctionName()
``AWS::Lambda::EventSourceMapping.FunctionName``
|
Object |
getStartingPosition()
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
void |
setBatchSize(Number value)
``AWS::Lambda::EventSourceMapping.BatchSize``
|
void |
setBatchSize(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.BatchSize``
|
void |
setEnabled(Boolean value)
``AWS::Lambda::EventSourceMapping.Enabled``
|
void |
setEnabled(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.Enabled``
|
void |
setEventSourceArn(String value)
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
void |
setEventSourceArn(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
void |
setFunctionName(String value)
``AWS::Lambda::EventSourceMapping.FunctionName``
|
void |
setFunctionName(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.FunctionName``
|
void |
setStartingPosition(String value)
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
void |
setStartingPosition(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Object _eventSourceArn
protected Object _functionName
protected Object _batchSize
protected Object _enabled
protected Object _startingPosition
public Object getEventSourceArn()
EventSourceMappingResourcePropsgetEventSourceArn in interface EventSourceMappingResourcePropspublic void setEventSourceArn(String value)
EventSourceMappingResourcePropssetEventSourceArn in interface EventSourceMappingResourcePropspublic void setEventSourceArn(software.amazon.awscdk.Token value)
EventSourceMappingResourcePropssetEventSourceArn in interface EventSourceMappingResourcePropspublic Object getFunctionName()
EventSourceMappingResourcePropsgetFunctionName in interface EventSourceMappingResourcePropspublic void setFunctionName(String value)
EventSourceMappingResourcePropssetFunctionName in interface EventSourceMappingResourcePropspublic void setFunctionName(software.amazon.awscdk.Token value)
EventSourceMappingResourcePropssetFunctionName in interface EventSourceMappingResourcePropspublic Object getBatchSize()
EventSourceMappingResourcePropsgetBatchSize in interface EventSourceMappingResourcePropspublic void setBatchSize(Number value)
EventSourceMappingResourcePropssetBatchSize in interface EventSourceMappingResourcePropspublic void setBatchSize(software.amazon.awscdk.Token value)
EventSourceMappingResourcePropssetBatchSize in interface EventSourceMappingResourcePropspublic Object getEnabled()
EventSourceMappingResourcePropsgetEnabled in interface EventSourceMappingResourcePropspublic void setEnabled(Boolean value)
EventSourceMappingResourcePropssetEnabled in interface EventSourceMappingResourcePropspublic void setEnabled(software.amazon.awscdk.Token value)
EventSourceMappingResourcePropssetEnabled in interface EventSourceMappingResourcePropspublic Object getStartingPosition()
EventSourceMappingResourcePropsgetStartingPosition in interface EventSourceMappingResourcePropspublic void setStartingPosition(String value)
EventSourceMappingResourcePropssetStartingPosition in interface EventSourceMappingResourcePropspublic void setStartingPosition(software.amazon.awscdk.Token value)
EventSourceMappingResourcePropssetStartingPosition in interface EventSourceMappingResourcePropsCopyright © 2018. All rights reserved.