Skip to content

Commit b63e548

Browse files
committed
Forgot to hit save :(
1 parent 45181c9 commit b63e548

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ The AWS Deployment Framework enables integrations with external workflows via an
66
The account management events are emitted at various stages during an execution of the Account Management State Machine.
77
Currently - events are emitted for the following states:
88
- ACCOUNT_PROVISIONED
9-
Emitted when an AWS account is created.
9+
Emitted when an AWS account is created.
1010
Contains the account definition from the .yml file as well as the account_id.
1111
- ENTERPRISE_SUPPORT_REQUESTED
12-
Emitted when the support ticket to AWS Support is raised.
12+
Emitted when the support ticket to AWS Support is raised.
1313
Contains the account definition from the .yml file as well as the account_id.
1414
- ACCOUNT_ALIAS_CONFIGURED
15-
Emitted when the accounts alias is configured by ADF.
15+
Emitted when the accounts alias is configured by ADF.
1616
The details section contains the account id and the alias value. The resource field also contains the account id
1717
- ACCOUNT_TAGS_CONFIGURED
1818
Emitted when the accounts tags are updated by ADF.
1919
The details section contains the account id and the tags. The resource field also contains the account id
2020
- DEFAULT_VPC_DELETED
2121
Emitted when the default VPC in a region is deleted.
22-
The details section contains the account id and the region of the VPC. The resource field contains the deleted VPC id.
22+
The details section contains the account id and the region of the VPC. The resource field contains the deleted VPC id.
2323
- ACCOUNT_CREATION_COMPLETE
2424
Emitted when the state machine completes successfully.
2525
Contains the account definition from the .yml file as well as the account_id in the resource field.

0 commit comments

Comments
 (0)