google_folders

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// ParentId: string, required
	ParentId terra.StringValue `hcl:"parent_id,attr" validate:"required"`
}

DataArgs contains the configurations for google_folders.

type DataFoldersAttributes

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

func (DataFoldersAttributes) CreateTime

func (f DataFoldersAttributes) CreateTime() terra.StringValue

func (DataFoldersAttributes) DeleteTime

func (f DataFoldersAttributes) DeleteTime() terra.StringValue

func (DataFoldersAttributes) DisplayName

func (f DataFoldersAttributes) DisplayName() terra.StringValue

func (DataFoldersAttributes) Etag

func (DataFoldersAttributes) InternalRef

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

func (DataFoldersAttributes) InternalTokens

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

func (DataFoldersAttributes) InternalWithRef

func (DataFoldersAttributes) Name

func (DataFoldersAttributes) Parent

func (DataFoldersAttributes) State

func (DataFoldersAttributes) UpdateTime

func (f DataFoldersAttributes) UpdateTime() terra.StringValue

type DataFoldersState

type DataFoldersState struct {
	CreateTime  string `json:"create_time"`
	DeleteTime  string `json:"delete_time"`
	DisplayName string `json:"display_name"`
	Etag        string `json:"etag"`
	Name        string `json:"name"`
	Parent      string `json:"parent"`
	State       string `json:"state"`
	UpdateTime  string `json:"update_time"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_folders.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gf *DataSource) Attributes() dataGoogleFoldersAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gf *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gf *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gf *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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