GuardDuty Invite Members
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.
External Documentation
To learn more, visit the AWS documentation.
Basic Parameters
Parameter | Description |
---|---|
AWS Region(s) | Enter the desired AWS Region(s).To execute the action in multiple regions, provide a comma-separated list.For example: us-east-1,eu-west-2 .If you wish to run the action in all available regions, use the asterisk symbol (* ) instead. |
Account IDs | A comma-separated list of account IDs of the accounts that you want to invite to GuardDuty as members. |
Detector ID | The unique ID of the detector of the GuardDuty account that you want to invite members with. |
Advanced Parameters
Parameter | Description |
---|---|
Disable Email Notification | Specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members. |
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Message | The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members. |
Example Output
{
"UnprocessedAccounts": [
{
"AccountId": "string",
"Result": "string"
}
]
}
Workflow Library Example
Guardduty Invite Members with Aws and Send Results Via Email
Preview this Workflow on desktop