Interface ComputeSecurityPolicyRuleMatchExpr
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleMatchExpr.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.959Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleMatchExpr extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleMatchExpr.BuilderA builder forComputeSecurityPolicyRuleMatchExprstatic classComputeSecurityPolicyRuleMatchExpr.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleMatchExpr
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleMatchExpr.Builderbuilder()StringgetExpression()Textual representation of an expression in Common Expression Language syntax.
-
-
-
Method Detail
-
getExpression
@Stability(Stable) @NotNull String getExpression()
Textual representation of an expression in Common Expression Language syntax.The application context of the containing message determines which well-known feature set of CEL is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#expression ComputeSecurityPolicy#expression}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleMatchExpr.Builder builder()
-
-