MasterArgs

data class MasterArgs(val detectorId: Output<String>? = null, val invitationId: Output<String>? = null, val masterId: Output<String>? = null) : ConvertibleToJava<MasterArgs>

GuardDuty Master resource schema

Constructors

Link copied to clipboard
constructor(detectorId: Output<String>? = null, invitationId: Output<String>? = null, masterId: Output<String>? = null)

Properties

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

Unique ID of the detector of the GuardDuty member account.

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

Value used to validate the master account to the member account.

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

ID of the account used as the master account.

Functions

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