@@ -6,20 +6,20 @@ The AWS Deployment Framework enables integrations with external workflows via an
6
6
The account management events are emitted at various stages during an execution of the Account Management State Machine.
7
7
Currently - events are emitted for the following states:
8
8
- ACCOUNT_PROVISIONED
9
- Emitted when an AWS account is created.
9
+ Emitted when an AWS account is created.
10
10
Contains the account definition from the .yml file as well as the account_id.
11
11
- 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.
13
13
Contains the account definition from the .yml file as well as the account_id.
14
14
- ACCOUNT_ALIAS_CONFIGURED
15
- Emitted when the accounts alias is configured by ADF.
15
+ Emitted when the accounts alias is configured by ADF.
16
16
The details section contains the account id and the alias value. The resource field also contains the account id
17
17
- ACCOUNT_TAGS_CONFIGURED
18
18
Emitted when the accounts tags are updated by ADF.
19
19
The details section contains the account id and the tags. The resource field also contains the account id
20
20
- DEFAULT_VPC_DELETED
21
21
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.
23
23
- ACCOUNT_CREATION_COMPLETE
24
24
Emitted when the state machine completes successfully.
25
25
Contains the account definition from the .yml file as well as the account_id in the resource field.
0 commit comments