Interface CfnRuleGroupsNamespaceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupsNamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:31.544Z")
@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 file used in the namespace.For more details about the rules file, see Creating a rules file in the Amazon Managed Service for Prometheus User Guide .
- See Also:
-
getName
The name of the rule groups namespace.- See Also:
-
getWorkspace
The ID of the workspace to add the rule groups namespace.- See Also:
-
getTags
The list of tag keys and values that are associated with the rule groups namespace.- See Also:
-
builder
-