Documentation ¶
Index ¶
- type Args
- type CatalogInfo
- type CatalogInfoAttributes
- func (ci CatalogInfoAttributes) AdministratorLogin() terra.StringValue
- func (ci CatalogInfoAttributes) AdministratorPassword() terra.StringValue
- func (ci CatalogInfoAttributes) InternalRef() (terra.Reference, error)
- func (ci CatalogInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ci CatalogInfoAttributes) InternalWithRef(ref terra.Reference) CatalogInfoAttributes
- func (ci CatalogInfoAttributes) PricingTier() terra.StringValue
- func (ci CatalogInfoAttributes) ServerEndpoint() terra.StringValue
- type CatalogInfoState
- type CustomSetupScript
- type CustomSetupScriptAttributes
- func (css CustomSetupScriptAttributes) BlobContainerUri() terra.StringValue
- func (css CustomSetupScriptAttributes) InternalRef() (terra.Reference, error)
- func (css CustomSetupScriptAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (css CustomSetupScriptAttributes) InternalWithRef(ref terra.Reference) CustomSetupScriptAttributes
- func (css CustomSetupScriptAttributes) SasToken() terra.StringValue
- type CustomSetupScriptState
- type Resource
- func (adfirm *Resource) Attributes() azurermDataFactoryIntegrationRuntimeManagedAttributes
- func (adfirm *Resource) Configuration() interface{}
- func (adfirm *Resource) DependOn() terra.Reference
- func (adfirm *Resource) Dependencies() terra.Dependencies
- func (adfirm *Resource) ImportState(state io.Reader) error
- func (adfirm *Resource) LifecycleManagement() *terra.Lifecycle
- func (adfirm *Resource) LocalName() string
- func (adfirm *Resource) State() (*azurermDataFactoryIntegrationRuntimeManagedState, bool)
- func (adfirm *Resource) StateMust() *azurermDataFactoryIntegrationRuntimeManagedState
- func (adfirm *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
- type VnetIntegration
- type VnetIntegrationAttributes
- func (vi VnetIntegrationAttributes) InternalRef() (terra.Reference, error)
- func (vi VnetIntegrationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vi VnetIntegrationAttributes) InternalWithRef(ref terra.Reference) VnetIntegrationAttributes
- func (vi VnetIntegrationAttributes) SubnetName() terra.StringValue
- func (vi VnetIntegrationAttributes) VnetId() terra.StringValue
- type VnetIntegrationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CredentialName: string, optional CredentialName terra.StringValue `hcl:"credential_name,attr"` // DataFactoryId: string, required DataFactoryId terra.StringValue `hcl:"data_factory_id,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Edition: string, optional Edition terra.StringValue `hcl:"edition,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LicenseType: string, optional LicenseType terra.StringValue `hcl:"license_type,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // MaxParallelExecutionsPerNode: number, optional MaxParallelExecutionsPerNode terra.NumberValue `hcl:"max_parallel_executions_per_node,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NodeSize: string, required NodeSize terra.StringValue `hcl:"node_size,attr" validate:"required"` // NumberOfNodes: number, optional NumberOfNodes terra.NumberValue `hcl:"number_of_nodes,attr"` // CatalogInfo: optional CatalogInfo *CatalogInfo `hcl:"catalog_info,block"` // CustomSetupScript: optional CustomSetupScript *CustomSetupScript `hcl:"custom_setup_script,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // VnetIntegration: optional VnetIntegration *VnetIntegration `hcl:"vnet_integration,block"` }
Args contains the configurations for azurerm_data_factory_integration_runtime_managed.
type CatalogInfo ¶
type CatalogInfo struct { // AdministratorLogin: string, optional AdministratorLogin terra.StringValue `hcl:"administrator_login,attr"` // AdministratorPassword: string, optional AdministratorPassword terra.StringValue `hcl:"administrator_password,attr"` // PricingTier: string, optional PricingTier terra.StringValue `hcl:"pricing_tier,attr"` // ServerEndpoint: string, required ServerEndpoint terra.StringValue `hcl:"server_endpoint,attr" validate:"required"` }
type CatalogInfoAttributes ¶
type CatalogInfoAttributes struct {
// contains filtered or unexported fields
}
func (CatalogInfoAttributes) AdministratorLogin ¶
func (ci CatalogInfoAttributes) AdministratorLogin() terra.StringValue
func (CatalogInfoAttributes) AdministratorPassword ¶
func (ci CatalogInfoAttributes) AdministratorPassword() terra.StringValue
func (CatalogInfoAttributes) InternalRef ¶
func (ci CatalogInfoAttributes) InternalRef() (terra.Reference, error)
func (CatalogInfoAttributes) InternalTokens ¶
func (ci CatalogInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CatalogInfoAttributes) InternalWithRef ¶
func (ci CatalogInfoAttributes) InternalWithRef(ref terra.Reference) CatalogInfoAttributes
func (CatalogInfoAttributes) PricingTier ¶
func (ci CatalogInfoAttributes) PricingTier() terra.StringValue
func (CatalogInfoAttributes) ServerEndpoint ¶
func (ci CatalogInfoAttributes) ServerEndpoint() terra.StringValue
type CatalogInfoState ¶
type CustomSetupScript ¶
type CustomSetupScript struct { // BlobContainerUri: string, required BlobContainerUri terra.StringValue `hcl:"blob_container_uri,attr" validate:"required"` // SasToken: string, required SasToken terra.StringValue `hcl:"sas_token,attr" validate:"required"` }
type CustomSetupScriptAttributes ¶
type CustomSetupScriptAttributes struct {
// contains filtered or unexported fields
}
func (CustomSetupScriptAttributes) BlobContainerUri ¶
func (css CustomSetupScriptAttributes) BlobContainerUri() terra.StringValue
func (CustomSetupScriptAttributes) InternalRef ¶
func (css CustomSetupScriptAttributes) InternalRef() (terra.Reference, error)
func (CustomSetupScriptAttributes) InternalTokens ¶
func (css CustomSetupScriptAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomSetupScriptAttributes) InternalWithRef ¶
func (css CustomSetupScriptAttributes) InternalWithRef(ref terra.Reference) CustomSetupScriptAttributes
func (CustomSetupScriptAttributes) SasToken ¶
func (css CustomSetupScriptAttributes) SasToken() terra.StringValue
type CustomSetupScriptState ¶
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_data_factory_integration_runtime_managed.
func (*Resource) Attributes ¶
func (adfirm *Resource) Attributes() azurermDataFactoryIntegrationRuntimeManagedAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adfirm *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adfirm *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
type TimeoutsState ¶
type VnetIntegration ¶
type VnetIntegration struct { // SubnetName: string, required SubnetName terra.StringValue `hcl:"subnet_name,attr" validate:"required"` // VnetId: string, required VnetId terra.StringValue `hcl:"vnet_id,attr" validate:"required"` }
type VnetIntegrationAttributes ¶
type VnetIntegrationAttributes struct {
// contains filtered or unexported fields
}
func (VnetIntegrationAttributes) InternalRef ¶
func (vi VnetIntegrationAttributes) InternalRef() (terra.Reference, error)
func (VnetIntegrationAttributes) InternalTokens ¶
func (vi VnetIntegrationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VnetIntegrationAttributes) InternalWithRef ¶
func (vi VnetIntegrationAttributes) InternalWithRef(ref terra.Reference) VnetIntegrationAttributes
func (VnetIntegrationAttributes) SubnetName ¶
func (vi VnetIntegrationAttributes) SubnetName() terra.StringValue
func (VnetIntegrationAttributes) VnetId ¶
func (vi VnetIntegrationAttributes) VnetId() terra.StringValue
type VnetIntegrationState ¶
Click to show internal directories.
Click to hide internal directories.