Documentation ¶
Index ¶
- type ScheduleConfig
- type ScheduleConfigAttributes
- func (sc ScheduleConfigAttributes) FirstExecutionFrom() terra.StringValue
- func (sc ScheduleConfigAttributes) InternalRef() (terra.Reference, error)
- func (sc ScheduleConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc ScheduleConfigAttributes) InternalWithRef(ref terra.Reference) ScheduleConfigAttributes
- func (sc ScheduleConfigAttributes) Object() terra.StringValue
- func (sc ScheduleConfigAttributes) ScheduleExpression() terra.StringValue
- type ScheduleConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScheduleConfig ¶
type ScheduleConfig struct { // FirstExecutionFrom: string, required FirstExecutionFrom terra.StringValue `hcl:"first_execution_from,attr" validate:"required"` // Object: string, required Object terra.StringValue `hcl:"object,attr" validate:"required"` // ScheduleExpression: string, required ScheduleExpression terra.StringValue `hcl:"schedule_expression,attr" validate:"required"` }
type ScheduleConfigAttributes ¶
type ScheduleConfigAttributes struct {
// contains filtered or unexported fields
}
func (ScheduleConfigAttributes) FirstExecutionFrom ¶
func (sc ScheduleConfigAttributes) FirstExecutionFrom() terra.StringValue
func (ScheduleConfigAttributes) InternalRef ¶
func (sc ScheduleConfigAttributes) InternalRef() (terra.Reference, error)
func (ScheduleConfigAttributes) InternalTokens ¶
func (sc ScheduleConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ScheduleConfigAttributes) InternalWithRef ¶
func (sc ScheduleConfigAttributes) InternalWithRef(ref terra.Reference) ScheduleConfigAttributes
func (ScheduleConfigAttributes) Object ¶
func (sc ScheduleConfigAttributes) Object() terra.StringValue
func (ScheduleConfigAttributes) ScheduleExpression ¶
func (sc ScheduleConfigAttributes) ScheduleExpression() terra.StringValue
type ScheduleConfigState ¶
Click to show internal directories.
Click to hide internal directories.