ddulimit

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DDUPool

type DDUPool struct {
	MetricsPool       DDUPoolConfig `json:"metrics"`
	LogMonitoringPool DDUPoolConfig `json:"logMonitoring"`
	ServerlessPool    DDUPoolConfig `json:"serverless"`
	EventsPool        DDUPoolConfig `json:"events"`
	TracesPool        DDUPoolConfig `json:"traces"`
}

DDUPool TODO: documentation

func (*DDUPool) Deprecated added in v1.50.0

func (me *DDUPool) Deprecated() string

func (*DDUPool) MarshalHCL

func (me *DDUPool) MarshalHCL(properties hcl.Properties) error

func (*DDUPool) Name

func (me *DDUPool) Name() string

func (*DDUPool) Schema

func (me *DDUPool) Schema() map[string]*schema.Schema

func (*DDUPool) UnmarshalHCL

func (me *DDUPool) UnmarshalHCL(decoder hcl.Decoder) error

type DDUPoolConfig

type DDUPoolConfig struct {
	LimitEnabled bool    `json:"limitEnabled"`
	LimitType    *string `json:"limitType,omitempty"`
	LimitValue   *int    `json:"limitValue,omitempty"`
}

func (*DDUPoolConfig) MarshalHCL

func (me *DDUPoolConfig) MarshalHCL(properties hcl.Properties) error

func (*DDUPoolConfig) Schema

func (me *DDUPoolConfig) Schema() map[string]*schema.Schema

func (*DDUPoolConfig) UnmarshalHCL

func (me *DDUPoolConfig) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

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