CreateMembersRequest

public struct CreateMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.

    Declaration

    Swift

    public let accounts: [Account]
  • The ARN of the behavior graph to invite the member accounts to contribute their data to.

    Declaration

    Swift

    public let graphArn: String
  • Customized message text to include in the invitation email message to the invited member accounts.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(accounts: [Account], graphArn: String, message: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws