codecommittrigger

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 Trigger

type Trigger struct {
	// Branches: list of string, optional
	Branches terra.ListValue[terra.StringValue] `hcl:"branches,attr"`
	// CustomData: string, optional
	CustomData terra.StringValue `hcl:"custom_data,attr"`
	// DestinationArn: string, required
	DestinationArn terra.StringValue `hcl:"destination_arn,attr" validate:"required"`
	// Events: list of string, required
	Events terra.ListValue[terra.StringValue] `hcl:"events,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type TriggerAttributes

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

func (TriggerAttributes) Branches

func (TriggerAttributes) CustomData

func (t TriggerAttributes) CustomData() terra.StringValue

func (TriggerAttributes) DestinationArn

func (t TriggerAttributes) DestinationArn() terra.StringValue

func (TriggerAttributes) Events

func (TriggerAttributes) InternalRef

func (t TriggerAttributes) InternalRef() (terra.Reference, error)

func (TriggerAttributes) InternalTokens

func (t TriggerAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TriggerAttributes) InternalWithRef

func (t TriggerAttributes) InternalWithRef(ref terra.Reference) TriggerAttributes

func (TriggerAttributes) Name

type TriggerState

type TriggerState struct {
	Branches       []string `json:"branches"`
	CustomData     string   `json:"custom_data"`
	DestinationArn string   `json:"destination_arn"`
	Events         []string `json:"events"`
	Name           string   `json:"name"`
}

Jump to

Keyboard shortcuts

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