> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/fields/source/cloud.md).

# xdm.source.cloud

cloud specific information

|           |                |
| --------- | -------------- |
| Datatype  | Compound.Cloud |
| Dataclass | Compound       |

## Field groups

* [`xdm.source.cloud.function`](/xsiam-data-model-schema/fields/source/cloud/function.md)

## Fields

#### `xdm.source.cloud.provider`

|             |                                                                                                                                                                                |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Description | The cloud provider.                                                                                                                                                            |
| Datatype    | [`XDM_CONST.CLOUD_PROVIDER`](/xsiam-data-model-schema/consts/cloud-provider.md)                                                                                                |
| Dataclass   | Scalar                                                                                                                                                                         |
| Examples    | XDM\_CONST.CLOUD\_PROVIDER\_AWS, XDM\_CONST.CLOUD\_PROVIDER\_GCP, XDM\_CONST.CLOUD\_PROVIDER\_AZURE, XDM\_CONST.CLOUD\_PROVIDER\_ALIBABA, XDM\_CONST.CLOUD\_PROVIDER\_ON\_PREM |

#### `xdm.source.cloud.geo_region`

|             |                                             |
| ----------- | ------------------------------------------- |
| Description | The cloud provider's cloud geo region name. |
| Datatype    | String                                      |
| Dataclass   | Scalar                                      |
| Examples    | APAC, NORTH\_AMERICA, EUROPE                |

#### `xdm.source.cloud.region`

|             |                                         |
| ----------- | --------------------------------------- |
| Description | The cloud provider's cloud region name. |
| Datatype    | String                                  |
| Dataclass   | Scalar                                  |
| Examples    | us-east-2, eu-west-2, me-south-1        |

#### `xdm.source.cloud.zone`

|             |                                                                          |
| ----------- | ------------------------------------------------------------------------ |
| Description | The cloud zone/sub region within a certain region in the cloud provider. |
| Datatype    | String                                                                   |
| Dataclass   | Scalar                                                                   |
| Examples    | us-east-1a                                                               |

#### `xdm.source.cloud.project`

|             |                                                 |
| ----------- | ----------------------------------------------- |
| Description | The project name in which the log was reported. |
| Datatype    | String                                          |
| Dataclass   | Scalar                                          |

#### `xdm.source.cloud.project_hierarchy`

|             |                                                    |
| ----------- | -------------------------------------------------- |
| Description | The project's parent folders / organization unit.  |
| Datatype    | String                                             |
| Dataclass   | Array                                              |
| Examples    | \['Palo Alto Networks', 'Cortex Analytics', 'dev'] |

#### `xdm.source.cloud.project_id`

|             |                                               |
| ----------- | --------------------------------------------- |
| Description | The project id in which the log was reported. |
| Datatype    | String                                        |
| Dataclass   | Scalar                                        |

#### `xdm.source.cloud.vpc_id`

|             |                                                    |
| ----------- | -------------------------------------------------- |
| Description | The VPC ID in which the cloud resource is located. |
| Datatype    | String                                             |
| Dataclass   | Scalar                                             |

#### `xdm.source.cloud.service`

|             |                                                                                                                                                                                                                                                            |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description | The cloud service name to which this cloud asset belongs to                                                                                                                                                                                                |
| Datatype    | `XDM_CONST.CLOUD_SERVICE_TYPE`                                                                                                                                                                                                                             |
| Dataclass   | Scalar                                                                                                                                                                                                                                                     |
| Examples    | XDM\_CONST.CLOUD\_SERVICE\_TYPE\_AWS\_ACM\_PCA, XDM\_CONST.CLOUD\_SERVICE\_TYPE\_AWS\_ACCOUNT\_MANAGEMENT, XDM\_CONST.CLOUD\_SERVICE\_TYPE\_AWS\_AMPLIFY, XDM\_CONST.CLOUD\_SERVICE\_TYPE\_AWS\_APP\_MESH, XDM\_CONST.CLOUD\_SERVICE\_TYPE\_AWS\_APPRUNNER |

#### `xdm.source.cloud.tags`

|             |                                                     |
| ----------- | --------------------------------------------------- |
| Description | Extra identifying information related to the object |
| Datatype    | Json                                                |
| Dataclass   | Scalar                                              |
| Examples    | {'environment': 'production', 'department': 'IT'}   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/fields/source/cloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
