@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.296Z") @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.services.servicecatalog.*;
import software.amazon.awscdk.core.*;
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 © 2021. All rights reserved.