@Stability(value=Stable)
public static interface CfnFunction.IoTRuleEventProperty
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.*;
IoTRuleEventProperty ioTRuleEventProperty = IoTRuleEventProperty.builder()
.sql("sql")
// the properties below are optional
.awsIotSqlVersion("awsIotSqlVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.IoTRuleEventProperty.Builder
A builder for
CfnFunction.IoTRuleEventProperty |
static class |
CfnFunction.IoTRuleEventProperty.Jsii$Proxy
An implementation for
CfnFunction.IoTRuleEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.IoTRuleEventProperty.Builder |
builder() |
default String |
getAwsIotSqlVersion()
`CfnFunction.IoTRuleEventProperty.AwsIotSqlVersion`.
|
String |
getSql()
`CfnFunction.IoTRuleEventProperty.Sql`.
|
@Stability(value=Stable) @NotNull String getSql()
@Stability(value=Stable) @Nullable default String getAwsIotSqlVersion()
@Stability(value=Stable) static CfnFunction.IoTRuleEventProperty.Builder builder()
Copyright © 2023. All rights reserved.