Documentation
¶
Index ¶
- func NewProjectIssueBoardListsList_Override(p ProjectIssueBoardListsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewProjectIssueBoardListsOutputReference_Override(p ProjectIssueBoardListsOutputReference, ...)
- func NewProjectIssueBoard_Override(p ProjectIssueBoard, scope constructs.Construct, id *string, ...)
- func ProjectIssueBoard_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ProjectIssueBoard_IsConstruct(x interface{}) *bool
- func ProjectIssueBoard_IsTerraformElement(x interface{}) *bool
- func ProjectIssueBoard_IsTerraformResource(x interface{}) *bool
- func ProjectIssueBoard_TfResourceType() *string
- type ProjectIssueBoard
- type ProjectIssueBoardConfig
- type ProjectIssueBoardLists
- type ProjectIssueBoardListsList
- type ProjectIssueBoardListsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProjectIssueBoardListsList_Override ¶
func NewProjectIssueBoardListsList_Override(p ProjectIssueBoardListsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewProjectIssueBoardListsOutputReference_Override ¶
func NewProjectIssueBoardListsOutputReference_Override(p ProjectIssueBoardListsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewProjectIssueBoard_Override ¶
func NewProjectIssueBoard_Override(p ProjectIssueBoard, scope constructs.Construct, id *string, config *ProjectIssueBoardConfig)
Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board gitlab_project_issue_board} Resource.
func ProjectIssueBoard_GenerateConfigForImport ¶
func ProjectIssueBoard_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ProjectIssueBoard resource upon running "cdktf plan <stack-name>".
func ProjectIssueBoard_IsConstruct ¶
func ProjectIssueBoard_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func ProjectIssueBoard_IsTerraformElement ¶
func ProjectIssueBoard_IsTerraformElement(x interface{}) *bool
Experimental.
func ProjectIssueBoard_IsTerraformResource ¶
func ProjectIssueBoard_IsTerraformResource(x interface{}) *bool
Experimental.
func ProjectIssueBoard_TfResourceType ¶
func ProjectIssueBoard_TfResourceType() *string
Types ¶
type ProjectIssueBoard ¶
type ProjectIssueBoard interface {
cdktf.TerraformResource
AssigneeId() *float64
SetAssigneeId(val *float64)
AssigneeIdInput() *float64
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
SetId(val *string)
IdInput() *string
Labels() *[]*string
SetLabels(val *[]*string)
LabelsInput() *[]*string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
Lists() ProjectIssueBoardListsList
ListsInput() interface{}
MilestoneId() *float64
SetMilestoneId(val *float64)
MilestoneIdInput() *float64
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
Project() *string
SetProject(val *string)
ProjectInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Weight() *float64
SetWeight(val *float64)
WeightInput() *float64
// Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
// Experimental.
AddMoveTarget(moveTarget *string)
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
HasResourceMove() interface{}
// Experimental.
ImportFrom(id *string, provider cdktf.TerraformProvider)
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Move the resource corresponding to "id" to this resource.
//
// Note that the resource being moved from must be marked as moved using it's instance function.
// Experimental.
MoveFromId(id *string)
// Moves this resource to the target resource given by moveTarget.
// Experimental.
MoveTo(moveTarget *string, index interface{})
// Moves this resource to the resource corresponding to "id".
// Experimental.
MoveToId(id *string)
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
PutLists(value interface{})
ResetAssigneeId()
ResetId()
ResetLabels()
ResetLists()
ResetMilestoneId()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetWeight()
SynthesizeAttributes() *map[string]interface{}
SynthesizeHclAttributes() *map[string]interface{}
// Experimental.
ToHclTerraform() interface{}
// Experimental.
ToMetadata() interface{}
// Returns a string representation of this construct.
ToString() *string
// Adds this resource to the terraform JSON output.
// Experimental.
ToTerraform() interface{}
}
Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
func NewProjectIssueBoard ¶
func NewProjectIssueBoard(scope constructs.Construct, id *string, config *ProjectIssueBoardConfig) ProjectIssueBoard
Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board gitlab_project_issue_board} Resource.
type ProjectIssueBoardConfig ¶
type ProjectIssueBoardConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count interface{} `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// The name of the board.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
Name *string `field:"required" json:"name" yaml:"name"`
// The ID or full path of the project maintained by the authenticated user.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
Project *string `field:"required" json:"project" yaml:"project"`
// The assignee the board should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
AssigneeId *float64 `field:"optional" json:"assigneeId" yaml:"assigneeId"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
//
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
Id *string `field:"optional" json:"id" yaml:"id"`
// The list of label names which the board should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
Labels *[]*string `field:"optional" json:"labels" yaml:"labels"`
// lists block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
Lists interface{} `field:"optional" json:"lists" yaml:"lists"`
// The milestone the board should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
MilestoneId *float64 `field:"optional" json:"milestoneId" yaml:"milestoneId"`
// The weight range from 0 to 9, to which the board should be scoped to.
//
// Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
Weight *float64 `field:"optional" json:"weight" yaml:"weight"`
}
type ProjectIssueBoardLists ¶
type ProjectIssueBoardLists struct {
// The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
AssigneeId *float64 `field:"optional" json:"assigneeId" yaml:"assigneeId"`
// The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
IterationId *float64 `field:"optional" json:"iterationId" yaml:"iterationId"`
// The ID of the label the list should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
LabelId *float64 `field:"optional" json:"labelId" yaml:"labelId"`
// The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/18.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
MilestoneId *float64 `field:"optional" json:"milestoneId" yaml:"milestoneId"`
}
type ProjectIssueBoardListsList ¶
type ProjectIssueBoardListsList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) ProjectIssueBoardListsOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewProjectIssueBoardListsList ¶
func NewProjectIssueBoardListsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ProjectIssueBoardListsList
type ProjectIssueBoardListsOutputReference ¶
type ProjectIssueBoardListsOutputReference interface {
cdktf.ComplexObject
AssigneeId() *float64
SetAssigneeId(val *float64)
AssigneeIdInput() *float64
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
Id() *float64
InternalValue() interface{}
SetInternalValue(val interface{})
IterationId() *float64
SetIterationId(val *float64)
IterationIdInput() *float64
LabelId() *float64
SetLabelId(val *float64)
LabelIdInput() *float64
MilestoneId() *float64
SetMilestoneId(val *float64)
MilestoneIdInput() *float64
Position() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
ResetAssigneeId()
ResetIterationId()
ResetLabelId()
ResetMilestoneId()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewProjectIssueBoardListsOutputReference ¶
func NewProjectIssueBoardListsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ProjectIssueBoardListsOutputReference