codepipelinewebhook

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 AuthenticationConfiguration

type AuthenticationConfiguration struct {
	// AllowedIpRange: string, optional
	AllowedIpRange terra.StringValue `hcl:"allowed_ip_range,attr"`
	// SecretToken: string, optional
	SecretToken terra.StringValue `hcl:"secret_token,attr"`
}

type AuthenticationConfigurationAttributes

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

func (AuthenticationConfigurationAttributes) AllowedIpRange

func (AuthenticationConfigurationAttributes) InternalRef

func (AuthenticationConfigurationAttributes) InternalTokens

func (AuthenticationConfigurationAttributes) InternalWithRef

func (AuthenticationConfigurationAttributes) SecretToken

type AuthenticationConfigurationState

type AuthenticationConfigurationState struct {
	AllowedIpRange string `json:"allowed_ip_range"`
	SecretToken    string `json:"secret_token"`
}

type Filter

type Filter struct {
	// JsonPath: string, required
	JsonPath terra.StringValue `hcl:"json_path,attr" validate:"required"`
	// MatchEquals: string, required
	MatchEquals terra.StringValue `hcl:"match_equals,attr" validate:"required"`
}

type FilterAttributes

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

func (FilterAttributes) InternalRef

func (f FilterAttributes) InternalRef() (terra.Reference, error)

func (FilterAttributes) InternalTokens

func (f FilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FilterAttributes) InternalWithRef

func (f FilterAttributes) InternalWithRef(ref terra.Reference) FilterAttributes

func (FilterAttributes) JsonPath

func (f FilterAttributes) JsonPath() terra.StringValue

func (FilterAttributes) MatchEquals

func (f FilterAttributes) MatchEquals() terra.StringValue

type FilterState

type FilterState struct {
	JsonPath    string `json:"json_path"`
	MatchEquals string `json:"match_equals"`
}

Jump to

Keyboard shortcuts

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