Interface CfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty.Jsii$Proxy
- Enclosing class:
CfnAutomatedReasoningPolicy
@Stability(Stable)
public static interface CfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty
extends software.amazon.jsii.JsiiSerializable
A rule within the policy definition that defines logical constraints.
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.bedrock.*; PolicyDefinitionRuleProperty policyDefinitionRuleProperty = PolicyDefinitionRuleProperty.builder() .expression("expression") .id("id") // the properties below are optional .alternateExpression("alternateExpression") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty
static final class
An implementation forCfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The logical expression that defines the rule.- See Also:
-
getId
The unique identifier for the policy definition rule.- See Also:
-
getAlternateExpression
An alternative expression for the policy rule.- See Also:
-
builder
@Stability(Stable) static CfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty.Builder builder()
-