Documentation
¶
Index ¶
- type Args
- type IntegrationRuntime
- type IntegrationRuntimeAttributes
- func (ir IntegrationRuntimeAttributes) InternalRef() (terra.Reference, error)
- func (ir IntegrationRuntimeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ir IntegrationRuntimeAttributes) InternalWithRef(ref terra.Reference) IntegrationRuntimeAttributes
- func (ir IntegrationRuntimeAttributes) Name() terra.StringValue
- func (ir IntegrationRuntimeAttributes) Parameters() terra.MapValue[terra.StringValue]
- type IntegrationRuntimeState
- type Resource
- func (asls *Resource) Attributes() azurermSynapseLinkedServiceAttributes
- func (asls *Resource) Configuration() interface{}
- func (asls *Resource) DependOn() terra.Reference
- func (asls *Resource) Dependencies() terra.Dependencies
- func (asls *Resource) ImportState(state io.Reader) error
- func (asls *Resource) LifecycleManagement() *terra.Lifecycle
- func (asls *Resource) LocalName() string
- func (asls *Resource) State() (*azurermSynapseLinkedServiceState, bool)
- func (asls *Resource) StateMust() *azurermSynapseLinkedServiceState
- func (asls *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) Read() terra.StringValue
- 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 { // AdditionalProperties: map of string, optional AdditionalProperties terra.MapValue[terra.StringValue] `hcl:"additional_properties,attr"` // Annotations: list of string, optional Annotations terra.ListValue[terra.StringValue] `hcl:"annotations,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Parameters: map of string, optional Parameters terra.MapValue[terra.StringValue] `hcl:"parameters,attr"` // SynapseWorkspaceId: string, required SynapseWorkspaceId terra.StringValue `hcl:"synapse_workspace_id,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // TypePropertiesJson: string, required TypePropertiesJson terra.StringValue `hcl:"type_properties_json,attr" validate:"required"` // IntegrationRuntime: optional IntegrationRuntime *IntegrationRuntime `hcl:"integration_runtime,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_synapse_linked_service.
type IntegrationRuntime ¶
type IntegrationRuntime struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Parameters: map of string, optional Parameters terra.MapValue[terra.StringValue] `hcl:"parameters,attr"` }
type IntegrationRuntimeAttributes ¶
type IntegrationRuntimeAttributes struct {
// contains filtered or unexported fields
}
func (IntegrationRuntimeAttributes) InternalRef ¶
func (ir IntegrationRuntimeAttributes) InternalRef() (terra.Reference, error)
func (IntegrationRuntimeAttributes) InternalTokens ¶
func (ir IntegrationRuntimeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IntegrationRuntimeAttributes) InternalWithRef ¶
func (ir IntegrationRuntimeAttributes) InternalWithRef(ref terra.Reference) IntegrationRuntimeAttributes
func (IntegrationRuntimeAttributes) Name ¶
func (ir IntegrationRuntimeAttributes) Name() terra.StringValue
func (IntegrationRuntimeAttributes) Parameters ¶
func (ir IntegrationRuntimeAttributes) Parameters() terra.MapValue[terra.StringValue]
type IntegrationRuntimeState ¶
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 azurerm_synapse_linked_service.
func (*Resource) Attributes ¶
func (asls *Resource) Attributes() azurermSynapseLinkedServiceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asls *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asls *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"` // Read: string, optional Read terra.StringValue `hcl:"read,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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.