Interface ManagedRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-10-04T00:18:03.502Z") @Stability(Experimental) public interface ManagedRule extends software.amazon.jsii.JsiiSerializable
(experimental) ******************************************************************************************************************* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-
-
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
-
-