google_logging_sink

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, required
	Id terra.StringValue `hcl:"id,attr" validate:"required"`
}

DataArgs contains the configurations for google_logging_sink.

type DataBigqueryOptionsAttributes

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

func (DataBigqueryOptionsAttributes) InternalRef

func (bo DataBigqueryOptionsAttributes) InternalRef() (terra.Reference, error)

func (DataBigqueryOptionsAttributes) InternalTokens

func (bo DataBigqueryOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataBigqueryOptionsAttributes) InternalWithRef

func (DataBigqueryOptionsAttributes) UsePartitionedTables

func (bo DataBigqueryOptionsAttributes) UsePartitionedTables() terra.BoolValue

type DataBigqueryOptionsState

type DataBigqueryOptionsState struct {
	UsePartitionedTables bool `json:"use_partitioned_tables"`
}

type DataExclusionsAttributes

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

func (DataExclusionsAttributes) Description

func (e DataExclusionsAttributes) Description() terra.StringValue

func (DataExclusionsAttributes) Disabled

func (DataExclusionsAttributes) Filter

func (DataExclusionsAttributes) InternalRef

func (e DataExclusionsAttributes) InternalRef() (terra.Reference, error)

func (DataExclusionsAttributes) InternalTokens

func (e DataExclusionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataExclusionsAttributes) InternalWithRef

func (DataExclusionsAttributes) Name

type DataExclusionsState

type DataExclusionsState struct {
	Description string `json:"description"`
	Disabled    bool   `json:"disabled"`
	Filter      string `json:"filter"`
	Name        string `json:"name"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_logging_sink.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gls *DataSource) Attributes() dataGoogleLoggingSinkAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gls *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gls *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