AWSTemplateFormatVersion: 2010-09-09 Description: 'Step 1 - This template should be deployed in all region of the central audit account to create all the necessary resources for collecting Inspector findings from all application accounts.' Parameters: CentralSecurityAccountID: Type: String Description: Account ID of the Central Audit Account PrimaryRegion: Type: String Description: Name of region in Central Audit Account where the central SQS Queue and lambda function to be deplyed (should be same as where ES domain exists) Default: us-east-1 LambdaSourceCodeS3Bucket: Type: String Description: Name of the S3 Bucket in Central Audit Account where you uploaded the lambda package for sending findings from Inspector to Elasticsearch domain and S3 AllowedPattern: ^[0-9A-Za-z\.\-_]*(?