Documentation ¶
Index ¶
- type DataArgs
- type DataBigqueryOptionsAttributes
- func (bo DataBigqueryOptionsAttributes) InternalRef() (terra.Reference, error)
- func (bo DataBigqueryOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bo DataBigqueryOptionsAttributes) InternalWithRef(ref terra.Reference) DataBigqueryOptionsAttributes
- func (bo DataBigqueryOptionsAttributes) UsePartitionedTables() terra.BoolValue
- type DataBigqueryOptionsState
- type DataExclusionsAttributes
- func (e DataExclusionsAttributes) Description() terra.StringValue
- func (e DataExclusionsAttributes) Disabled() terra.BoolValue
- func (e DataExclusionsAttributes) Filter() terra.StringValue
- func (e DataExclusionsAttributes) InternalRef() (terra.Reference, error)
- func (e DataExclusionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataExclusionsAttributes) InternalWithRef(ref terra.Reference) DataExclusionsAttributes
- func (e DataExclusionsAttributes) Name() terra.StringValue
- type DataExclusionsState
- type DataSource
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 (bo DataBigqueryOptionsAttributes) InternalWithRef(ref terra.Reference) DataBigqueryOptionsAttributes
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 (e DataExclusionsAttributes) Disabled() terra.BoolValue
func (DataExclusionsAttributes) Filter ¶
func (e DataExclusionsAttributes) Filter() terra.StringValue
func (DataExclusionsAttributes) InternalRef ¶
func (e DataExclusionsAttributes) InternalRef() (terra.Reference, error)
func (DataExclusionsAttributes) InternalTokens ¶
func (e DataExclusionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataExclusionsAttributes) InternalWithRef ¶
func (e DataExclusionsAttributes) InternalWithRef(ref terra.Reference) DataExclusionsAttributes
func (DataExclusionsAttributes) Name ¶
func (e DataExclusionsAttributes) Name() terra.StringValue
type DataExclusionsState ¶
type DataSource ¶
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.
Click to show internal directories.
Click to hide internal directories.