appintegrationsdataintegration

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (ScheduleConfigAttributes) Object

func (ScheduleConfigAttributes) ScheduleExpression

func (sc ScheduleConfigAttributes) ScheduleExpression() terra.StringValue

type ScheduleConfigState

type ScheduleConfigState struct {
	FirstExecutionFrom string `json:"first_execution_from"`
	Object             string `json:"object"`
	ScheduleExpression string `json:"schedule_expression"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL