MemberInvitationArgs

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

Link copied to clipboard
constructor(disableEmailNotification: Output<Boolean>? = null, graphArn: Output<String>? = null, memberEmailAddress: Output<String>? = null, memberId: Output<String>? = null, message: Output<String>? = null)

Properties

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

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
val graphArn: Output<String>? = null

The ARN of the graph to which the member account will be invited

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

The root email address for the account to be invited, for validation. Updating this field has no effect.

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

The AWS account ID to be invited to join the graph as a member

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

A message to be included in the email invitation sent to the invited account. Updating this field has no effect.

Functions

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