@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:03.943Z")
public interface TemplateRuleAssertion
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()
The assertion condition.
|
default java.lang.String |
getDescription()
The description for the asssertion.
|
ICfnRuleConditionExpression getAssertValue()
default java.lang.String getDescription()
Default: - no description provided for the assertion.
static TemplateRuleAssertion.Builder builder()
TemplateRuleAssertion.Builder
of TemplateRuleAssertion