Documentation ¶
Index ¶
- type LoggingConfiguration
- type LoggingConfigurationAttributes
- func (lc LoggingConfigurationAttributes) IncludeExecutionData() terra.BoolValue
- func (lc LoggingConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (lc LoggingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lc LoggingConfigurationAttributes) InternalWithRef(ref terra.Reference) LoggingConfigurationAttributes
- func (lc LoggingConfigurationAttributes) Level() terra.StringValue
- func (lc LoggingConfigurationAttributes) LogDestination() terra.StringValue
- type LoggingConfigurationState
- type TracingConfiguration
- type TracingConfigurationAttributes
- func (tc TracingConfigurationAttributes) Enabled() terra.BoolValue
- func (tc TracingConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (tc TracingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tc TracingConfigurationAttributes) InternalWithRef(ref terra.Reference) TracingConfigurationAttributes
- type TracingConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingConfiguration ¶
type LoggingConfiguration struct { // IncludeExecutionData: bool, optional IncludeExecutionData terra.BoolValue `hcl:"include_execution_data,attr"` // Level: string, optional Level terra.StringValue `hcl:"level,attr"` // LogDestination: string, optional LogDestination terra.StringValue `hcl:"log_destination,attr"` }
type LoggingConfigurationAttributes ¶
type LoggingConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (LoggingConfigurationAttributes) IncludeExecutionData ¶
func (lc LoggingConfigurationAttributes) IncludeExecutionData() terra.BoolValue
func (LoggingConfigurationAttributes) InternalRef ¶
func (lc LoggingConfigurationAttributes) InternalRef() (terra.Reference, error)
func (LoggingConfigurationAttributes) InternalTokens ¶
func (lc LoggingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LoggingConfigurationAttributes) InternalWithRef ¶
func (lc LoggingConfigurationAttributes) InternalWithRef(ref terra.Reference) LoggingConfigurationAttributes
func (LoggingConfigurationAttributes) Level ¶
func (lc LoggingConfigurationAttributes) Level() terra.StringValue
func (LoggingConfigurationAttributes) LogDestination ¶
func (lc LoggingConfigurationAttributes) LogDestination() terra.StringValue
type TracingConfiguration ¶
type TracingConfigurationAttributes ¶
type TracingConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (TracingConfigurationAttributes) Enabled ¶
func (tc TracingConfigurationAttributes) Enabled() terra.BoolValue
func (TracingConfigurationAttributes) InternalRef ¶
func (tc TracingConfigurationAttributes) InternalRef() (terra.Reference, error)
func (TracingConfigurationAttributes) InternalTokens ¶
func (tc TracingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TracingConfigurationAttributes) InternalWithRef ¶
func (tc TracingConfigurationAttributes) InternalWithRef(ref terra.Reference) TracingConfigurationAttributes
type TracingConfigurationState ¶
type TracingConfigurationState struct {
Enabled bool `json:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.