Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Strata.DecisionSupport.Biz.Test.Integration.Configuration
|
||||
{
|
||||
public class AWSOptions
|
||||
{
|
||||
[Required(ErrorMessage = "Missing the Snowflake Admin Secret name")]
|
||||
public string SnowflakeAdminSecretName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user