v1

package
v0.12.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ObservabilitySchema

func ObservabilitySchema() schema.Attribute

Types

type Observabilities

type Observabilities []Observability

type Observability

type Observability struct {
	DeploymentId *string `tfsdk:"deployment_id"`
	RefId        *string `tfsdk:"ref_id"`
	Logs         bool    `tfsdk:"logs"`
	Metrics      bool    `tfsdk:"metrics"`
}

type ObservabilityTF

type ObservabilityTF struct {
	DeploymentId types.String `tfsdk:"deployment_id"`
	RefId        types.String `tfsdk:"ref_id"`
	Logs         types.Bool   `tfsdk:"logs"`
	Metrics      types.Bool   `tfsdk:"metrics"`
}

Jump to

Keyboard shortcuts

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