Get the attributes of a membership.
External DocumentationTo 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.
Membership IDThe ID of the membership to retrieve.

Example Output

{
   "accountId": "string",
   "customerType": "string",
   "incidentResponseTeam": [ 
      { 
         "email": "string",
         "jobTitle": "string",
         "name": "string"
      }
   ],
   "membershipActivationTimestamp": number,
   "membershipArn": "string",
   "membershipDeactivationTimestamp": number,
   "membershipId": "string",
   "membershipName": "string",
   "membershipStatus": "string",
   "numberOfAccountsCovered": number,
   "optInFeatures": [ 
      { 
         "featureName": "string",
         "isEnabled": boolean
      }
   ],
   "region": "string"
}

Workflow Library Example

Sir Get Membership with Aws and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop