GetGraphResult

data class GetGraphResult(val arn: String? = null, val autoEnableMembers: Boolean? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, autoEnableMembers: Boolean? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Detective graph ARN

Link copied to clipboard

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

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

The tag values to assign to the new behavior graph.