dataresourceexplorer2search

package
v0.0.0-...-917d9f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 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 ResourceCount

type ResourceCount struct{}

type ResourceCountAttributes

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

func (ResourceCountAttributes) Complete

func (rc ResourceCountAttributes) Complete() terra.BoolValue

func (ResourceCountAttributes) InternalRef

func (rc ResourceCountAttributes) InternalRef() (terra.Reference, error)

func (ResourceCountAttributes) InternalTokens

func (rc ResourceCountAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourceCountAttributes) InternalWithRef

func (ResourceCountAttributes) TotalResources

func (rc ResourceCountAttributes) TotalResources() terra.NumberValue

type ResourceCountState

type ResourceCountState struct {
	Complete       bool    `json:"complete"`
	TotalResources float64 `json:"total_resources"`
}

type ResourceProperty

type ResourceProperty struct{}

type ResourcePropertyAttributes

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

func (ResourcePropertyAttributes) Data

func (ResourcePropertyAttributes) InternalRef

func (rp ResourcePropertyAttributes) InternalRef() (terra.Reference, error)

func (ResourcePropertyAttributes) InternalTokens

func (rp ResourcePropertyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourcePropertyAttributes) InternalWithRef

func (ResourcePropertyAttributes) LastReportedAt

func (rp ResourcePropertyAttributes) LastReportedAt() terra.StringValue

func (ResourcePropertyAttributes) Name

type ResourcePropertyState

type ResourcePropertyState struct {
	Data           string `json:"data"`
	LastReportedAt string `json:"last_reported_at"`
	Name           string `json:"name"`
}

type Resources

type Resources struct {
	// ResourceProperty: min=0
	ResourceProperty []ResourceProperty `hcl:"resource_property,block" validate:"min=0"`
}

type ResourcesAttributes

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

func (ResourcesAttributes) Arn

func (ResourcesAttributes) InternalRef

func (r ResourcesAttributes) InternalRef() (terra.Reference, error)

func (ResourcesAttributes) InternalTokens

func (r ResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourcesAttributes) InternalWithRef

func (r ResourcesAttributes) InternalWithRef(ref terra.Reference) ResourcesAttributes

func (ResourcesAttributes) LastReportedAt

func (r ResourcesAttributes) LastReportedAt() terra.StringValue

func (ResourcesAttributes) OwningAccountId

func (r ResourcesAttributes) OwningAccountId() terra.StringValue

func (ResourcesAttributes) Region

func (ResourcesAttributes) ResourceProperty

func (ResourcesAttributes) ResourceType

func (r ResourcesAttributes) ResourceType() terra.StringValue

func (ResourcesAttributes) Service

type ResourcesState

type ResourcesState struct {
	Arn              string                  `json:"arn"`
	LastReportedAt   string                  `json:"last_reported_at"`
	OwningAccountId  string                  `json:"owning_account_id"`
	Region           string                  `json:"region"`
	ResourceType     string                  `json:"resource_type"`
	Service          string                  `json:"service"`
	ResourceProperty []ResourcePropertyState `json:"resource_property"`
}

Jump to

Keyboard shortcuts

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