Documentation ¶
Index ¶
- type DagProcessingLogs
- type DagProcessingLogsAttributes
- func (dpl DagProcessingLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
- func (dpl DagProcessingLogsAttributes) Enabled() terra.BoolValue
- func (dpl DagProcessingLogsAttributes) InternalRef() (terra.Reference, error)
- func (dpl DagProcessingLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dpl DagProcessingLogsAttributes) InternalWithRef(ref terra.Reference) DagProcessingLogsAttributes
- func (dpl DagProcessingLogsAttributes) LogLevel() terra.StringValue
- type DagProcessingLogsState
- type Error
- type ErrorAttributes
- func (e ErrorAttributes) ErrorCode() terra.StringValue
- func (e ErrorAttributes) ErrorMessage() terra.StringValue
- func (e ErrorAttributes) InternalRef() (terra.Reference, error)
- func (e ErrorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e ErrorAttributes) InternalWithRef(ref terra.Reference) ErrorAttributes
- type ErrorState
- type LastUpdated
- type LastUpdatedAttributes
- func (lu LastUpdatedAttributes) CreatedAt() terra.StringValue
- func (lu LastUpdatedAttributes) Error() terra.ListValue[ErrorAttributes]
- func (lu LastUpdatedAttributes) InternalRef() (terra.Reference, error)
- func (lu LastUpdatedAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lu LastUpdatedAttributes) InternalWithRef(ref terra.Reference) LastUpdatedAttributes
- func (lu LastUpdatedAttributes) Status() terra.StringValue
- type LastUpdatedState
- type LoggingConfiguration
- type LoggingConfigurationAttributes
- func (lc LoggingConfigurationAttributes) DagProcessingLogs() terra.ListValue[DagProcessingLogsAttributes]
- 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) SchedulerLogs() terra.ListValue[SchedulerLogsAttributes]
- func (lc LoggingConfigurationAttributes) TaskLogs() terra.ListValue[TaskLogsAttributes]
- func (lc LoggingConfigurationAttributes) WebserverLogs() terra.ListValue[WebserverLogsAttributes]
- func (lc LoggingConfigurationAttributes) WorkerLogs() terra.ListValue[WorkerLogsAttributes]
- type LoggingConfigurationState
- type NetworkConfiguration
- type NetworkConfigurationAttributes
- func (nc NetworkConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (nc NetworkConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nc NetworkConfigurationAttributes) InternalWithRef(ref terra.Reference) NetworkConfigurationAttributes
- func (nc NetworkConfigurationAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
- func (nc NetworkConfigurationAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- type NetworkConfigurationState
- type SchedulerLogs
- type SchedulerLogsAttributes
- func (sl SchedulerLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
- func (sl SchedulerLogsAttributes) Enabled() terra.BoolValue
- func (sl SchedulerLogsAttributes) InternalRef() (terra.Reference, error)
- func (sl SchedulerLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sl SchedulerLogsAttributes) InternalWithRef(ref terra.Reference) SchedulerLogsAttributes
- func (sl SchedulerLogsAttributes) LogLevel() terra.StringValue
- type SchedulerLogsState
- type TaskLogs
- type TaskLogsAttributes
- func (tl TaskLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
- func (tl TaskLogsAttributes) Enabled() terra.BoolValue
- func (tl TaskLogsAttributes) InternalRef() (terra.Reference, error)
- func (tl TaskLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tl TaskLogsAttributes) InternalWithRef(ref terra.Reference) TaskLogsAttributes
- func (tl TaskLogsAttributes) LogLevel() terra.StringValue
- type TaskLogsState
- 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 WebserverLogs
- type WebserverLogsAttributes
- func (wl WebserverLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
- func (wl WebserverLogsAttributes) Enabled() terra.BoolValue
- func (wl WebserverLogsAttributes) InternalRef() (terra.Reference, error)
- func (wl WebserverLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (wl WebserverLogsAttributes) InternalWithRef(ref terra.Reference) WebserverLogsAttributes
- func (wl WebserverLogsAttributes) LogLevel() terra.StringValue
- type WebserverLogsState
- type WorkerLogs
- type WorkerLogsAttributes
- func (wl WorkerLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
- func (wl WorkerLogsAttributes) Enabled() terra.BoolValue
- func (wl WorkerLogsAttributes) InternalRef() (terra.Reference, error)
- func (wl WorkerLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (wl WorkerLogsAttributes) InternalWithRef(ref terra.Reference) WorkerLogsAttributes
- func (wl WorkerLogsAttributes) LogLevel() terra.StringValue
- type WorkerLogsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DagProcessingLogs ¶
type DagProcessingLogs struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LogLevel: string, optional LogLevel terra.StringValue `hcl:"log_level,attr"` }
type DagProcessingLogsAttributes ¶
type DagProcessingLogsAttributes struct {
// contains filtered or unexported fields
}
func (DagProcessingLogsAttributes) CloudWatchLogGroupArn ¶
func (dpl DagProcessingLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
func (DagProcessingLogsAttributes) Enabled ¶
func (dpl DagProcessingLogsAttributes) Enabled() terra.BoolValue
func (DagProcessingLogsAttributes) InternalRef ¶
func (dpl DagProcessingLogsAttributes) InternalRef() (terra.Reference, error)
func (DagProcessingLogsAttributes) InternalTokens ¶
func (dpl DagProcessingLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DagProcessingLogsAttributes) InternalWithRef ¶
func (dpl DagProcessingLogsAttributes) InternalWithRef(ref terra.Reference) DagProcessingLogsAttributes
func (DagProcessingLogsAttributes) LogLevel ¶
func (dpl DagProcessingLogsAttributes) LogLevel() terra.StringValue
type DagProcessingLogsState ¶
type ErrorAttributes ¶
type ErrorAttributes struct {
// contains filtered or unexported fields
}
func (ErrorAttributes) ErrorCode ¶
func (e ErrorAttributes) ErrorCode() terra.StringValue
func (ErrorAttributes) ErrorMessage ¶
func (e ErrorAttributes) ErrorMessage() terra.StringValue
func (ErrorAttributes) InternalRef ¶
func (e ErrorAttributes) InternalRef() (terra.Reference, error)
func (ErrorAttributes) InternalTokens ¶
func (e ErrorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ErrorAttributes) InternalWithRef ¶
func (e ErrorAttributes) InternalWithRef(ref terra.Reference) ErrorAttributes
type ErrorState ¶
type LastUpdated ¶
type LastUpdated struct { // Error: min=0 Error []Error `hcl:"error,block" validate:"min=0"` }
type LastUpdatedAttributes ¶
type LastUpdatedAttributes struct {
// contains filtered or unexported fields
}
func (LastUpdatedAttributes) CreatedAt ¶
func (lu LastUpdatedAttributes) CreatedAt() terra.StringValue
func (LastUpdatedAttributes) Error ¶
func (lu LastUpdatedAttributes) Error() terra.ListValue[ErrorAttributes]
func (LastUpdatedAttributes) InternalRef ¶
func (lu LastUpdatedAttributes) InternalRef() (terra.Reference, error)
func (LastUpdatedAttributes) InternalTokens ¶
func (lu LastUpdatedAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LastUpdatedAttributes) InternalWithRef ¶
func (lu LastUpdatedAttributes) InternalWithRef(ref terra.Reference) LastUpdatedAttributes
func (LastUpdatedAttributes) Status ¶
func (lu LastUpdatedAttributes) Status() terra.StringValue
type LastUpdatedState ¶
type LastUpdatedState struct { CreatedAt string `json:"created_at"` Status string `json:"status"` Error []ErrorState `json:"error"` }
type LoggingConfiguration ¶
type LoggingConfiguration struct { // DagProcessingLogs: optional DagProcessingLogs *DagProcessingLogs `hcl:"dag_processing_logs,block"` // SchedulerLogs: optional SchedulerLogs *SchedulerLogs `hcl:"scheduler_logs,block"` // TaskLogs: optional TaskLogs *TaskLogs `hcl:"task_logs,block"` // WebserverLogs: optional WebserverLogs *WebserverLogs `hcl:"webserver_logs,block"` // WorkerLogs: optional WorkerLogs *WorkerLogs `hcl:"worker_logs,block"` }
type LoggingConfigurationAttributes ¶
type LoggingConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (LoggingConfigurationAttributes) DagProcessingLogs ¶
func (lc LoggingConfigurationAttributes) DagProcessingLogs() terra.ListValue[DagProcessingLogsAttributes]
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) SchedulerLogs ¶
func (lc LoggingConfigurationAttributes) SchedulerLogs() terra.ListValue[SchedulerLogsAttributes]
func (LoggingConfigurationAttributes) TaskLogs ¶
func (lc LoggingConfigurationAttributes) TaskLogs() terra.ListValue[TaskLogsAttributes]
func (LoggingConfigurationAttributes) WebserverLogs ¶
func (lc LoggingConfigurationAttributes) WebserverLogs() terra.ListValue[WebserverLogsAttributes]
func (LoggingConfigurationAttributes) WorkerLogs ¶
func (lc LoggingConfigurationAttributes) WorkerLogs() terra.ListValue[WorkerLogsAttributes]
type LoggingConfigurationState ¶
type LoggingConfigurationState struct { DagProcessingLogs []DagProcessingLogsState `json:"dag_processing_logs"` SchedulerLogs []SchedulerLogsState `json:"scheduler_logs"` TaskLogs []TaskLogsState `json:"task_logs"` WebserverLogs []WebserverLogsState `json:"webserver_logs"` WorkerLogs []WorkerLogsState `json:"worker_logs"` }
type NetworkConfiguration ¶
type NetworkConfiguration struct { // SecurityGroupIds: set of string, required SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr" validate:"required"` // SubnetIds: set of string, required SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"` }
type NetworkConfigurationAttributes ¶
type NetworkConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (NetworkConfigurationAttributes) InternalRef ¶
func (nc NetworkConfigurationAttributes) InternalRef() (terra.Reference, error)
func (NetworkConfigurationAttributes) InternalTokens ¶
func (nc NetworkConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkConfigurationAttributes) InternalWithRef ¶
func (nc NetworkConfigurationAttributes) InternalWithRef(ref terra.Reference) NetworkConfigurationAttributes
func (NetworkConfigurationAttributes) SecurityGroupIds ¶
func (nc NetworkConfigurationAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
func (NetworkConfigurationAttributes) SubnetIds ¶
func (nc NetworkConfigurationAttributes) SubnetIds() terra.SetValue[terra.StringValue]
type SchedulerLogs ¶
type SchedulerLogs struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LogLevel: string, optional LogLevel terra.StringValue `hcl:"log_level,attr"` }
type SchedulerLogsAttributes ¶
type SchedulerLogsAttributes struct {
// contains filtered or unexported fields
}
func (SchedulerLogsAttributes) CloudWatchLogGroupArn ¶
func (sl SchedulerLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
func (SchedulerLogsAttributes) Enabled ¶
func (sl SchedulerLogsAttributes) Enabled() terra.BoolValue
func (SchedulerLogsAttributes) InternalRef ¶
func (sl SchedulerLogsAttributes) InternalRef() (terra.Reference, error)
func (SchedulerLogsAttributes) InternalTokens ¶
func (sl SchedulerLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SchedulerLogsAttributes) InternalWithRef ¶
func (sl SchedulerLogsAttributes) InternalWithRef(ref terra.Reference) SchedulerLogsAttributes
func (SchedulerLogsAttributes) LogLevel ¶
func (sl SchedulerLogsAttributes) LogLevel() terra.StringValue
type SchedulerLogsState ¶
type TaskLogs ¶
type TaskLogs struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LogLevel: string, optional LogLevel terra.StringValue `hcl:"log_level,attr"` }
type TaskLogsAttributes ¶
type TaskLogsAttributes struct {
// contains filtered or unexported fields
}
func (TaskLogsAttributes) CloudWatchLogGroupArn ¶
func (tl TaskLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
func (TaskLogsAttributes) Enabled ¶
func (tl TaskLogsAttributes) Enabled() terra.BoolValue
func (TaskLogsAttributes) InternalRef ¶
func (tl TaskLogsAttributes) InternalRef() (terra.Reference, error)
func (TaskLogsAttributes) InternalTokens ¶
func (tl TaskLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TaskLogsAttributes) InternalWithRef ¶
func (tl TaskLogsAttributes) InternalWithRef(ref terra.Reference) TaskLogsAttributes
func (TaskLogsAttributes) LogLevel ¶
func (tl TaskLogsAttributes) LogLevel() terra.StringValue
type TaskLogsState ¶
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 WebserverLogs ¶
type WebserverLogs struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LogLevel: string, optional LogLevel terra.StringValue `hcl:"log_level,attr"` }
type WebserverLogsAttributes ¶
type WebserverLogsAttributes struct {
// contains filtered or unexported fields
}
func (WebserverLogsAttributes) CloudWatchLogGroupArn ¶
func (wl WebserverLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
func (WebserverLogsAttributes) Enabled ¶
func (wl WebserverLogsAttributes) Enabled() terra.BoolValue
func (WebserverLogsAttributes) InternalRef ¶
func (wl WebserverLogsAttributes) InternalRef() (terra.Reference, error)
func (WebserverLogsAttributes) InternalTokens ¶
func (wl WebserverLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (WebserverLogsAttributes) InternalWithRef ¶
func (wl WebserverLogsAttributes) InternalWithRef(ref terra.Reference) WebserverLogsAttributes
func (WebserverLogsAttributes) LogLevel ¶
func (wl WebserverLogsAttributes) LogLevel() terra.StringValue
type WebserverLogsState ¶
type WorkerLogs ¶
type WorkerLogs struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LogLevel: string, optional LogLevel terra.StringValue `hcl:"log_level,attr"` }
type WorkerLogsAttributes ¶
type WorkerLogsAttributes struct {
// contains filtered or unexported fields
}
func (WorkerLogsAttributes) CloudWatchLogGroupArn ¶
func (wl WorkerLogsAttributes) CloudWatchLogGroupArn() terra.StringValue
func (WorkerLogsAttributes) Enabled ¶
func (wl WorkerLogsAttributes) Enabled() terra.BoolValue
func (WorkerLogsAttributes) InternalRef ¶
func (wl WorkerLogsAttributes) InternalRef() (terra.Reference, error)
func (WorkerLogsAttributes) InternalTokens ¶
func (wl WorkerLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (WorkerLogsAttributes) InternalWithRef ¶
func (wl WorkerLogsAttributes) InternalWithRef(ref terra.Reference) WorkerLogsAttributes
func (WorkerLogsAttributes) LogLevel ¶
func (wl WorkerLogsAttributes) LogLevel() terra.StringValue
type WorkerLogsState ¶
Click to show internal directories.
Click to hide internal directories.