App Spec Service Env Args
data class AppSpecServiceEnvArgs(val key: Output<String>? = null, val scope: Output<String>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<AppSpecServiceEnvArgs>
Constructors
Link copied to clipboard
fun AppSpecServiceEnvArgs(key: Output<String>? = null, scope: Output<String>? = null, type: Output<String>? = null, value: Output<String>? = null)