Update an existing membership configuration.

External Documentation

To learn more, visit the AWS documentation.

Parameters

ParameterDescription
AWS Region(s)A comma-separated list of AWS region(s) where this action will be executed.

For example, to execute in US East and Europe, enter us-east-1,eu-west-1.

Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions.
Incident Response TeamAn list of Customer Incident Response team members and trusted partners as objects.

For example:
[
{
"name": "Jane Smith",
"email": "jane.smith@example.com",
"jobTitle": "Security Lead"
},
{
"name": "Bob Johnson",
"email": "bob.johnson@example.com",
"jobTitle": "Security Analyst"
}
]

Note: At least 2 members are required and the maximum is 10 members.
Membership IDThe ID of the membership to update.
Membership NameThe new name for the membership.
Opt In FeaturesAn list of monitoring and investigation features to enable.

Each entry must contain:
* featureName - string
* isEnabled - boolean

For example:
[
{
"featureName": "Triage",
"isEnabled": true
}
]

Workflow Library Example

Sir Update Membership with Aws and Send Results Via Email

Preview this Workflow on desktop