resource "snowflake_storage_integration_aws" "prod_delphi_snowflake_rdb_linkfire_s3_integration" {
  enabled                   = true
  name                      = "PROD_DELPHI_SNOWFLAKE_RDB_LINKFIRE_S3_INTEGRATION"
  storage_provider          = "S3"
  storage_allowed_locations = ["s3://sme-dcp-input/snowflake_delphi/linkfire/"]
  storage_aws_role_arn      = "arn:aws:iam::280383026186:role/dcp-s3-snowflake-role"
}