Documentation ¶
Index ¶
- type Args
- type AssetStatusAttributes
- func (as AssetStatusAttributes) ActiveAssets() terra.NumberValue
- func (as AssetStatusAttributes) InternalRef() (terra.Reference, error)
- func (as AssetStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as AssetStatusAttributes) InternalWithRef(ref terra.Reference) AssetStatusAttributes
- func (as AssetStatusAttributes) SecurityPolicyApplyingAssets() terra.NumberValue
- func (as AssetStatusAttributes) UpdateTime() terra.StringValue
- type AssetStatusState
- type Metastore
- type MetastoreAttributes
- type MetastoreState
- type MetastoreStatusAttributes
- func (ms MetastoreStatusAttributes) Endpoint() terra.StringValue
- func (ms MetastoreStatusAttributes) InternalRef() (terra.Reference, error)
- func (ms MetastoreStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ms MetastoreStatusAttributes) InternalWithRef(ref terra.Reference) MetastoreStatusAttributes
- func (ms MetastoreStatusAttributes) Message() terra.StringValue
- func (ms MetastoreStatusAttributes) State() terra.StringValue
- func (ms MetastoreStatusAttributes) UpdateTime() terra.StringValue
- type MetastoreStatusState
- type Resource
- func (gdl *Resource) Attributes() googleDataplexLakeAttributes
- func (gdl *Resource) Configuration() interface{}
- func (gdl *Resource) DependOn() terra.Reference
- func (gdl *Resource) Dependencies() terra.Dependencies
- func (gdl *Resource) ImportState(state io.Reader) error
- func (gdl *Resource) LifecycleManagement() *terra.Lifecycle
- func (gdl *Resource) LocalName() string
- func (gdl *Resource) State() (*googleDataplexLakeState, bool)
- func (gdl *Resource) StateMust() *googleDataplexLakeState
- func (gdl *Resource) Type() string
- 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 { // 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"` // 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"` // Metastore: optional Metastore *Metastore `hcl:"metastore,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_dataplex_lake.
type AssetStatusAttributes ¶
type AssetStatusAttributes struct {
// contains filtered or unexported fields
}
func (AssetStatusAttributes) ActiveAssets ¶
func (as AssetStatusAttributes) ActiveAssets() terra.NumberValue
func (AssetStatusAttributes) InternalRef ¶
func (as AssetStatusAttributes) InternalRef() (terra.Reference, error)
func (AssetStatusAttributes) InternalTokens ¶
func (as AssetStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AssetStatusAttributes) InternalWithRef ¶
func (as AssetStatusAttributes) InternalWithRef(ref terra.Reference) AssetStatusAttributes
func (AssetStatusAttributes) SecurityPolicyApplyingAssets ¶
func (as AssetStatusAttributes) SecurityPolicyApplyingAssets() terra.NumberValue
func (AssetStatusAttributes) UpdateTime ¶
func (as AssetStatusAttributes) UpdateTime() terra.StringValue
type AssetStatusState ¶
type Metastore ¶
type Metastore struct { // Service: string, optional Service terra.StringValue `hcl:"service,attr"` }
type MetastoreAttributes ¶
type MetastoreAttributes struct {
// contains filtered or unexported fields
}
func (MetastoreAttributes) InternalRef ¶
func (m MetastoreAttributes) InternalRef() (terra.Reference, error)
func (MetastoreAttributes) InternalTokens ¶
func (m MetastoreAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetastoreAttributes) InternalWithRef ¶
func (m MetastoreAttributes) InternalWithRef(ref terra.Reference) MetastoreAttributes
func (MetastoreAttributes) Service ¶
func (m MetastoreAttributes) Service() terra.StringValue
type MetastoreState ¶
type MetastoreState struct {
Service string `json:"service"`
}
type MetastoreStatusAttributes ¶
type MetastoreStatusAttributes struct {
// contains filtered or unexported fields
}
func (MetastoreStatusAttributes) Endpoint ¶
func (ms MetastoreStatusAttributes) Endpoint() terra.StringValue
func (MetastoreStatusAttributes) InternalRef ¶
func (ms MetastoreStatusAttributes) InternalRef() (terra.Reference, error)
func (MetastoreStatusAttributes) InternalTokens ¶
func (ms MetastoreStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetastoreStatusAttributes) InternalWithRef ¶
func (ms MetastoreStatusAttributes) InternalWithRef(ref terra.Reference) MetastoreStatusAttributes
func (MetastoreStatusAttributes) Message ¶
func (ms MetastoreStatusAttributes) Message() terra.StringValue
func (MetastoreStatusAttributes) State ¶
func (ms MetastoreStatusAttributes) State() terra.StringValue
func (MetastoreStatusAttributes) UpdateTime ¶
func (ms MetastoreStatusAttributes) UpdateTime() terra.StringValue
type MetastoreStatusState ¶
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_lake.
func (*Resource) Attributes ¶
func (gdl *Resource) Attributes() googleDataplexLakeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gdl *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gdl *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 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.