@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-17T00:39:52.713Z") @Stability(value=Experimental) public interface TemplateRule extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TemplateRule.Builder
A builder for
TemplateRule |
static class |
TemplateRule.Jsii$Proxy
An implementation for
TemplateRule |
| Modifier and Type | Method and Description |
|---|---|
static TemplateRule.Builder |
builder() |
List<TemplateRuleAssertion> |
getAssertions()
(experimental) A list of assertions that make up the rule.
|
default ICfnRuleConditionExpression |
getCondition()
(experimental) Specify when to apply rule with a rule-specific intrinsic function.
|
String |
getRuleName()
(experimental) Name of the rule.
|
@Stability(value=Experimental) @NotNull List<TemplateRuleAssertion> getAssertions()
@Stability(value=Experimental) @NotNull String getRuleName()
@Stability(value=Experimental) @Nullable default ICfnRuleConditionExpression getCondition()
Default: - no rule condition provided
@Stability(value=Experimental) static TemplateRule.Builder builder()
TemplateRule.Builder of TemplateRuleCopyright © 2021. All rights reserved.