connection_catalog_config

package
v1.12.4 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectionCatalogConfigResource

func ConnectionCatalogConfigResource() resource.Resource

ConnectionCatalogConfigResource returns a new resource instance

Types

type ConnectionCatalogConfigResourceModel

type ConnectionCatalogConfigResourceModel struct {
	ID           types.String `tfsdk:"id"`
	ConnectionID types.Int64  `tfsdk:"connection_id"`

	// Filter lists
	DatabaseAllow types.List `tfsdk:"database_allow"`
	DatabaseDeny  types.List `tfsdk:"database_deny"`
	SchemaAllow   types.List `tfsdk:"schema_allow"`
	SchemaDeny    types.List `tfsdk:"schema_deny"`
	TableAllow    types.List `tfsdk:"table_allow"`
	TableDeny     types.List `tfsdk:"table_deny"`
	ViewAllow     types.List `tfsdk:"view_allow"`
	ViewDeny      types.List `tfsdk:"view_deny"`
}

ConnectionCatalogConfigResourceModel represents the Terraform state for this resource

Jump to

Keyboard shortcuts

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