google_dataplex_lake

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 {
	// 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 (AssetStatusAttributes) SecurityPolicyApplyingAssets

func (as AssetStatusAttributes) SecurityPolicyApplyingAssets() terra.NumberValue

func (AssetStatusAttributes) UpdateTime

func (as AssetStatusAttributes) UpdateTime() terra.StringValue

type AssetStatusState

type AssetStatusState struct {
	ActiveAssets                 float64 `json:"active_assets"`
	SecurityPolicyApplyingAssets float64 `json:"security_policy_applying_assets"`
	UpdateTime                   string  `json:"update_time"`
}

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

type MetastoreState

type MetastoreState struct {
	Service string `json:"service"`
}

type MetastoreStatusAttributes

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

func (MetastoreStatusAttributes) Endpoint

func (MetastoreStatusAttributes) InternalRef

func (ms MetastoreStatusAttributes) InternalRef() (terra.Reference, error)

func (MetastoreStatusAttributes) InternalTokens

func (ms MetastoreStatusAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MetastoreStatusAttributes) InternalWithRef

func (MetastoreStatusAttributes) Message

func (MetastoreStatusAttributes) State

func (MetastoreStatusAttributes) UpdateTime

type MetastoreStatusState

type MetastoreStatusState struct {
	Endpoint   string `json:"endpoint"`
	Message    string `json:"message"`
	State      string `json:"state"`
	UpdateTime string `json:"update_time"`
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gdl *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gdl *Resource) State() (*googleDataplexLakeState, bool)

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

func (*Resource) StateMust

func (gdl *Resource) StateMust() *googleDataplexLakeState

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

func (*Resource) Type

func (gdl *Resource) Type() string

Type returns the Terraform object type 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 (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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