Skip to content

Commit

Permalink
Forgot to hit save :(
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartW committed Sep 8, 2022
1 parent 45181c9 commit b63e548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/integrations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b63e548

Please sign in to comment.