CLOUD_RESOURCES_V View
Notice of Deprecation
The CLOUD_RESOURCES_V view is now deprecated. Use CLOUD_CONFIGURATION_V, which replaces this view.
The view can be exported via Snowflake Data Share only.
This view reports details about supported and configured AWS cloud resources.
Each row contains file information as listed in the columns.
Column Name | Data Type | Description |
---|---|---|
START_TIME | Timestamp | The time and date when the hourly aggregation time period starts. |
END_TIME | Timestamp | The time and date when the hourly aggregation time period ends. |
ARN | Varchar | The Amazon Resource Name for the resource. |
SERVICE | Varchar | The Amazon services subscribed to, by the customer. |
STATUS | Variant | Status of the cloud resource. |
ACCOUNT_ID | Varchar | AWS account ID. |
ACCOUNT_ALIAS | Varchar | AWS account ID alias. |
RESOURCE_TYPE | Varchar | The resource type. |
RESOURCE_ID | Varchar | The unique resource identifier. |
RESOURCE_REGION | Varchar | The geographical region where the resource is located. |
RESOURCE_CONFIG | Variant | The configuration of the cloud resource. |
RESOURCE_TAGS | Variant | The tags or labels assigned to resources to categorize them. |
PROPS | Variant | Any other relevant information about the resource. |