Actions
SIR Create Membership
Create a new Security Incident Response membership.
External Documentation
To learn more, visit the AWS documentation.
Parameters
Parameter | Description |
---|---|
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. |
Client Token | A unique identifier (typically a UUID) to ensure request idempotency, preventing duplicate case creation if a request is retried. |
Incident Response Team | An 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 Name | The name of the new membership. |
Opt In Features | An list of monitoring and investigation features to enable. Each entry must contain: * featureName - string* isEnabled - booleanFor example: [ { "featureName": "Triage", "isEnabled": true } ] |
Tags | A list of key-value pairs of tags to apply to the membership. For example: { "Environment": "Production", "Team": "Security" } |
Example Output
Workflow Library Example
Sir Create Membership with Aws and Send Results Via Email
Preview this Workflow on desktop