Documentation ¶
Index ¶
- type Args
- type DiscoverySpec
- type DiscoverySpecAttributes
- func (ds DiscoverySpecAttributes) CsvOptions() terra.ListValue[DiscoverySpecCsvOptionsAttributes]
- func (ds DiscoverySpecAttributes) Enabled() terra.BoolValue
- func (ds DiscoverySpecAttributes) ExcludePatterns() terra.ListValue[terra.StringValue]
- func (ds DiscoverySpecAttributes) IncludePatterns() terra.ListValue[terra.StringValue]
- func (ds DiscoverySpecAttributes) InternalRef() (terra.Reference, error)
- func (ds DiscoverySpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ds DiscoverySpecAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecAttributes
- func (ds DiscoverySpecAttributes) JsonOptions() terra.ListValue[DiscoverySpecJsonOptionsAttributes]
- func (ds DiscoverySpecAttributes) Schedule() terra.StringValue
- type DiscoverySpecCsvOptions
- type DiscoverySpecCsvOptionsAttributes
- func (co DiscoverySpecCsvOptionsAttributes) Delimiter() terra.StringValue
- func (co DiscoverySpecCsvOptionsAttributes) DisableTypeInference() terra.BoolValue
- func (co DiscoverySpecCsvOptionsAttributes) Encoding() terra.StringValue
- func (co DiscoverySpecCsvOptionsAttributes) HeaderRows() terra.NumberValue
- func (co DiscoverySpecCsvOptionsAttributes) InternalRef() (terra.Reference, error)
- func (co DiscoverySpecCsvOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (co DiscoverySpecCsvOptionsAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecCsvOptionsAttributes
- type DiscoverySpecCsvOptionsState
- type DiscoverySpecJsonOptions
- type DiscoverySpecJsonOptionsAttributes
- func (jo DiscoverySpecJsonOptionsAttributes) DisableTypeInference() terra.BoolValue
- func (jo DiscoverySpecJsonOptionsAttributes) Encoding() terra.StringValue
- func (jo DiscoverySpecJsonOptionsAttributes) InternalRef() (terra.Reference, error)
- func (jo DiscoverySpecJsonOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (jo DiscoverySpecJsonOptionsAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecJsonOptionsAttributes
- type DiscoverySpecJsonOptionsState
- type DiscoverySpecState
- type DiscoveryStatusAttributes
- func (ds DiscoveryStatusAttributes) InternalRef() (terra.Reference, error)
- func (ds DiscoveryStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ds DiscoveryStatusAttributes) InternalWithRef(ref terra.Reference) DiscoveryStatusAttributes
- func (ds DiscoveryStatusAttributes) LastRunDuration() terra.StringValue
- func (ds DiscoveryStatusAttributes) LastRunTime() terra.StringValue
- func (ds DiscoveryStatusAttributes) Message() terra.StringValue
- func (ds DiscoveryStatusAttributes) State() terra.StringValue
- func (ds DiscoveryStatusAttributes) Stats() terra.ListValue[DiscoveryStatusStatsAttributes]
- func (ds DiscoveryStatusAttributes) UpdateTime() terra.StringValue
- type DiscoveryStatusState
- type DiscoveryStatusStatsAttributes
- func (s DiscoveryStatusStatsAttributes) DataItems() terra.NumberValue
- func (s DiscoveryStatusStatsAttributes) DataSize() terra.NumberValue
- func (s DiscoveryStatusStatsAttributes) Filesets() terra.NumberValue
- func (s DiscoveryStatusStatsAttributes) InternalRef() (terra.Reference, error)
- func (s DiscoveryStatusStatsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s DiscoveryStatusStatsAttributes) InternalWithRef(ref terra.Reference) DiscoveryStatusStatsAttributes
- func (s DiscoveryStatusStatsAttributes) Tables() terra.NumberValue
- type DiscoveryStatusStatsState
- type Resource
- func (gda *Resource) Attributes() googleDataplexAssetAttributes
- func (gda *Resource) Configuration() interface{}
- func (gda *Resource) DependOn() terra.Reference
- func (gda *Resource) Dependencies() terra.Dependencies
- func (gda *Resource) ImportState(state io.Reader) error
- func (gda *Resource) LifecycleManagement() *terra.Lifecycle
- func (gda *Resource) LocalName() string
- func (gda *Resource) State() (*googleDataplexAssetState, bool)
- func (gda *Resource) StateMust() *googleDataplexAssetState
- func (gda *Resource) Type() string
- type ResourceSpec
- type ResourceSpecAttributes
- func (rs ResourceSpecAttributes) InternalRef() (terra.Reference, error)
- func (rs ResourceSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs ResourceSpecAttributes) InternalWithRef(ref terra.Reference) ResourceSpecAttributes
- func (rs ResourceSpecAttributes) Name() terra.StringValue
- func (rs ResourceSpecAttributes) ReadAccessMode() terra.StringValue
- func (rs ResourceSpecAttributes) Type() terra.StringValue
- type ResourceSpecState
- type ResourceStatusAttributes
- func (rs ResourceStatusAttributes) InternalRef() (terra.Reference, error)
- func (rs ResourceStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs ResourceStatusAttributes) InternalWithRef(ref terra.Reference) ResourceStatusAttributes
- func (rs ResourceStatusAttributes) Message() terra.StringValue
- func (rs ResourceStatusAttributes) State() terra.StringValue
- func (rs ResourceStatusAttributes) UpdateTime() terra.StringValue
- type ResourceStatusState
- type SecurityStatusAttributes
- func (ss SecurityStatusAttributes) InternalRef() (terra.Reference, error)
- func (ss SecurityStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ss SecurityStatusAttributes) InternalWithRef(ref terra.Reference) SecurityStatusAttributes
- func (ss SecurityStatusAttributes) Message() terra.StringValue
- func (ss SecurityStatusAttributes) State() terra.StringValue
- func (ss SecurityStatusAttributes) UpdateTime() terra.StringValue
- type SecurityStatusState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DataplexZone: string, required DataplexZone terra.StringValue `hcl:"dataplex_zone,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Lake: string, required Lake terra.StringValue `hcl:"lake,attr" validate:"required"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // DiscoverySpec: required DiscoverySpec *DiscoverySpec `hcl:"discovery_spec,block" validate:"required"` // ResourceSpec: required ResourceSpec *ResourceSpec `hcl:"resource_spec,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_dataplex_asset.
type DiscoverySpec ¶
type DiscoverySpec struct { // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // ExcludePatterns: list of string, optional ExcludePatterns terra.ListValue[terra.StringValue] `hcl:"exclude_patterns,attr"` // IncludePatterns: list of string, optional IncludePatterns terra.ListValue[terra.StringValue] `hcl:"include_patterns,attr"` // Schedule: string, optional Schedule terra.StringValue `hcl:"schedule,attr"` // DiscoverySpecCsvOptions: optional CsvOptions *DiscoverySpecCsvOptions `hcl:"csv_options,block"` // DiscoverySpecJsonOptions: optional JsonOptions *DiscoverySpecJsonOptions `hcl:"json_options,block"` }
type DiscoverySpecAttributes ¶
type DiscoverySpecAttributes struct {
// contains filtered or unexported fields
}
func (DiscoverySpecAttributes) CsvOptions ¶
func (ds DiscoverySpecAttributes) CsvOptions() terra.ListValue[DiscoverySpecCsvOptionsAttributes]
func (DiscoverySpecAttributes) Enabled ¶
func (ds DiscoverySpecAttributes) Enabled() terra.BoolValue
func (DiscoverySpecAttributes) ExcludePatterns ¶
func (ds DiscoverySpecAttributes) ExcludePatterns() terra.ListValue[terra.StringValue]
func (DiscoverySpecAttributes) IncludePatterns ¶
func (ds DiscoverySpecAttributes) IncludePatterns() terra.ListValue[terra.StringValue]
func (DiscoverySpecAttributes) InternalRef ¶
func (ds DiscoverySpecAttributes) InternalRef() (terra.Reference, error)
func (DiscoverySpecAttributes) InternalTokens ¶
func (ds DiscoverySpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiscoverySpecAttributes) InternalWithRef ¶
func (ds DiscoverySpecAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecAttributes
func (DiscoverySpecAttributes) JsonOptions ¶
func (ds DiscoverySpecAttributes) JsonOptions() terra.ListValue[DiscoverySpecJsonOptionsAttributes]
func (DiscoverySpecAttributes) Schedule ¶
func (ds DiscoverySpecAttributes) Schedule() terra.StringValue
type DiscoverySpecCsvOptions ¶
type DiscoverySpecCsvOptions struct { // Delimiter: string, optional Delimiter terra.StringValue `hcl:"delimiter,attr"` // DisableTypeInference: bool, optional DisableTypeInference terra.BoolValue `hcl:"disable_type_inference,attr"` // Encoding: string, optional Encoding terra.StringValue `hcl:"encoding,attr"` // HeaderRows: number, optional HeaderRows terra.NumberValue `hcl:"header_rows,attr"` }
type DiscoverySpecCsvOptionsAttributes ¶
type DiscoverySpecCsvOptionsAttributes struct {
// contains filtered or unexported fields
}
func (DiscoverySpecCsvOptionsAttributes) Delimiter ¶
func (co DiscoverySpecCsvOptionsAttributes) Delimiter() terra.StringValue
func (DiscoverySpecCsvOptionsAttributes) DisableTypeInference ¶
func (co DiscoverySpecCsvOptionsAttributes) DisableTypeInference() terra.BoolValue
func (DiscoverySpecCsvOptionsAttributes) Encoding ¶
func (co DiscoverySpecCsvOptionsAttributes) Encoding() terra.StringValue
func (DiscoverySpecCsvOptionsAttributes) HeaderRows ¶
func (co DiscoverySpecCsvOptionsAttributes) HeaderRows() terra.NumberValue
func (DiscoverySpecCsvOptionsAttributes) InternalRef ¶
func (co DiscoverySpecCsvOptionsAttributes) InternalRef() (terra.Reference, error)
func (DiscoverySpecCsvOptionsAttributes) InternalTokens ¶
func (co DiscoverySpecCsvOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiscoverySpecCsvOptionsAttributes) InternalWithRef ¶
func (co DiscoverySpecCsvOptionsAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecCsvOptionsAttributes
type DiscoverySpecJsonOptions ¶
type DiscoverySpecJsonOptions struct { // DisableTypeInference: bool, optional DisableTypeInference terra.BoolValue `hcl:"disable_type_inference,attr"` // Encoding: string, optional Encoding terra.StringValue `hcl:"encoding,attr"` }
type DiscoverySpecJsonOptionsAttributes ¶
type DiscoverySpecJsonOptionsAttributes struct {
// contains filtered or unexported fields
}
func (DiscoverySpecJsonOptionsAttributes) DisableTypeInference ¶
func (jo DiscoverySpecJsonOptionsAttributes) DisableTypeInference() terra.BoolValue
func (DiscoverySpecJsonOptionsAttributes) Encoding ¶
func (jo DiscoverySpecJsonOptionsAttributes) Encoding() terra.StringValue
func (DiscoverySpecJsonOptionsAttributes) InternalRef ¶
func (jo DiscoverySpecJsonOptionsAttributes) InternalRef() (terra.Reference, error)
func (DiscoverySpecJsonOptionsAttributes) InternalTokens ¶
func (jo DiscoverySpecJsonOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiscoverySpecJsonOptionsAttributes) InternalWithRef ¶
func (jo DiscoverySpecJsonOptionsAttributes) InternalWithRef(ref terra.Reference) DiscoverySpecJsonOptionsAttributes
type DiscoverySpecState ¶
type DiscoverySpecState struct { Enabled bool `json:"enabled"` ExcludePatterns []string `json:"exclude_patterns"` IncludePatterns []string `json:"include_patterns"` Schedule string `json:"schedule"` CsvOptions []DiscoverySpecCsvOptionsState `json:"csv_options"` JsonOptions []DiscoverySpecJsonOptionsState `json:"json_options"` }
type DiscoveryStatusAttributes ¶
type DiscoveryStatusAttributes struct {
// contains filtered or unexported fields
}
func (DiscoveryStatusAttributes) InternalRef ¶
func (ds DiscoveryStatusAttributes) InternalRef() (terra.Reference, error)
func (DiscoveryStatusAttributes) InternalTokens ¶
func (ds DiscoveryStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiscoveryStatusAttributes) InternalWithRef ¶
func (ds DiscoveryStatusAttributes) InternalWithRef(ref terra.Reference) DiscoveryStatusAttributes
func (DiscoveryStatusAttributes) LastRunDuration ¶
func (ds DiscoveryStatusAttributes) LastRunDuration() terra.StringValue
func (DiscoveryStatusAttributes) LastRunTime ¶
func (ds DiscoveryStatusAttributes) LastRunTime() terra.StringValue
func (DiscoveryStatusAttributes) Message ¶
func (ds DiscoveryStatusAttributes) Message() terra.StringValue
func (DiscoveryStatusAttributes) State ¶
func (ds DiscoveryStatusAttributes) State() terra.StringValue
func (DiscoveryStatusAttributes) Stats ¶
func (ds DiscoveryStatusAttributes) Stats() terra.ListValue[DiscoveryStatusStatsAttributes]
func (DiscoveryStatusAttributes) UpdateTime ¶
func (ds DiscoveryStatusAttributes) UpdateTime() terra.StringValue
type DiscoveryStatusState ¶
type DiscoveryStatusStatsAttributes ¶
type DiscoveryStatusStatsAttributes struct {
// contains filtered or unexported fields
}
func (DiscoveryStatusStatsAttributes) DataItems ¶
func (s DiscoveryStatusStatsAttributes) DataItems() terra.NumberValue
func (DiscoveryStatusStatsAttributes) DataSize ¶
func (s DiscoveryStatusStatsAttributes) DataSize() terra.NumberValue
func (DiscoveryStatusStatsAttributes) Filesets ¶
func (s DiscoveryStatusStatsAttributes) Filesets() terra.NumberValue
func (DiscoveryStatusStatsAttributes) InternalRef ¶
func (s DiscoveryStatusStatsAttributes) InternalRef() (terra.Reference, error)
func (DiscoveryStatusStatsAttributes) InternalTokens ¶
func (s DiscoveryStatusStatsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiscoveryStatusStatsAttributes) InternalWithRef ¶
func (s DiscoveryStatusStatsAttributes) InternalWithRef(ref terra.Reference) DiscoveryStatusStatsAttributes
func (DiscoveryStatusStatsAttributes) Tables ¶
func (s DiscoveryStatusStatsAttributes) Tables() terra.NumberValue
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_dataplex_asset.
func (*Resource) Attributes ¶
func (gda *Resource) Attributes() googleDataplexAssetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gda *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gda *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.
type ResourceSpec ¶
type ResourceSpec struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // ReadAccessMode: string, optional ReadAccessMode terra.StringValue `hcl:"read_access_mode,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type ResourceSpecAttributes ¶
type ResourceSpecAttributes struct {
// contains filtered or unexported fields
}
func (ResourceSpecAttributes) InternalRef ¶
func (rs ResourceSpecAttributes) InternalRef() (terra.Reference, error)
func (ResourceSpecAttributes) InternalTokens ¶
func (rs ResourceSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResourceSpecAttributes) InternalWithRef ¶
func (rs ResourceSpecAttributes) InternalWithRef(ref terra.Reference) ResourceSpecAttributes
func (ResourceSpecAttributes) Name ¶
func (rs ResourceSpecAttributes) Name() terra.StringValue
func (ResourceSpecAttributes) ReadAccessMode ¶
func (rs ResourceSpecAttributes) ReadAccessMode() terra.StringValue
func (ResourceSpecAttributes) Type ¶
func (rs ResourceSpecAttributes) Type() terra.StringValue
type ResourceSpecState ¶
type ResourceStatusAttributes ¶
type ResourceStatusAttributes struct {
// contains filtered or unexported fields
}
func (ResourceStatusAttributes) InternalRef ¶
func (rs ResourceStatusAttributes) InternalRef() (terra.Reference, error)
func (ResourceStatusAttributes) InternalTokens ¶
func (rs ResourceStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResourceStatusAttributes) InternalWithRef ¶
func (rs ResourceStatusAttributes) InternalWithRef(ref terra.Reference) ResourceStatusAttributes
func (ResourceStatusAttributes) Message ¶
func (rs ResourceStatusAttributes) Message() terra.StringValue
func (ResourceStatusAttributes) State ¶
func (rs ResourceStatusAttributes) State() terra.StringValue
func (ResourceStatusAttributes) UpdateTime ¶
func (rs ResourceStatusAttributes) UpdateTime() terra.StringValue
type ResourceStatusState ¶
type SecurityStatusAttributes ¶
type SecurityStatusAttributes struct {
// contains filtered or unexported fields
}
func (SecurityStatusAttributes) InternalRef ¶
func (ss SecurityStatusAttributes) InternalRef() (terra.Reference, error)
func (SecurityStatusAttributes) InternalTokens ¶
func (ss SecurityStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SecurityStatusAttributes) InternalWithRef ¶
func (ss SecurityStatusAttributes) InternalWithRef(ref terra.Reference) SecurityStatusAttributes
func (SecurityStatusAttributes) Message ¶
func (ss SecurityStatusAttributes) Message() terra.StringValue
func (SecurityStatusAttributes) State ¶
func (ss SecurityStatusAttributes) State() terra.StringValue
func (SecurityStatusAttributes) UpdateTime ¶
func (ss SecurityStatusAttributes) UpdateTime() terra.StringValue
type SecurityStatusState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.