Interface ManagedRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:24.806Z") @Stability(Experimental) public interface ManagedRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classManagedRule.BuilderA builder forManagedRulestatic classManagedRule.Jsii$ProxyAn implementation forManagedRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ManagedRule.Builderbuilder()StringgetName()(experimental) The name of the managed rule group.StringgetVendor()(experimental) The name of the managed rule group vendor.
-
-
-
Method Detail
-
getName
@Stability(Experimental) @NotNull String getName()
(experimental) The name of the managed rule group.You use this, along with the vendor name, to identify the rule group.
-
getVendor
@Stability(Experimental) @NotNull String getVendor()
(experimental) The name of the managed rule group vendor.You use this, along with the rule group name, to identify the rule group.
-
builder
@Stability(Experimental) static ManagedRule.Builder builder()
- Returns:
- a
ManagedRule.BuilderofManagedRule
-
-