public static interface FunctionResource.SQSEventProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionResource.SQSEventProperty.Builder
A builder for
FunctionResource.SQSEventProperty |
static class |
FunctionResource.SQSEventProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.SQSEventProperty.Builder |
builder() |
Object |
getBatchSize()
``FunctionResource.SQSEventProperty.BatchSize``
|
Object |
getQueue()
``FunctionResource.SQSEventProperty.Queue``
|
void |
setBatchSize(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.SQSEventProperty.BatchSize``
|
void |
setBatchSize(Number value)
``FunctionResource.SQSEventProperty.BatchSize``
|
void |
setQueue(software.amazon.awscdk.CloudFormationToken value)
``FunctionResource.SQSEventProperty.Queue``
|
void |
setQueue(String value)
``FunctionResource.SQSEventProperty.Queue``
|
Object getQueue()
void setQueue(String value)
void setQueue(software.amazon.awscdk.CloudFormationToken value)
Object getBatchSize()
void setBatchSize(Number value)
void setBatchSize(software.amazon.awscdk.CloudFormationToken value)
static FunctionResource.SQSEventProperty.Builder builder()
Copyright © 2018. All rights reserved.