Skip to content

Latest commit

 

History

History
1891 lines (1195 loc) · 75 KB

serviceSlack.csharp.md

File metadata and controls

1891 lines (1195 loc) · 75 KB

serviceSlack Submodule

Constructs

ServiceSlack

Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.

Initializers

using HashiCorp.Cdktf.Providers.Gitlab;

new ServiceSlack(Construct Scope, string Id, ServiceSlackConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config ServiceSlackConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
ResetBranchesToBeNotified No description.
ResetConfidentialIssueChannel No description.
ResetConfidentialIssuesEvents No description.
ResetConfidentialNoteChannel No description.
ResetConfidentialNoteEvents No description.
ResetId No description.
ResetIssueChannel No description.
ResetIssuesEvents No description.
ResetMergeRequestChannel No description.
ResetMergeRequestsEvents No description.
ResetNoteChannel No description.
ResetNoteEvents No description.
ResetNotifyOnlyBrokenPipelines No description.
ResetNotifyOnlyDefaultBranch No description.
ResetPipelineChannel No description.
ResetPipelineEvents No description.
ResetPushChannel No description.
ResetPushEvents No description.
ResetTagPushChannel No description.
ResetTagPushEvents No description.
ResetUsername No description.
ResetWikiPageChannel No description.
ResetWikiPageEvents No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

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.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


ResetBranchesToBeNotified
private void ResetBranchesToBeNotified()
ResetConfidentialIssueChannel
private void ResetConfidentialIssueChannel()
ResetConfidentialIssuesEvents
private void ResetConfidentialIssuesEvents()
ResetConfidentialNoteChannel
private void ResetConfidentialNoteChannel()
ResetConfidentialNoteEvents
private void ResetConfidentialNoteEvents()
ResetId
private void ResetId()
ResetIssueChannel
private void ResetIssueChannel()
ResetIssuesEvents
private void ResetIssuesEvents()
ResetMergeRequestChannel
private void ResetMergeRequestChannel()
ResetMergeRequestsEvents
private void ResetMergeRequestsEvents()
ResetNoteChannel
private void ResetNoteChannel()
ResetNoteEvents
private void ResetNoteEvents()
ResetNotifyOnlyBrokenPipelines
private void ResetNotifyOnlyBrokenPipelines()
ResetNotifyOnlyDefaultBranch
private void ResetNotifyOnlyDefaultBranch()
ResetPipelineChannel
private void ResetPipelineChannel()
ResetPipelineEvents
private void ResetPipelineEvents()
ResetPushChannel
private void ResetPushChannel()
ResetPushEvents
private void ResetPushEvents()
ResetTagPushChannel
private void ResetTagPushChannel()
ResetTagPushEvents
private void ResetTagPushEvents()
ResetUsername
private void ResetUsername()
ResetWikiPageChannel
private void ResetWikiPageChannel()
ResetWikiPageEvents
private void ResetWikiPageEvents()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a ServiceSlack resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Gitlab;

ServiceSlack.IsConstruct(object X);

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.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Gitlab;

ServiceSlack.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Gitlab;

ServiceSlack.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Gitlab;

ServiceSlack.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a ServiceSlack resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the ServiceSlack to import.


ImportFromIdRequired
  • Type: string

The id of the existing ServiceSlack that should be imported.

Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the ServiceSlack to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
JobEvents HashiCorp.Cdktf.IResolvable No description.
BranchesToBeNotifiedInput string No description.
ConfidentialIssueChannelInput string No description.
ConfidentialIssuesEventsInput object No description.
ConfidentialNoteChannelInput string No description.
ConfidentialNoteEventsInput object No description.
IdInput string No description.
IssueChannelInput string No description.
IssuesEventsInput object No description.
MergeRequestChannelInput string No description.
MergeRequestsEventsInput object No description.
NoteChannelInput string No description.
NoteEventsInput object No description.
NotifyOnlyBrokenPipelinesInput object No description.
NotifyOnlyDefaultBranchInput object No description.
PipelineChannelInput string No description.
PipelineEventsInput object No description.
ProjectInput string No description.
PushChannelInput string No description.
PushEventsInput object No description.
TagPushChannelInput string No description.
TagPushEventsInput object No description.
UsernameInput string No description.
WebhookInput string No description.
WikiPageChannelInput string No description.
WikiPageEventsInput object No description.
BranchesToBeNotified string No description.
ConfidentialIssueChannel string No description.
ConfidentialIssuesEvents object No description.
ConfidentialNoteChannel string No description.
ConfidentialNoteEvents object No description.
Id string No description.
IssueChannel string No description.
IssuesEvents object No description.
MergeRequestChannel string No description.
MergeRequestsEvents object No description.
NoteChannel string No description.
NoteEvents object No description.
NotifyOnlyBrokenPipelines object No description.
NotifyOnlyDefaultBranch object No description.
PipelineChannel string No description.
PipelineEvents object No description.
Project string No description.
PushChannel string No description.
PushEvents object No description.
TagPushChannel string No description.
TagPushEvents object No description.
Username string No description.
Webhook string No description.
WikiPageChannel string No description.
WikiPageEvents object No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

JobEventsRequired
public IResolvable JobEvents { get; }
  • Type: HashiCorp.Cdktf.IResolvable

BranchesToBeNotifiedInputOptional
public string BranchesToBeNotifiedInput { get; }
  • Type: string

ConfidentialIssueChannelInputOptional
public string ConfidentialIssueChannelInput { get; }
  • Type: string

ConfidentialIssuesEventsInputOptional
public object ConfidentialIssuesEventsInput { get; }
  • Type: object

ConfidentialNoteChannelInputOptional
public string ConfidentialNoteChannelInput { get; }
  • Type: string

ConfidentialNoteEventsInputOptional
public object ConfidentialNoteEventsInput { get; }
  • Type: object

IdInputOptional
public string IdInput { get; }
  • Type: string

IssueChannelInputOptional
public string IssueChannelInput { get; }
  • Type: string

IssuesEventsInputOptional
public object IssuesEventsInput { get; }
  • Type: object

MergeRequestChannelInputOptional
public string MergeRequestChannelInput { get; }
  • Type: string

MergeRequestsEventsInputOptional
public object MergeRequestsEventsInput { get; }
  • Type: object

NoteChannelInputOptional
public string NoteChannelInput { get; }
  • Type: string

NoteEventsInputOptional
public object NoteEventsInput { get; }
  • Type: object

NotifyOnlyBrokenPipelinesInputOptional
public object NotifyOnlyBrokenPipelinesInput { get; }
  • Type: object

NotifyOnlyDefaultBranchInputOptional
public object NotifyOnlyDefaultBranchInput { get; }
  • Type: object

PipelineChannelInputOptional
public string PipelineChannelInput { get; }
  • Type: string

PipelineEventsInputOptional
public object PipelineEventsInput { get; }
  • Type: object

ProjectInputOptional
public string ProjectInput { get; }
  • Type: string

PushChannelInputOptional
public string PushChannelInput { get; }
  • Type: string

PushEventsInputOptional
public object PushEventsInput { get; }
  • Type: object

TagPushChannelInputOptional
public string TagPushChannelInput { get; }
  • Type: string

TagPushEventsInputOptional
public object TagPushEventsInput { get; }
  • Type: object

UsernameInputOptional
public string UsernameInput { get; }
  • Type: string

WebhookInputOptional
public string WebhookInput { get; }
  • Type: string

WikiPageChannelInputOptional
public string WikiPageChannelInput { get; }
  • Type: string

WikiPageEventsInputOptional
public object WikiPageEventsInput { get; }
  • Type: object

BranchesToBeNotifiedRequired
public string BranchesToBeNotified { get; }
  • Type: string

ConfidentialIssueChannelRequired
public string ConfidentialIssueChannel { get; }
  • Type: string

ConfidentialIssuesEventsRequired
public object ConfidentialIssuesEvents { get; }
  • Type: object

ConfidentialNoteChannelRequired
public string ConfidentialNoteChannel { get; }
  • Type: string

ConfidentialNoteEventsRequired
public object ConfidentialNoteEvents { get; }
  • Type: object

IdRequired
public string Id { get; }
  • Type: string

IssueChannelRequired
public string IssueChannel { get; }
  • Type: string

IssuesEventsRequired
public object IssuesEvents { get; }
  • Type: object

MergeRequestChannelRequired
public string MergeRequestChannel { get; }
  • Type: string

MergeRequestsEventsRequired
public object MergeRequestsEvents { get; }
  • Type: object

NoteChannelRequired
public string NoteChannel { get; }
  • Type: string

NoteEventsRequired
public object NoteEvents { get; }
  • Type: object

NotifyOnlyBrokenPipelinesRequired
public object NotifyOnlyBrokenPipelines { get; }
  • Type: object

NotifyOnlyDefaultBranchRequired
public object NotifyOnlyDefaultBranch { get; }
  • Type: object

PipelineChannelRequired
public string PipelineChannel { get; }
  • Type: string

PipelineEventsRequired
public object PipelineEvents { get; }
  • Type: object

ProjectRequired
public string Project { get; }
  • Type: string

PushChannelRequired
public string PushChannel { get; }
  • Type: string

PushEventsRequired
public object PushEvents { get; }
  • Type: object

TagPushChannelRequired
public string TagPushChannel { get; }
  • Type: string

TagPushEventsRequired
public object TagPushEvents { get; }
  • Type: object

UsernameRequired
public string Username { get; }
  • Type: string

WebhookRequired
public string Webhook { get; }
  • Type: string

WikiPageChannelRequired
public string WikiPageChannel { get; }
  • Type: string

WikiPageEventsRequired
public object WikiPageEvents { get; }
  • Type: object

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

ServiceSlackConfig

Initializer

using HashiCorp.Cdktf.Providers.Gitlab;

new ServiceSlackConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Project,
    string Webhook,
    string BranchesToBeNotified = null,
    string ConfidentialIssueChannel = null,
    object ConfidentialIssuesEvents = null,
    string ConfidentialNoteChannel = null,
    object ConfidentialNoteEvents = null,
    string Id = null,
    string IssueChannel = null,
    object IssuesEvents = null,
    string MergeRequestChannel = null,
    object MergeRequestsEvents = null,
    string NoteChannel = null,
    object NoteEvents = null,
    object NotifyOnlyBrokenPipelines = null,
    object NotifyOnlyDefaultBranch = null,
    string PipelineChannel = null,
    object PipelineEvents = null,
    string PushChannel = null,
    object PushEvents = null,
    string TagPushChannel = null,
    object TagPushEvents = null,
    string Username = null,
    string WikiPageChannel = null,
    object WikiPageEvents = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Project string ID of the project you want to activate integration on.
Webhook string Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
BranchesToBeNotified string Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
ConfidentialIssueChannel string The name of the channel to receive confidential issue events notifications.
ConfidentialIssuesEvents object Enable notifications for confidential issues events.
ConfidentialNoteChannel string The name of the channel to receive confidential note events notifications.
ConfidentialNoteEvents object Enable notifications for confidential note events.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
IssueChannel string The name of the channel to receive issue events notifications.
IssuesEvents object Enable notifications for issues events.
MergeRequestChannel string The name of the channel to receive merge request events notifications.
MergeRequestsEvents object Enable notifications for merge requests events.
NoteChannel string The name of the channel to receive note events notifications.
NoteEvents object Enable notifications for note events.
NotifyOnlyBrokenPipelines object Send notifications for broken pipelines.
NotifyOnlyDefaultBranch object This parameter has been replaced with branches_to_be_notified.
PipelineChannel string The name of the channel to receive pipeline events notifications.
PipelineEvents object Enable notifications for pipeline events.
PushChannel string The name of the channel to receive push events notifications.
PushEvents object Enable notifications for push events.
TagPushChannel string The name of the channel to receive tag push events notifications.
TagPushEvents object Enable notifications for tag push events.
Username string Username to use.
WikiPageChannel string The name of the channel to receive wiki page events notifications.
WikiPageEvents object Enable notifications for wiki page events.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

ProjectRequired
public string Project { get; set; }
  • Type: string

ID of the project you want to activate integration on.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#project}


WebhookRequired
public string Webhook { get; set; }
  • Type: string

Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#webhook}


BranchesToBeNotifiedOptional
public string BranchesToBeNotified { get; set; }
  • Type: string

Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}


