RepositoryEnvironmentDeploymentBranchPolicyArgs

data class RepositoryEnvironmentDeploymentBranchPolicyArgs(val customBranchPolicies: Output<Boolean>, val protectedBranches: Output<Boolean>) : ConvertibleToJava<RepositoryEnvironmentDeploymentBranchPolicyArgs>

Constructors

constructor(customBranchPolicies: Output<Boolean>, protectedBranches: Output<Boolean>)

Properties

Link copied to clipboard

Whether only branches that match the specified name patterns can deploy to this environment.

Link copied to clipboard

Whether only branches with branch protection rules can deploy to this environment.

Functions

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