ProjectTargetBranchRule

class ProjectTargetBranchRule : KotlinCustomResource

The gitlab.ProjectTargetBranchRule resource allows to configure default target branch rules when creating a merge request. Upstream API: GitLab GraphQL API docs

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val project: Output<String>

The ID or URL-encoded path of the project.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A pattern matching the branch name for which the merge request should have a default target branch configured.

Link copied to clipboard

The name of the branch to which the merge request should be addressed.

Link copied to clipboard
val urn: Output<String>