# Functions
New returns a new Config.
# Constants
DefaultAWSS3BucketKey is the key of the AWS S3 bucket.
DefaultAWSSCIMAccessTokenSecretName is the name of the secret containing the SCIM access token.
DefaultAWSSCIMEndpointSecretName is the name of the secret containing the SCIM endpoint.
DefaultConfigFile is the default config file name.
DefaultDebug is the default debug status.
DefaultGWSServiceAccountFile is the name of the file containing the service account credentials.
DefaultGWSServiceAccountFileSecretName is the name of the secret containing the service account credentials.
DefaultGWSUserEmailSecretName is the name of the secret containing the user email.
DefaultIsLambda is the progam execute as a lambda function?.
DefaultLogFormat is the default format of the logger possible values: "text", "json".
DefaultLogLevel is the default logging level.
DefaultSyncMethod is the default sync method to use.
DefaultUseSecretsManager determines if we will use the AWS Secrets Manager secrets or program parameter values.