Interface SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.576Z") @Stability(Stable) public interface SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builderstatic classSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Jsii$ProxyAn implementation forSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builderbuilder()default StringgetDescription()Description of the expression.StringgetExpression()Textual representation of an expression in Common Expression Language syntax.default StringgetLocation()String indicating the location of the expression for error reporting, e.g.default StringgetTitle()Title for the expression, i.e.
-
-
-
Method Detail
-
getExpression
@Stability(Stable) @NotNull String getExpression()
Textual representation of an expression in Common Expression Language syntax.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#expression SccManagementProjectSecurityHealthAnalyticsCustomModule#expression}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the expression.This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#description SccManagementProjectSecurityHealthAnalyticsCustomModule#description}
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#location SccManagementProjectSecurityHealthAnalyticsCustomModule#location}
-
getTitle
@Stability(Stable) @Nullable default String getTitle()
Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#title SccManagementProjectSecurityHealthAnalyticsCustomModule#title}
-
builder
@Stability(Stable) static SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder builder()
-
-