@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.111Z") @Stability(value=Stable) 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.*;
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()
The assertion condition.
|
default String |
getDescription()
The description for the asssertion.
|
@Stability(value=Stable) @NotNull ICfnRuleConditionExpression getAssertValue()
@Stability(value=Stable) @Nullable default String getDescription()
Default: - no description provided for the assertion.
@Stability(value=Stable) static TemplateRuleAssertion.Builder builder()
TemplateRuleAssertion.Builder of TemplateRuleAssertionCopyright © 2022. All rights reserved.