ConfigurationServiceGitPropertyArgs

data class ConfigurationServiceGitPropertyArgs(val repositories: Output<List<ConfigurationServiceGitRepositoryArgs>>? = null) : ConvertibleToJava<ConfigurationServiceGitPropertyArgs>

Property of git environment.

Constructors

Link copied to clipboard
constructor(repositories: Output<List<ConfigurationServiceGitRepositoryArgs>>? = null)

Properties

Link copied to clipboard

Repositories of Application Configuration Service git property.

Functions

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