appconfigconfigurationprofile

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 Validator

type Validator struct {
	// Content: string, optional
	Content terra.StringValue `hcl:"content,attr"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type ValidatorAttributes

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

func (ValidatorAttributes) Content

func (ValidatorAttributes) InternalRef

func (v ValidatorAttributes) InternalRef() (terra.Reference, error)

func (ValidatorAttributes) InternalTokens

func (v ValidatorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ValidatorAttributes) InternalWithRef

func (v ValidatorAttributes) InternalWithRef(ref terra.Reference) ValidatorAttributes

func (ValidatorAttributes) Type

type ValidatorState

type ValidatorState struct {
	Content string `json:"content"`
	Type    string `json:"type"`
}

Jump to

Keyboard shortcuts

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