RepositoryEnvironmentArgs

constructor(canAdminsBypass: Output<Boolean>? = null, deploymentBranchPolicy: Output<RepositoryEnvironmentDeploymentBranchPolicyArgs>? = null, environment: Output<String>? = null, preventSelfReview: Output<Boolean>? = null, repository: Output<String>? = null, reviewers: Output<List<RepositoryEnvironmentReviewerArgs>>? = null, waitTimer: Output<Int>? = null)