Documentation
¶
Index ¶
- type AlertNotificationEndpointsGenerator
- type AlertsGenerator
- type LogzioProvider
- func (p *LogzioProvider) GetConfig() cty.Value
- func (p *LogzioProvider) GetName() string
- func (p LogzioProvider) GetProviderData(arg ...string) map[string]interface{}
- func (p LogzioProvider) GetResourceConnections() map[string]map[string][]string
- func (p *LogzioProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *LogzioProvider) Init(args []string) error
- func (p *LogzioProvider) InitService(serviceName string, verbose bool) error
- type LogzioService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertNotificationEndpointsGenerator ¶
type AlertNotificationEndpointsGenerator struct {
LogzioService
}
func (*AlertNotificationEndpointsGenerator) InitResources ¶
func (g *AlertNotificationEndpointsGenerator) InitResources() error
Generate Terraform Resources from Logzio API,
type AlertsGenerator ¶
type AlertsGenerator struct {
LogzioService
}
func (*AlertsGenerator) InitResources ¶
func (g *AlertsGenerator) InitResources() error
Generate Terraform Resources from Logzio API,
type LogzioProvider ¶
type LogzioProvider struct { terraformutils.Provider // contains filtered or unexported fields }
func (*LogzioProvider) GetConfig ¶
func (p *LogzioProvider) GetConfig() cty.Value
func (*LogzioProvider) GetName ¶
func (p *LogzioProvider) GetName() string
func (LogzioProvider) GetProviderData ¶
func (p LogzioProvider) GetProviderData(arg ...string) map[string]interface{}
func (LogzioProvider) GetResourceConnections ¶
func (p LogzioProvider) GetResourceConnections() map[string]map[string][]string
func (*LogzioProvider) GetSupportedService ¶
func (p *LogzioProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
GetSupportedService return map of support service for Logzio
func (*LogzioProvider) Init ¶
func (p *LogzioProvider) Init(args []string) error
Init LogzioProvider with API apiToken
func (*LogzioProvider) InitService ¶
func (p *LogzioProvider) InitService(serviceName string, verbose bool) error
type LogzioService ¶
type LogzioService struct {
terraformutils.Service
}
Click to show internal directories.
Click to hide internal directories.