ConfidentialIssueChannelOptional
public string ConfidentialIssueChannel { get; set; }
  • Type: string

The name of the channel to receive confidential issue events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}


ConfidentialIssuesEventsOptional
public object ConfidentialIssuesEvents { get; set; }
  • Type: object

Enable notifications for confidential issues events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}


ConfidentialNoteChannelOptional
public string ConfidentialNoteChannel { get; set; }
  • Type: string

The name of the channel to receive confidential note events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}


ConfidentialNoteEventsOptional
public object ConfidentialNoteEvents { get; set; }
  • Type: object

Enable notifications for confidential note events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.


IssueChannelOptional
public string IssueChannel { get; set; }
  • Type: string

The name of the channel to receive issue events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}


IssuesEventsOptional
public object IssuesEvents { get; set; }
  • Type: object

Enable notifications for issues events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#issues_events}


MergeRequestChannelOptional
public string MergeRequestChannel { get; set; }
  • Type: string

The name of the channel to receive merge request events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}


MergeRequestsEventsOptional
public object MergeRequestsEvents { get; set; }
  • Type: object

Enable notifications for merge requests events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}


NoteChannelOptional
public string NoteChannel { get; set; }
  • Type: string

The name of the channel to receive note events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#note_channel}


NoteEventsOptional
public object NoteEvents { get; set; }
  • Type: object

Enable notifications for note events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#note_events}


NotifyOnlyBrokenPipelinesOptional
public object NotifyOnlyBrokenPipelines { get; set; }
  • Type: object

Send notifications for broken pipelines.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}


NotifyOnlyDefaultBranchOptional
public object NotifyOnlyDefaultBranch { get; set; }
  • Type: object

This parameter has been replaced with branches_to_be_notified.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}


PipelineChannelOptional
public string PipelineChannel { get; set; }
  • Type: string

The name of the channel to receive pipeline events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}


PipelineEventsOptional
public object PipelineEvents { get; set; }
  • Type: object

Enable notifications for pipeline events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}


PushChannelOptional
public string PushChannel { get; set; }
  • Type: string

The name of the channel to receive push events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#push_channel}


PushEventsOptional
public object PushEvents { get; set; }
  • Type: object

Enable notifications for push events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#push_events}


TagPushChannelOptional
public string TagPushChannel { get; set; }
  • Type: string

The name of the channel to receive tag push events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}


TagPushEventsOptional
public object TagPushEvents { get; set; }
  • Type: object

Enable notifications for tag push events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}


UsernameOptional
public string Username { get; set; }
  • Type: string

Username to use.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#username}


WikiPageChannelOptional
public string WikiPageChannel { get; set; }
  • Type: string

The name of the channel to receive wiki page events notifications.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}


WikiPageEventsOptional
public object WikiPageEvents { get; set; }
  • Type: object

Enable notifications for wiki page events.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}