@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.807Z") @Stability(value=Experimental) public interface CustomRuleProps extends software.amazon.jsii.JsiiSerializable, RuleProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomRuleProps.Builder
A builder for
CustomRuleProps |
static class |
CustomRuleProps.Jsii$Proxy
An implementation for
CustomRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CustomRuleProps.Builder |
builder() |
default Boolean |
getConfigurationChanges()
(experimental) Whether to run the rule on configuration changes.
|
IFunction |
getLambdaFunction()
(experimental) The Lambda function to run.
|
default Boolean |
getPeriodic()
(experimental) Whether to run the rule on a fixed frequency.
|
getConfigRuleName, getDescription, getInputParameters, getMaximumExecutionFrequency, getRuleScope@Stability(value=Experimental) @NotNull IFunction getLambdaFunction()
@Stability(value=Experimental) @Nullable default Boolean getConfigurationChanges()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getPeriodic()
Default: false
@Stability(value=Experimental) static CustomRuleProps.Builder builder()
builder in interface RulePropsCustomRuleProps.Builder of CustomRulePropsCopyright © 2021. All rights reserved.