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 (*DDUPool) MarshalHCL ¶
func (me *DDUPool) MarshalHCL(properties hcl.Properties) 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) UnmarshalHCL ¶
func (me *DDUPoolConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.