Interface CfnRuleGroupsNamespaceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupsNamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-19T18:01:29.595Z")
@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 class
A builder forCfnRuleGroupsNamespaceProps
static final class
An 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
-