alterStageParams
Last updated: August 12, 2026
Modifies the storage parameters of an existing external stage in Snowflake (AWS, Azure, GCP).
Note: This change type does not support automatic rollback.
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the stage | No |
| String | Name of the schema containing the stage | No |
| String | Name of the stage to alter | Yes |
| String | Type of stage: | Yes |
| Boolean | Don't error if the stage doesn't exist | No |
| Nested | New storage parameters to apply | Yes |
newStageParams attributes
New storage parameters to apply (nested element):
Attribute | Type | Description |
|---|---|---|
| String | External storage URL (S3, Azure, GCS) |
| String | Named integration for authentication |
| String | Encryption type (e.g., |
| String | Private/custom endpoint URL |
| String | AWS S3 Access Point ARN |
| Boolean | Use AWS PrivateLink endpoint |
| Nested | AWS credentials ( |
| Nested | Azure credentials ( |