Documentation
¶
Index ¶
- func ElasticsearchConnectionNullList() types.List
- func ElasticsearchConnectionObjectType() types.ObjectType
- func GetEsEphemeralConnectionBlock() schema.Block
- func GetEsFWConnectionBlock() fwschema.Block
- func GetFleetFWConnectionBlock() fwschema.Block
- func GetKbEphemeralConnectionBlock() schema.Block
- func GetKbFWConnectionBlock() fwschema.Block
- func KibanaConnectionNullList() types.List
- func KibanaConnectionObjectType() types.ObjectType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ElasticsearchConnectionNullList ¶ added in v0.16.0
ElasticsearchConnectionNullList returns a properly-typed null list value for the elasticsearch_connection block. Use when building state in ImportState so the framework list element type matches the resource schema.
func ElasticsearchConnectionObjectType ¶ added in v0.16.0
func ElasticsearchConnectionObjectType() types.ObjectType
ElasticsearchConnectionObjectType returns the object type for elasticsearch_connection list elements. Managed and ephemeral resources use the same connection block shape.
func GetEsEphemeralConnectionBlock ¶ added in v0.16.0
GetEsEphemeralConnectionBlock returns the elasticsearch_connection block for ephemeral resources, mirroring GetEsFWConnectionBlock for managed resources.
func GetEsFWConnectionBlock ¶ added in v0.10.0
func GetFleetFWConnectionBlock ¶ added in v0.10.0
func GetKbEphemeralConnectionBlock ¶ added in v0.16.0
GetKbEphemeralConnectionBlock returns the kibana_connection block for ephemeral resources, mirroring GetKbFWConnectionBlock for managed resources.
func GetKbFWConnectionBlock ¶ added in v0.10.0
func KibanaConnectionNullList ¶ added in v0.14.4
KibanaConnectionNullList returns a properly-typed null list value for the kibana_connection block. Use this when building a state struct from scratch (e.g., in ImportState or state upgraders) so the framework can match the list element type against the schema instead of encountering a zero-value.
func KibanaConnectionObjectType ¶ added in v0.16.0
func KibanaConnectionObjectType() types.ObjectType
KibanaConnectionObjectType returns the object type for kibana_connection list elements. Managed and ephemeral resources use the same connection block shape.
Types ¶
This section is empty.