Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // 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. DisableEmailNotification bool `json:"DisableEmailNotification,omitempty"` // The ARN of the graph to which the member account will be invited GraphArn string `json:"GraphArn"` // The root email address for the account to be invited, for validation. Updating this field has no effect. MemberEmailAddress string `json:"MemberEmailAddress"` // The AWS account ID to be invited to join the graph as a member MemberId string `json:"MemberId"` // A message to be included in the email invitation sent to the invited account. Updating this field has no effect. Message string `json:"Message,omitempty"` }
Resource Resource schema for AWS::Detective::MemberInvitation
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.