GraphArgs

data class GraphArgs(val autoEnableMembers: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<GraphArgs>

Resource schema for AWS::Detective::Graph

Constructors

Link copied to clipboard
constructor(autoEnableMembers: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val autoEnableMembers: Output<Boolean>? = null

Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

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

The tag values to assign to the new behavior graph.

Functions

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