Interface CfnRuleGroupsNamespaceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupsNamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-03T18:29:22.054Z")
@Stability(Stable)
public interface CfnRuleGroupsNamespaceProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnRuleGroupsNamespace.
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.aps.*;
CfnRuleGroupsNamespaceProps cfnRuleGroupsNamespaceProps = CfnRuleGroupsNamespaceProps.builder()
.data("data")
.name("name")
.workspace("workspace")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupsNamespacePropsstatic final classAn implementation forCfnRuleGroupsNamespaceProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getData
The rules definition file for this namespace.- See Also:
-
getName
The name of the rule groups namespace.This property is required.
- See Also:
-
getWorkspace
The ARN of the workspace that contains this rule groups namespace.- See Also:
-
getTags
A list of key and value pairs for the workspace resources.- See Also:
-
builder
-