GraphArgs

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

Resource schema for AWS::Detective::Graph

Constructors

Link copied to clipboard
fun GraphArgs(autoEnableMembers: Output<Boolean>? = null, tags: Output<List<GraphTagArgs>>? = null)

Functions

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

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<GraphTagArgs>>? = null