v1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IntegrationsServerSchema

func IntegrationsServerSchema() schema.Attribute

Types

type IntegrationsServer

type IntegrationsServer struct {
	ElasticsearchClusterRefId *string                   `tfsdk:"elasticsearch_cluster_ref_id"`
	RefId                     *string                   `tfsdk:"ref_id"`
	ResourceId                *string                   `tfsdk:"resource_id"`
	Region                    *string                   `tfsdk:"region"`
	HttpEndpoint              *string                   `tfsdk:"http_endpoint"`
	HttpsEndpoint             *string                   `tfsdk:"https_endpoint"`
	Topology                  topologyv1.Topologies     `tfsdk:"topology"`
	Config                    IntegrationsServerConfigs `tfsdk:"config"`
}

type IntegrationsServerConfig

type IntegrationsServerConfig struct {
	DockerImage              *string `tfsdk:"docker_image"`
	DebugEnabled             *bool   `tfsdk:"debug_enabled"`
	UserSettingsJson         *string `tfsdk:"user_settings_json"`
	UserSettingsOverrideJson *string `tfsdk:"user_settings_override_json"`
	UserSettingsYaml         *string `tfsdk:"user_settings_yaml"`
	UserSettingsOverrideYaml *string `tfsdk:"user_settings_override_yaml"`
}

type IntegrationsServerConfigTF

type IntegrationsServerConfigTF struct {
	DockerImage              types.String `tfsdk:"docker_image"`
	DebugEnabled             types.Bool   `tfsdk:"debug_enabled"`
	UserSettingsJson         types.String `tfsdk:"user_settings_json"`
	UserSettingsOverrideJson types.String `tfsdk:"user_settings_override_json"`
	UserSettingsYaml         types.String `tfsdk:"user_settings_yaml"`
	UserSettingsOverrideYaml types.String `tfsdk:"user_settings_override_yaml"`
}

type IntegrationsServerConfigs

type IntegrationsServerConfigs []IntegrationsServerConfig

type IntegrationsServerTF

type IntegrationsServerTF struct {
	ElasticsearchClusterRefId types.String `tfsdk:"elasticsearch_cluster_ref_id"`
	RefId                     types.String `tfsdk:"ref_id"`
	ResourceId                types.String `tfsdk:"resource_id"`
	Region                    types.String `tfsdk:"region"`
	HttpEndpoint              types.String `tfsdk:"http_endpoint"`
	HttpsEndpoint             types.String `tfsdk:"https_endpoint"`
	Topology                  types.List   `tfsdk:"topology"`
	Config                    types.List   `tfsdk:"config"`
}

type IntegrationsServers

type IntegrationsServers []IntegrationsServer

Jump to

Keyboard shortcuts

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