RuleGroupsNamespaceArgs

data class RuleGroupsNamespaceArgs(val data: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val workspace: Output<String>? = null) : ConvertibleToJava<RuleGroupsNamespaceArgs>

RuleGroupsNamespace schema for cloudformation.

Constructors

Link copied to clipboard
constructor(data: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, workspace: Output<String>? = null)

Properties

Link copied to clipboard
val data: Output<String>? = null

The RuleGroupsNamespace data.

Link copied to clipboard
val name: Output<String>? = null

The RuleGroupsNamespace name.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val workspace: Output<String>? = null

Required to identify a specific APS Workspace associated with this RuleGroupsNamespace.

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupsNamespaceArgs