Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
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. |
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: ServiceSlackConfig
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. |
private string ToString()
Returns a string representation of this construct.
private void AddOverride(string Path, object Value)
- Type: string
- Type: object
private void OverrideLogicalId(string NewLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
private void ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
private object ToHclTerraform()
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
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.
- Type: string
The string move target that will correspond to this resource.
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private object HasResourceMove()
private void ImportFrom(string Id, TerraformProvider Provider = null)
- Type: string
- Type: HashiCorp.Cdktf.TerraformProvider
private IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
private void MoveTo(string MoveTarget, object Index = null)
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: object
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
private void MoveToId(string Id)
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
private void ResetBranchesToBeNotified()
private void ResetConfidentialIssueChannel()
private void ResetConfidentialIssuesEvents()
private void ResetConfidentialNoteChannel()
private void ResetConfidentialNoteEvents()
private void ResetId()
private void ResetIssueChannel()
private void ResetIssuesEvents()
private void ResetMergeRequestChannel()
private void ResetMergeRequestsEvents()
private void ResetNoteChannel()
private void ResetNoteEvents()
private void ResetNotifyOnlyBrokenPipelines()
private void ResetNotifyOnlyDefaultBranch()
private void ResetPipelineChannel()
private void ResetPipelineEvents()
private void ResetPushChannel()
private void ResetPushEvents()
private void ResetTagPushChannel()
private void ResetTagPushEvents()
private void ResetUsername()
private void ResetWikiPageChannel()
private void ResetWikiPageEvents()
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 ". |
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.
- Type: object
Any object.
using HashiCorp.Cdktf.Providers.Gitlab;
ServiceSlack.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Gitlab;
ServiceSlack.IsTerraformResource(object X);
- Type: object
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 ".
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the ServiceSlack to import.
- 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
- Type: HashiCorp.Cdktf.TerraformProvider
? Optional instance of the provider where the ServiceSlack to import is found.
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. |
public Node Node { get; }
- Type: Constructs.Node
The tree node.
public TerraformStack CdktfStack { get; }
- Type: HashiCorp.Cdktf.TerraformStack
public string Fqn { get; }
- Type: string
public string FriendlyUniqueId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
- Type: System.Collections.Generic.IDictionary<string, object>
public string TerraformResourceType { get; }
- Type: string
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
- Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
public object Connection { get; }
- Type: object
public object Count { get; }
- Type: object
public string[] DependsOn { get; }
- Type: string[]
public ITerraformIterator ForEach { get; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; }
- Type: object[]
public IResolvable JobEvents { get; }
- Type: HashiCorp.Cdktf.IResolvable
public string BranchesToBeNotifiedInput { get; }
- Type: string
public string ConfidentialIssueChannelInput { get; }
- Type: string
public object ConfidentialIssuesEventsInput { get; }
- Type: object
public string ConfidentialNoteChannelInput { get; }
- Type: string
public object ConfidentialNoteEventsInput { get; }
- Type: object
public string IdInput { get; }
- Type: string
public string IssueChannelInput { get; }
- Type: string
public object IssuesEventsInput { get; }
- Type: object
public string MergeRequestChannelInput { get; }
- Type: string
public object MergeRequestsEventsInput { get; }
- Type: object
public string NoteChannelInput { get; }
- Type: string
public object NoteEventsInput { get; }
- Type: object
public object NotifyOnlyBrokenPipelinesInput { get; }
- Type: object
public object NotifyOnlyDefaultBranchInput { get; }
- Type: object
public string PipelineChannelInput { get; }
- Type: string
public object PipelineEventsInput { get; }
- Type: object
public string ProjectInput { get; }
- Type: string
public string PushChannelInput { get; }
- Type: string
public object PushEventsInput { get; }
- Type: object
public string TagPushChannelInput { get; }
- Type: string
public object TagPushEventsInput { get; }
- Type: object
public string UsernameInput { get; }
- Type: string
public string WebhookInput { get; }
- Type: string
public string WikiPageChannelInput { get; }
- Type: string
public object WikiPageEventsInput { get; }
- Type: object
public string BranchesToBeNotified { get; }
- Type: string
public string ConfidentialIssueChannel { get; }
- Type: string
public object ConfidentialIssuesEvents { get; }
- Type: object
public string ConfidentialNoteChannel { get; }
- Type: string
public object ConfidentialNoteEvents { get; }
- Type: object
public string Id { get; }
- Type: string
public string IssueChannel { get; }
- Type: string
public object IssuesEvents { get; }
- Type: object
public string MergeRequestChannel { get; }
- Type: string
public object MergeRequestsEvents { get; }
- Type: object
public string NoteChannel { get; }
- Type: string
public object NoteEvents { get; }
- Type: object
public object NotifyOnlyBrokenPipelines { get; }
- Type: object
public object NotifyOnlyDefaultBranch { get; }
- Type: object
public string PipelineChannel { get; }
- Type: string
public object PipelineEvents { get; }
- Type: object
public string Project { get; }
- Type: string
public string PushChannel { get; }
- Type: string
public object PushEvents { get; }
- Type: object
public string TagPushChannel { get; }
- Type: string
public object TagPushEvents { get; }
- Type: object
public string Username { get; }
- Type: string
public string Webhook { get; }
- Type: string
public string WikiPageChannel { get; }
- Type: string
public object WikiPageEvents { get; }
- Type: object
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
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
};
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. |
public object Connection { get; set; }
- Type: object
public object Count { get; set; }
- Type: object
public ITerraformDependable[] DependsOn { get; set; }
- Type: HashiCorp.Cdktf.ITerraformDependable[]
public ITerraformIterator ForEach { get; set; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; set; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; set; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; set; }
- Type: object[]
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}
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}
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}
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}
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}
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}
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}
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.
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}