dataimagebuilderimagepipeline

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 EcrConfiguration

type EcrConfiguration struct{}

type EcrConfigurationAttributes

type EcrConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (EcrConfigurationAttributes) ContainerTags

func (EcrConfigurationAttributes) InternalRef

func (ec EcrConfigurationAttributes) InternalRef() (terra.Reference, error)

func (EcrConfigurationAttributes) InternalTokens

func (ec EcrConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EcrConfigurationAttributes) InternalWithRef

func (EcrConfigurationAttributes) RepositoryName

func (ec EcrConfigurationAttributes) RepositoryName() terra.StringValue

type EcrConfigurationState

type EcrConfigurationState struct {
	ContainerTags  []string `json:"container_tags"`
	RepositoryName string   `json:"repository_name"`
}

type ImageScanningConfiguration

type ImageScanningConfiguration struct {
	// EcrConfiguration: min=0
	EcrConfiguration []EcrConfiguration `hcl:"ecr_configuration,block" validate:"min=0"`
}

type ImageScanningConfigurationAttributes

type ImageScanningConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (ImageScanningConfigurationAttributes) EcrConfiguration

func (ImageScanningConfigurationAttributes) ImageScanningEnabled

func (isc ImageScanningConfigurationAttributes) ImageScanningEnabled() terra.BoolValue

func (ImageScanningConfigurationAttributes) InternalRef

func (ImageScanningConfigurationAttributes) InternalTokens

func (ImageScanningConfigurationAttributes) InternalWithRef

type ImageScanningConfigurationState

type ImageScanningConfigurationState struct {
	ImageScanningEnabled bool                    `json:"image_scanning_enabled"`
	EcrConfiguration     []EcrConfigurationState `json:"ecr_configuration"`
}

type ImageTestsConfiguration

type ImageTestsConfiguration struct{}

type ImageTestsConfigurationAttributes

type ImageTestsConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (ImageTestsConfigurationAttributes) ImageTestsEnabled

func (itc ImageTestsConfigurationAttributes) ImageTestsEnabled() terra.BoolValue

func (ImageTestsConfigurationAttributes) InternalRef

func (ImageTestsConfigurationAttributes) InternalTokens

func (itc ImageTestsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ImageTestsConfigurationAttributes) InternalWithRef

func (ImageTestsConfigurationAttributes) TimeoutMinutes

type ImageTestsConfigurationState

type ImageTestsConfigurationState struct {
	ImageTestsEnabled bool    `json:"image_tests_enabled"`
	TimeoutMinutes    float64 `json:"timeout_minutes"`
}

type Schedule

type Schedule struct{}

type ScheduleAttributes

type ScheduleAttributes struct {
	// contains filtered or unexported fields
}

func (ScheduleAttributes) InternalRef

func (s ScheduleAttributes) InternalRef() (terra.Reference, error)

func (ScheduleAttributes) InternalTokens

func (s ScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ScheduleAttributes) InternalWithRef

func (s ScheduleAttributes) InternalWithRef(ref terra.Reference) ScheduleAttributes

func (ScheduleAttributes) PipelineExecutionStartCondition

func (s ScheduleAttributes) PipelineExecutionStartCondition() terra.StringValue

func (ScheduleAttributes) ScheduleExpression

func (s ScheduleAttributes) ScheduleExpression() terra.StringValue

type ScheduleState

type ScheduleState struct {
	PipelineExecutionStartCondition string `json:"pipeline_execution_start_condition"`
	ScheduleExpression              string `json:"schedule_expression"`
}

Jump to

Keyboard shortcuts

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