google_logging_project_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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// CustomWriterIdentity: string, optional
	CustomWriterIdentity terra.StringValue `hcl:"custom_writer_identity,attr"`
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// Destination: string, required
	Destination terra.StringValue `hcl:"destination,attr" validate:"required"`
	// Disabled: bool, optional
	Disabled terra.BoolValue `hcl:"disabled,attr"`
	// Filter: string, optional
	Filter terra.StringValue `hcl:"filter,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
	// UniqueWriterIdentity: bool, optional
	UniqueWriterIdentity terra.BoolValue `hcl:"unique_writer_identity,attr"`
	// BigqueryOptions: optional
	BigqueryOptions *BigqueryOptions `hcl:"bigquery_options,block"`
	// Exclusions: min=0
	Exclusions []Exclusions `hcl:"exclusions,block" validate:"min=0"`
}

Args contains the configurations for google_logging_project_sink.

type BigqueryOptions

type BigqueryOptions struct {
	// UsePartitionedTables: bool, required
	UsePartitionedTables terra.BoolValue `hcl:"use_partitioned_tables,attr" validate:"required"`
}

type BigqueryOptionsAttributes

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

func (BigqueryOptionsAttributes) InternalRef

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

func (BigqueryOptionsAttributes) InternalTokens

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

func (BigqueryOptionsAttributes) InternalWithRef

func (BigqueryOptionsAttributes) UsePartitionedTables

func (bo BigqueryOptionsAttributes) UsePartitionedTables() terra.BoolValue

type BigqueryOptionsState

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

type Exclusions

type Exclusions struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// Disabled: bool, optional
	Disabled terra.BoolValue `hcl:"disabled,attr"`
	// Filter: string, required
	Filter terra.StringValue `hcl:"filter,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type ExclusionsAttributes

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

func (ExclusionsAttributes) Description

func (e ExclusionsAttributes) Description() terra.StringValue

func (ExclusionsAttributes) Disabled

func (e ExclusionsAttributes) Disabled() terra.BoolValue

func (ExclusionsAttributes) Filter

func (ExclusionsAttributes) InternalRef

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

func (ExclusionsAttributes) InternalTokens

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

func (ExclusionsAttributes) InternalWithRef

func (ExclusionsAttributes) Name

type ExclusionsState

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

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource google_logging_project_sink.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (glps *Resource) Attributes() googleLoggingProjectSinkAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (glps *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (glps *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (glps *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (glps *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (glps *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (glps *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (glps *Resource) State() (*googleLoggingProjectSinkState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (glps *Resource) StateMust() *googleLoggingProjectSinkState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (glps *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

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