Member Invitation Args
data class MemberInvitationArgs(val disableEmailNotification: Output<Boolean>? = null, val graphArn: Output<String>? = null, val memberEmailAddress: Output<String>? = null, val memberId: Output<String>? = null, val message: Output<String>? = null) : ConvertibleToJava<MemberInvitationArgs>
Resource schema for AWS::Detective::MemberInvitation
Constructors
Properties
Link copied to clipboard
When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. Updating this field has no effect.
Link copied to clipboard
The root email address for the account to be invited, for validation. Updating this field has no effect.