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 Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- 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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
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.