Setting Args
data class SettingArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SettingArgs>
Describes a setting for the container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\\secrets". The path for Linux container is "/var/secrets".