@Stability(value=Stable)
public static interface CfnFunction.SQSEventProperty
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.*;
SQSEventProperty sQSEventProperty = SQSEventProperty.builder()
.queue("queue")
// the properties below are optional
.batchSize(123)
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.SQSEventProperty.Builder
A builder for
CfnFunction.SQSEventProperty |
static class |
CfnFunction.SQSEventProperty.Jsii$Proxy
An implementation for
CfnFunction.SQSEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.SQSEventProperty.Builder |
builder() |
default Number |
getBatchSize()
`CfnFunction.SQSEventProperty.BatchSize`.
|
default Object |
getEnabled()
`CfnFunction.SQSEventProperty.Enabled`.
|
String |
getQueue()
`CfnFunction.SQSEventProperty.Queue`.
|
@Stability(value=Stable) @NotNull String getQueue()
@Stability(value=Stable) @Nullable default Number getBatchSize()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnFunction.SQSEventProperty.Builder builder()
Copyright © 2022. All rights reserved.