notfication_endpoint

package
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2025 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Converter

func Converter(plan *ResourceModel, state *ResourceModel, converterType commons.ConverterType) (*sdkNotification.Endpoint, bool)

func UpdateStateAfterRead

func UpdateStateAfterRead(res *sdkNotification.Endpoint, state *ResourceModel)

Types

type ResourceModel

type ResourceModel struct {
	ID             types.String         `tfsdk:"id"`
	Name           types.String         `tfsdk:"name"`
	Protocol       types.String         `tfsdk:"protocol"`
	Url            types.String         `tfsdk:"url"`
	SlackAppConfig *SlackAppConfigModel `tfsdk:"slack_app_config"`
	EmailAddresses types.List           `tfsdk:"email_addresses"`
}

type SlackAppConfigModel added in v1.19.0

type SlackAppConfigModel struct {
	NotificationSlackAppId types.String `tfsdk:"notification_slack_app_id"`
	ChannelId              types.String `tfsdk:"channel_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL