Interface CfnRuleGroupsNamespaceProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRuleGroupsNamespaceProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.752Z") @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();
 
  • Method Details

    • getData

      @Stability(Stable) @NotNull String getData()
      The rules definition file for this namespace.
    • getName

      @Stability(Stable) @NotNull String getName()
      The name of the rule groups namespace.

      This property is required.

    • getWorkspace

      @Stability(Stable) @NotNull String getWorkspace()
      The ARN of the workspace that contains this rule groups namespace.
    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      A list of key and value pairs for the workspace resources.
    • builder

      @Stability(Stable) static CfnRuleGroupsNamespaceProps.Builder builder()
      Returns:
      a CfnRuleGroupsNamespaceProps.Builder of CfnRuleGroupsNamespaceProps