elastio:vault:create:succeeded
Version: V0
Group: Vault
A new vault has been successfully created.
Example:
{
"event_id": "00000000-0000-0000-0000-0000000000000",
"event_kind": "elastio:vault:create:succeeded",
"event_time": "2023-05-02T10:11:29Z",
"event_version": "v0",
"vault_safety_lock": false,
"vault_imported": false,
"account_id": "000000000000",
"vault_name": "delete-vault",
"deprecation_warning": null,
"region": "us-east-1",
"vault_subnet_id": [
"subnet-005779f4323e00000",
"subnet-01a096c0a91400000",
"subnet-030e9b5ea6f000000",
"subnet-037be687677000000",
"subnet-0e25fd4235f000000",
"subnet-0e41c08c880000000"
],
"cloud_connector_id": "00000000-0000-0000-0000-0000000000000",
"vault_vpc_id": "vpc-00000000000000000",
"vault_default": false,
"vault_version": "0.23.51"
}
Fields:
account_id
Type: string (is never empty)
Field description: AWS account ID.
cloud_connector_id
Type: uuid
Field description: ID of the Cloud Connector the event took place in.
region
Type: string (is never empty)
Field description: AWS region of the asset.
vault_name
Type: string, cannot be empty
Field description: The name of the vault the recovery point belongs to.
vault_version
Type: string, cannot be empty
Field description: The version of the Elastio vault.
vault_vpc_id
Type: string, cannot be empty
Field description: The VPC ID of the Elastio vault.
vault_subnet_id
Type: array
Field description: The subnet ID(s) of the Elastio vault.
vault_safety_lock
Type: boolean
Field description: Indicates if the Elastio vault has safety lock on.
vault_imported
Type: boolean
Field description: Indicates if the Elastio vault is imported from another Cloud Connector.
vault_default
Type: boolean
Field description: Indicates if the Elastio vault is the default vault of the region.