From b63e5483a12f183a142a1b160045c087a4eab0aa Mon Sep 17 00:00:00 2001 From: Stewart Wallace Date: Thu, 8 Sep 2022 12:51:45 +0100 Subject: [PATCH] Forgot to hit save :( --- docs/integrations-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integrations-guide.md b/docs/integrations-guide.md index 5207dc35b..549c75cdd 100644 --- a/docs/integrations-guide.md +++ b/docs/integrations-guide.md @@ -6,20 +6,20 @@ The AWS Deployment Framework enables integrations with external workflows via an The account management events are emitted at various stages during an execution of the Account Management State Machine. Currently - events are emitted for the following states: - ACCOUNT_PROVISIONED - Emitted when an AWS account is created. + Emitted when an AWS account is created. Contains the account definition from the .yml file as well as the account_id. - ENTERPRISE_SUPPORT_REQUESTED - Emitted when the support ticket to AWS Support is raised. + Emitted when the support ticket to AWS Support is raised. Contains the account definition from the .yml file as well as the account_id. - ACCOUNT_ALIAS_CONFIGURED - Emitted when the accounts alias is configured by ADF. + Emitted when the accounts alias is configured by ADF. The details section contains the account id and the alias value. The resource field also contains the account id - ACCOUNT_TAGS_CONFIGURED Emitted when the accounts tags are updated by ADF. The details section contains the account id and the tags. The resource field also contains the account id - DEFAULT_VPC_DELETED Emitted when the default VPC in a region is deleted. - The details section contains the account id and the region of the VPC. The resource field contains the deleted VPC id. + The details section contains the account id and the region of the VPC. The resource field contains the deleted VPC id. - ACCOUNT_CREATION_COMPLETE Emitted when the state machine completes successfully. Contains the account definition from the .yml file as well as the account_id in the resource field.