Documentation ¶
Index ¶
- type Args
- type BigqueryOptions
- type BigqueryOptionsAttributes
- func (bo BigqueryOptionsAttributes) InternalRef() (terra.Reference, error)
- func (bo BigqueryOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bo BigqueryOptionsAttributes) InternalWithRef(ref terra.Reference) BigqueryOptionsAttributes
- func (bo BigqueryOptionsAttributes) UsePartitionedTables() terra.BoolValue
- type BigqueryOptionsState
- type Exclusions
- type ExclusionsAttributes
- func (e ExclusionsAttributes) Description() terra.StringValue
- func (e ExclusionsAttributes) Disabled() terra.BoolValue
- func (e ExclusionsAttributes) Filter() terra.StringValue
- func (e ExclusionsAttributes) InternalRef() (terra.Reference, error)
- func (e ExclusionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e ExclusionsAttributes) InternalWithRef(ref terra.Reference) ExclusionsAttributes
- func (e ExclusionsAttributes) Name() terra.StringValue
- type ExclusionsState
- type Resource
- func (glps *Resource) Attributes() googleLoggingProjectSinkAttributes
- func (glps *Resource) Configuration() interface{}
- func (glps *Resource) DependOn() terra.Reference
- func (glps *Resource) Dependencies() terra.Dependencies
- func (glps *Resource) ImportState(state io.Reader) error
- func (glps *Resource) LifecycleManagement() *terra.Lifecycle
- func (glps *Resource) LocalName() string
- func (glps *Resource) State() (*googleLoggingProjectSinkState, bool)
- func (glps *Resource) StateMust() *googleLoggingProjectSinkState
- func (glps *Resource) Type() string
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 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 (bo BigqueryOptionsAttributes) InternalWithRef(ref terra.Reference) BigqueryOptionsAttributes
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 (e ExclusionsAttributes) Filter() terra.StringValue
func (ExclusionsAttributes) InternalRef ¶
func (e ExclusionsAttributes) InternalRef() (terra.Reference, error)
func (ExclusionsAttributes) InternalTokens ¶
func (e ExclusionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExclusionsAttributes) InternalWithRef ¶
func (e ExclusionsAttributes) InternalWithRef(ref terra.Reference) ExclusionsAttributes
func (ExclusionsAttributes) Name ¶
func (e ExclusionsAttributes) Name() terra.StringValue
type ExclusionsState ¶
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 (*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) Dependencies ¶
func (glps *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.