Interface CfnRuleGroupsNamespaceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupsNamespaceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:56.036Z")
@Stability(Stable)
public interface CfnRuleGroupsNamespaceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnRuleGroupsNamespacePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.aps.*;
CfnRuleGroupsNamespaceMixinProps cfnRuleGroupsNamespaceMixinProps = CfnRuleGroupsNamespaceMixinProps.builder()
.data("data")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.workspace("workspace")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupsNamespaceMixinPropsstatic final classAn implementation forCfnRuleGroupsNamespaceMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringgetData()The rules file used in the namespace.default StringgetName()The name of the rule groups namespace.getTags()The list of tag keys and values that are associated with the rule groups namespace.default StringThe ID of the workspace to add the rule groups namespace.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:
-
getTags
The list of tag keys and values that are associated with the rule groups namespace.- See Also:
-
getWorkspace
The ID of the workspace to add the rule groups namespace.- See Also:
-
builder
-