RuleGroupsNamespaceArgs

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

RuleGroupsNamespace schema for cloudformation.

Constructors

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

Functions

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

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<RuleGroupsNamespaceTagArgs>>? = 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.