RepositoryEnvironmentArgs

fun RepositoryEnvironmentArgs(deploymentBranchPolicy: Output<RepositoryEnvironmentDeploymentBranchPolicyArgs>? = null, environment: Output<String>? = null, repository: Output<String>? = null, reviewers: Output<List<RepositoryEnvironmentReviewerArgs>>? = null, waitTimer: Output<Int>? = null)