glueuserdefinedfunction

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 ResourceUris

type ResourceUris struct {
	// ResourceType: string, required
	ResourceType terra.StringValue `hcl:"resource_type,attr" validate:"required"`
	// Uri: string, required
	Uri terra.StringValue `hcl:"uri,attr" validate:"required"`
}

type ResourceUrisAttributes

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

func (ResourceUrisAttributes) InternalRef

func (ru ResourceUrisAttributes) InternalRef() (terra.Reference, error)

func (ResourceUrisAttributes) InternalTokens

func (ru ResourceUrisAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourceUrisAttributes) InternalWithRef

func (ResourceUrisAttributes) ResourceType

func (ru ResourceUrisAttributes) ResourceType() terra.StringValue

func (ResourceUrisAttributes) Uri

type ResourceUrisState

type ResourceUrisState struct {
	ResourceType string `json:"resource_type"`
	Uri          string `json:"uri"`
}

Jump to

Keyboard shortcuts

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