memberinvitation

package
v0.0.0-...-1f78e34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 4 Imported by: 0

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 (strct *Resource) MarshalJSON() ([]byte, error)

func (*Resource) UnmarshalJSON

func (strct *Resource) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL