@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.394Z") @Stability(value=Experimental) public interface TemplateRuleAssertion extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.servicecatalog.*;
ICfnRuleConditionExpression cfnRuleConditionExpression;
TemplateRuleAssertion templateRuleAssertion = TemplateRuleAssertion.builder()
.assert(cfnRuleConditionExpression)
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TemplateRuleAssertion.Builder
A builder for
TemplateRuleAssertion |
static class |
TemplateRuleAssertion.Jsii$Proxy
An implementation for
TemplateRuleAssertion |
| Modifier and Type | Method and Description |
|---|---|
static TemplateRuleAssertion.Builder |
builder() |
ICfnRuleConditionExpression |
getAssertValue()
(experimental) The assertion condition.
|
default String |
getDescription()
(experimental) The description for the asssertion.
|
@Stability(value=Experimental) @NotNull ICfnRuleConditionExpression getAssertValue()
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - no description provided for the assertion.
@Stability(value=Experimental) static TemplateRuleAssertion.Builder builder()
TemplateRuleAssertion.Builder of TemplateRuleAssertionCopyright © 2022. All rights reserved.