Skip to content

Parameters

Kenan Scott edited this page Dec 12, 2017 · 1 revision

These parameters are used in the CloudFormation template and are required for a proper deployment

  • GoogleClientEmail (String) - The email address of the Google service account which will edit the spreadsheet. This user must have permission to edit the spreadsheet. See Google's documentation for more information.
  • GooglePrivateKeyEncrypted (String) - The private key of the Google service account which will edit the spreadsheet, encrypted using a KMS key. See the AWS CLI documentation on how to encrypt the private key.
  • GoogleSpreadsheetId (String) - The spreadsheet ID of the spreadsheet to add the form information to.
  • KmsKeyArn (String) - The ARN of the KMS key used to encrypt the Google service account private key. The WriteSheetFunctionRole must have permission to use this key.
  • Stage (String) - The stage of the deployment. Should be either dev or prod.
  • ForwardAddress (String) - The email address to forward replies to a commitment email.
  • EmailBucket (String) - The S3 bucket which contains email that was sent to the email address which sent out the commitment emails.
  • ForwardFromName (String) - The name that should appear on the forwarded email going to ForwardAddress
  • ForwardFromAddress (String) The email address that the forwarded email going to ForwardAddress should come from.

Clone this wiki locally