@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.688Z") @Stability(value=Stable) public interface CfnRuleGroupsNamespaceProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroupsNamespaceProps.Builder
A builder for
CfnRuleGroupsNamespaceProps |
static class |
CfnRuleGroupsNamespaceProps.Jsii$Proxy
An implementation for
CfnRuleGroupsNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroupsNamespaceProps.Builder |
builder() |
String |
getData()
The rules definition file for this namespace.
|
String |
getName()
The name of the rule groups namespace.
|
default List<CfnTag> |
getTags()
A list of key and value pairs for the workspace resources.
|
String |
getWorkspace()
The ARN of the workspace that contains this rule groups namespace.
|
@Stability(value=Stable) @NotNull String getData()
@Stability(value=Stable) @NotNull String getName()
This property is required.
@Stability(value=Stable) @NotNull String getWorkspace()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRuleGroupsNamespaceProps.Builder builder()
Copyright © 2022. All rights reserved.