@Stability(value=Stable)
public static interface CfnFunction.EventSourceProperty
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.*;
EventSourceProperty eventSourceProperty = EventSourceProperty.builder()
.properties(S3EventProperty.builder()
.variables(Map.of(
"variablesKey", "variables"))
.build())
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.EventSourceProperty.Builder
A builder for
CfnFunction.EventSourceProperty |
static class |
CfnFunction.EventSourceProperty.Jsii$Proxy
An implementation for
CfnFunction.EventSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.EventSourceProperty.Builder |
builder() |
Object |
getProperties()
`CfnFunction.EventSourceProperty.Properties`.
|
String |
getType()
`CfnFunction.EventSourceProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getProperties()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnFunction.EventSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.