@Stability(value=Stable)
public static interface CfnFunction.SNSEventProperty
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.*;
SNSEventProperty sNSEventProperty = SNSEventProperty.builder()
.topic("topic")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.SNSEventProperty.Builder
A builder for
CfnFunction.SNSEventProperty |
static class |
CfnFunction.SNSEventProperty.Jsii$Proxy
An implementation for
CfnFunction.SNSEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.SNSEventProperty.Builder |
builder() |
String |
getTopic()
`CfnFunction.SNSEventProperty.Topic`.
|
@Stability(value=Stable) @NotNull String getTopic()
@Stability(value=Stable) static CfnFunction.SNSEventProperty.Builder builder()
Copyright © 2023. All rights reserved.