GithubScopeEnvironmentDataArgs

data class GithubScopeEnvironmentDataArgs(val environmentType: Output<String>) : ConvertibleToJava<GithubScopeEnvironmentDataArgs>

The github scope connector's environment data

Constructors

Link copied to clipboard
fun GithubScopeEnvironmentDataArgs(environmentType: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): GithubScopeEnvironmentDataArgs

Properties

Link copied to clipboard
val environmentType: Output<String>

The type of the environment data. Expected value is 'GithubScope'.