IntegrationRuntime
Integration runtime resource type.
Example Usage
Create integration runtime
using Pulumi;
using AzureNextGen = Pulumi.AzureNextGen;
class MyStack : Stack
{
public MyStack()
{
var integrationRuntime = new AzureNextGen.Synapse.V20190601Preview.IntegrationRuntime("integrationRuntime", new AzureNextGen.Synapse.V20190601Preview.IntegrationRuntimeArgs
{
IntegrationRuntimeName = "exampleIntegrationRuntime",
Properties =
{
{ "description", "A selfhosted integration runtime" },
{ "type", "SelfHosted" },
},
ResourceGroupName = "exampleResourceGroup",
WorkspaceName = "exampleWorkspace",
});
}
}
Coming soon!
import pulumi
import pulumi_azure_nextgen as azure_nextgen
integration_runtime = azure_nextgen.synapse.v20190601preview.IntegrationRuntime("integrationRuntime",
integration_runtime_name="exampleIntegrationRuntime",
properties={
"description": "A selfhosted integration runtime",
"type": "SelfHosted",
},
resource_group_name="exampleResourceGroup",
workspace_name="exampleWorkspace")
import * as pulumi from "@pulumi/pulumi";
import * as azure_nextgen from "@pulumi/azure-nextgen";
const integrationRuntime = new azure_nextgen.synapse.v20190601preview.IntegrationRuntime("integrationRuntime", {
integrationRuntimeName: "exampleIntegrationRuntime",
properties: {
description: "A selfhosted integration runtime",
type: "SelfHosted",
},
resourceGroupName: "exampleResourceGroup",
workspaceName: "exampleWorkspace",
});
Create a IntegrationRuntime Resource
new IntegrationRuntime(name: string, args: IntegrationRuntimeArgs, opts?: CustomResourceOptions);
def IntegrationRuntime(resource_name: str, opts: Optional[ResourceOptions] = None, integration_runtime_name: Optional[str] = None, properties: Optional[Union[ManagedIntegrationRuntimeArgs, SelfHostedIntegrationRuntimeArgs]] = None, resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None)
func NewIntegrationRuntime(ctx *Context, name string, args IntegrationRuntimeArgs, opts ...ResourceOption) (*IntegrationRuntime, error)
public IntegrationRuntime(string name, IntegrationRuntimeArgs args, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
IntegrationRuntime Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The IntegrationRuntime resource accepts the following input properties:
- Integration
Runtime stringName - Integration runtime name
- Properties
Pulumi.
Azure | Pulumi.Next Gen. Synapse. Inputs. Managed Integration Runtime Args Azure Next Gen. Synapse. Inputs. Self Hosted Integration Runtime Args - Integration runtime properties.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- Integration
Runtime stringName - Integration runtime name
- Properties
Managed
Integration | SelfRuntime Hosted Integration Runtime - Integration runtime properties.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- integration
Runtime stringName - Integration runtime name
- properties
Managed
Integration | SelfRuntime Hosted Integration Runtime - Integration runtime properties.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the workspace.
- integration_
runtime_ strname - Integration runtime name
- properties
Managed
Integration | SelfRuntime Args Hosted Integration Runtime Args - Integration runtime properties.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace.
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationRuntime resource produces the following output properties:
Supporting Types
CmdkeySetup
- Password
Pulumi.
Azure Next Gen. Synapse. Inputs. Secure String Args - The password of data source access.
- Target
Name object - The server name of data source access.
- User
Name object - The user name of data source access.
- Password
Secure
String - The password of data source access.
- Target
Name interface{} - The server name of data source access.
- User
Name interface{} - The user name of data source access.
- password
Secure
String - The password of data source access.
- target
Name any - The server name of data source access.
- user
Name any - The user name of data source access.
- password
Secure
String Args - The password of data source access.
- target_
name Any - The server name of data source access.
- user_
name Any - The user name of data source access.
CmdkeySetupResponse
- Password
Pulumi.
Azure Next Gen. Synapse. Inputs. Secure String Response Args - The password of data source access.
- Target
Name object - The server name of data source access.
- User
Name object - The user name of data source access.
- Password
Secure
String Response - The password of data source access.
- Target
Name interface{} - The server name of data source access.
- User
Name interface{} - The user name of data source access.
- password
Secure
String Response - The password of data source access.
- target
Name any - The server name of data source access.
- user
Name any - The user name of data source access.
- password
Secure
String Response Args - The password of data source access.
- target_
name Any - The server name of data source access.
- user_
name Any - The user name of data source access.
ComponentSetup
- Component
Name string - The name of the 3rd party component.
- License
Key Pulumi.Azure Next Gen. Synapse. Inputs. Secure String Args - The license key to activate the component.
- Component
Name string - The name of the 3rd party component.
- License
Key SecureString - The license key to activate the component.
- component
Name string - The name of the 3rd party component.
- license
Key SecureString - The license key to activate the component.
- component_
name str - The name of the 3rd party component.
- license_
key SecureString Args - The license key to activate the component.
ComponentSetupResponse
- Component
Name string - The name of the 3rd party component.
- License
Key Pulumi.Azure Next Gen. Synapse. Inputs. Secure String Response Args - The license key to activate the component.
- Component
Name string - The name of the 3rd party component.
- License
Key SecureString Response - The license key to activate the component.
- component
Name string - The name of the 3rd party component.
- license
Key SecureString Response - The license key to activate the component.
- component_
name str - The name of the 3rd party component.
- license_
key SecureString Response Args - The license key to activate the component.
DataFlowComputeType
- General
- General
- Memory
Optimized - MemoryOptimized
- Compute
Optimized - ComputeOptimized
- Data
Flow Compute Type General - General
- Data
Flow Compute Type Memory Optimized - MemoryOptimized
- Data
Flow Compute Type Compute Optimized - ComputeOptimized
- General
- General
- Memory
Optimized - MemoryOptimized
- Compute
Optimized - ComputeOptimized
- GENERAL
- General
- MEMORY_OPTIMIZED
- MemoryOptimized
- COMPUTE_OPTIMIZED
- ComputeOptimized
EntityReference
- Reference
Name string - The name of this referenced entity.
- Type
string | Pulumi.
Azure Next Gen. Synapse. Integration Runtime Entity Reference Type - The type of this referenced entity.
- Reference
Name string - The name of this referenced entity.
- Type
string | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference
Name string - The name of this referenced entity.
- type
string | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference_
name str - The name of this referenced entity.
- type
str | Integration
Runtime Entity Reference Type - The type of this referenced entity.
EntityReferenceResponse
- Reference
Name string - The name of this referenced entity.
- Type string
- The type of this referenced entity.
- Reference
Name string - The name of this referenced entity.
- Type string
- The type of this referenced entity.
- reference
Name string - The name of this referenced entity.
- type string
- The type of this referenced entity.
- reference_
name str - The name of this referenced entity.
- type str
- The type of this referenced entity.
EnvironmentVariableSetup
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- variable
Name string - The name of the environment variable.
- variable
Value string - The value of the environment variable.
- variable_
name str - The name of the environment variable.
- variable_
value str - The value of the environment variable.
EnvironmentVariableSetupResponse
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- variable
Name string - The name of the environment variable.
- variable
Value string - The value of the environment variable.
- variable_
name str - The name of the environment variable.
- variable_
value str - The value of the environment variable.
IntegrationRuntimeComputeProperties
- Data
Flow Pulumi.Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Data Flow Properties Args - Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- VNet
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime VNet Properties Args - VNet properties for managed integration runtime.
- Data
Flow IntegrationProperties Runtime Data Flow Properties - Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- VNet
Properties IntegrationRuntime VNet Properties - VNet properties for managed integration runtime.
- data
Flow IntegrationProperties Runtime Data Flow Properties - Data flow properties for managed integration runtime.
- location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- max
Parallel numberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size string - The node size requirement to managed integration runtime.
- number
Of numberNodes - The required number of nodes for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties - VNet properties for managed integration runtime.
- data_
flow_ Integrationproperties Runtime Data Flow Properties Args - Data flow properties for managed integration runtime.
- location str
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- max_
parallel_ intexecutions_ per_ node - Maximum parallel executions count per node for managed integration runtime.
- node_
size str - The node size requirement to managed integration runtime.
- number_
of_ intnodes - The required number of nodes for managed integration runtime.
- v_
net_ Integrationproperties Runtime VNet Properties Args - VNet properties for managed integration runtime.
IntegrationRuntimeComputePropertiesResponse
- Data
Flow Pulumi.Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Data Flow Properties Response Args - Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- VNet
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime VNet Properties Response Args - VNet properties for managed integration runtime.
- Data
Flow IntegrationProperties Runtime Data Flow Properties Response - Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- VNet
Properties IntegrationRuntime VNet Properties Response - VNet properties for managed integration runtime.
- data
Flow IntegrationProperties Runtime Data Flow Properties Response - Data flow properties for managed integration runtime.
- location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- max
Parallel numberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size string - The node size requirement to managed integration runtime.
- number
Of numberNodes - The required number of nodes for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties Response - VNet properties for managed integration runtime.
- data_
flow_ Integrationproperties Runtime Data Flow Properties Response Args - Data flow properties for managed integration runtime.
- location str
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- max_
parallel_ intexecutions_ per_ node - Maximum parallel executions count per node for managed integration runtime.
- node_
size str - The node size requirement to managed integration runtime.
- number_
of_ intnodes - The required number of nodes for managed integration runtime.
- v_
net_ Integrationproperties Runtime VNet Properties Response Args - VNet properties for managed integration runtime.
IntegrationRuntimeCustomSetupScriptProperties
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token Pulumi.Azure Next Gen. Synapse. Inputs. Secure String Args - The SAS token of the Azure blob container.
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token SecureString - The SAS token of the Azure blob container.
- blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token SecureString - The SAS token of the Azure blob container.
- blob_
container_ struri - The URI of the Azure blob container that contains the custom setup script.
- sas_
token SecureString Args - The SAS token of the Azure blob container.
IntegrationRuntimeCustomSetupScriptPropertiesResponse
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token Pulumi.Azure Next Gen. Synapse. Inputs. Secure String Response Args - The SAS token of the Azure blob container.
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token SecureString Response - The SAS token of the Azure blob container.
- blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token SecureString Response - The SAS token of the Azure blob container.
- blob_
container_ struri - The URI of the Azure blob container that contains the custom setup script.
- sas_
token SecureString Response Args - The SAS token of the Azure blob container.
IntegrationRuntimeDataFlowProperties
- Compute
Type string | Pulumi.Azure Next Gen. Synapse. Data Flow Compute Type - Compute type of the cluster which will execute data flow job.
- Core
Count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- Compute
Type string | DataFlow Compute Type - Compute type of the cluster which will execute data flow job.
- Core
Count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- compute
Type string | DataFlow Compute Type - Compute type of the cluster which will execute data flow job.
- core
Count number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- time
To numberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- compute_
type str | DataFlow Compute Type - Compute type of the cluster which will execute data flow job.
- core_
count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- time_
to_ intlive - Time to live (in minutes) setting of the cluster which will execute data flow job.
IntegrationRuntimeDataFlowPropertiesResponse
- Compute
Type string - Compute type of the cluster which will execute data flow job.
- Core
Count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- Compute
Type string - Compute type of the cluster which will execute data flow job.
- Core
Count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- compute
Type string - Compute type of the cluster which will execute data flow job.
- core
Count number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- time
To numberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- compute_
type str - Compute type of the cluster which will execute data flow job.
- core_
count int - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- time_
to_ intlive - Time to live (in minutes) setting of the cluster which will execute data flow job.
IntegrationRuntimeDataProxyProperties
- Connect
Via Pulumi.Azure Next Gen. Synapse. Inputs. Entity Reference Args - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked Pulumi.Service Azure Next Gen. Synapse. Inputs. Entity Reference Args - The staging linked service reference.
- Connect
Via EntityReference - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked EntityService Reference - The staging linked service reference.
- connect
Via EntityReference - The self-hosted integration runtime reference.
- path string
- The path to contain the staged data in the Blob storage.
- staging
Linked EntityService Reference - The staging linked service reference.
- connect_
via EntityReference Args - The self-hosted integration runtime reference.
- path str
- The path to contain the staged data in the Blob storage.
- staging_
linked_ Entityservice Reference Args - The staging linked service reference.
IntegrationRuntimeDataProxyPropertiesResponse
- Connect
Via Pulumi.Azure Next Gen. Synapse. Inputs. Entity Reference Response Args - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked Pulumi.Service Azure Next Gen. Synapse. Inputs. Entity Reference Response Args - The staging linked service reference.
- Connect
Via EntityReference Response - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked EntityService Reference Response - The staging linked service reference.
- connect
Via EntityReference Response - The self-hosted integration runtime reference.
- path string
- The path to contain the staged data in the Blob storage.
- staging
Linked EntityService Reference Response - The staging linked service reference.
- connect_
via EntityReference Response Args - The self-hosted integration runtime reference.
- path str
- The path to contain the staged data in the Blob storage.
- staging_
linked_ Entityservice Reference Response Args - The staging linked service reference.
IntegrationRuntimeEdition
- Standard
- Standard
- Enterprise
- Enterprise
- Integration
Runtime Edition Standard - Standard
- Integration
Runtime Edition Enterprise - Enterprise
- Standard
- Standard
- Enterprise
- Enterprise
- STANDARD
- Standard
- ENTERPRISE
- Enterprise
IntegrationRuntimeEntityReferenceType
- Integration
Runtime Reference - IntegrationRuntimeReference
- Linked
Service Reference - LinkedServiceReference
- Integration
Runtime Entity Reference Type Integration Runtime Reference - IntegrationRuntimeReference
- Integration
Runtime Entity Reference Type Linked Service Reference - LinkedServiceReference
- Integration
Runtime Reference - IntegrationRuntimeReference
- Linked
Service Reference - LinkedServiceReference
- INTEGRATION_RUNTIME_REFERENCE
- IntegrationRuntimeReference
- LINKED_SERVICE_REFERENCE
- LinkedServiceReference
IntegrationRuntimeLicenseType
- Base
Price - BasePrice
- License
Included - LicenseIncluded
- Integration
Runtime License Type Base Price - BasePrice
- Integration
Runtime License Type License Included - LicenseIncluded
- Base
Price - BasePrice
- License
Included - LicenseIncluded
- BASE_PRICE
- BasePrice
- LICENSE_INCLUDED
- LicenseIncluded
IntegrationRuntimeSsisCatalogInfo
- Catalog
Admin Pulumi.Password Azure Next Gen. Synapse. Inputs. Secure String Args - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing string | Pulumi.Tier Azure Next Gen. Synapse. Integration Runtime Ssis Catalog Pricing Tier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- Catalog
Server stringEndpoint - The catalog database server URL.
- Catalog
Admin SecurePassword String - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing string | IntegrationTier Runtime Ssis Catalog Pricing Tier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- Catalog
Server stringEndpoint - The catalog database server URL.
- catalog
Admin SecurePassword String - The password of the administrator user account of the catalog database.
- catalog
Admin stringUser Name - The administrator user name of catalog database.
- catalog
Pricing string | IntegrationTier Runtime Ssis Catalog Pricing Tier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalog
Server stringEndpoint - The catalog database server URL.
- catalog_
admin_ Securepassword String Args - The password of the administrator user account of the catalog database.
- catalog_
admin_ struser_ name - The administrator user name of catalog database.
- catalog_
pricing_ str | Integrationtier Runtime Ssis Catalog Pricing Tier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalog_
server_ strendpoint - The catalog database server URL.
IntegrationRuntimeSsisCatalogInfoResponse
- Catalog
Admin Pulumi.Password Azure Next Gen. Synapse. Inputs. Secure String Response Args - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing stringTier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- Catalog
Server stringEndpoint - The catalog database server URL.
- Catalog
Admin SecurePassword String Response - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing stringTier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- Catalog
Server stringEndpoint - The catalog database server URL.
- catalog
Admin SecurePassword String Response - The password of the administrator user account of the catalog database.
- catalog
Admin stringUser Name - The administrator user name of catalog database.
- catalog
Pricing stringTier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalog
Server stringEndpoint - The catalog database server URL.
- catalog_
admin_ Securepassword String Response Args - The password of the administrator user account of the catalog database.
- catalog_
admin_ struser_ name - The administrator user name of catalog database.
- catalog_
pricing_ strtier - The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalog_
server_ strendpoint - The catalog database server URL.
IntegrationRuntimeSsisCatalogPricingTier
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Premium
RS - PremiumRS
- Integration
Runtime Ssis Catalog Pricing Tier Basic - Basic
- Integration
Runtime Ssis Catalog Pricing Tier Standard - Standard
- Integration
Runtime Ssis Catalog Pricing Tier Premium - Premium
- Integration
Runtime Ssis Catalog Pricing Tier Premium RS - PremiumRS
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Premium
RS - PremiumRS
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- PREMIUM_RS
- PremiumRS
IntegrationRuntimeSsisProperties
- Catalog
Info Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Ssis Catalog Info Args - Catalog information for managed dedicated integration runtime.
- Custom
Setup Pulumi.Script Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Custom Setup Script Properties Args - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy Pulumi.Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Data Proxy Properties Args - Data proxy properties for a managed dedicated integration runtime.
- Edition
string | Pulumi.
Azure Next Gen. Synapse. Integration Runtime Edition - The edition for the SSIS Integration Runtime
- Express
Custom List<object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string | Pulumi.Azure Next Gen. Synapse. Integration Runtime License Type - License type for bringing your own license scenario.
- Catalog
Info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- Custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy IntegrationProperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- Edition
string | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- Express
Custom []interface{}Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string | IntegrationRuntime License Type - License type for bringing your own license scenario.
- catalog
Info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy IntegrationProperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- edition
string | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- express
Custom CmdkeySetup Properties Setup | Component Setup | Environment Variable Setup[] - Custom setup without script properties for a SSIS integration runtime.
- license
Type string | IntegrationRuntime License Type - License type for bringing your own license scenario.
- catalog_
info IntegrationRuntime Ssis Catalog Info Args - Catalog information for managed dedicated integration runtime.
- custom_
setup_ Integrationscript_ properties Runtime Custom Setup Script Properties Args - Custom setup script properties for a managed dedicated integration runtime.
- data_
proxy_ Integrationproperties Runtime Data Proxy Properties Args - Data proxy properties for a managed dedicated integration runtime.
- edition
str | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- express_
custom_ Sequence[Union[Cmdkeysetup_ properties Setup Args, Component Setup Args, Environment Variable Setup Args]] - Custom setup without script properties for a SSIS integration runtime.
- license_
type str | IntegrationRuntime License Type - License type for bringing your own license scenario.
IntegrationRuntimeSsisPropertiesResponse
- Catalog
Info Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Ssis Catalog Info Response Args - Catalog information for managed dedicated integration runtime.
- Custom
Setup Pulumi.Script Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Custom Setup Script Properties Response Args - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy Pulumi.Properties Azure Next Gen. Synapse. Inputs. Integration Runtime Data Proxy Properties Response Args - Data proxy properties for a managed dedicated integration runtime.
- Edition string
- The edition for the SSIS Integration Runtime
- Express
Custom List<object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string - License type for bringing your own license scenario.
- Catalog
Info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- Custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties Response - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy IntegrationProperties Runtime Data Proxy Properties Response - Data proxy properties for a managed dedicated integration runtime.
- Edition string
- The edition for the SSIS Integration Runtime
- Express
Custom []interface{}Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string - License type for bringing your own license scenario.
- catalog
Info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties Response - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy IntegrationProperties Runtime Data Proxy Properties Response - Data proxy properties for a managed dedicated integration runtime.
- edition string
- The edition for the SSIS Integration Runtime
- express
Custom CmdkeySetup Properties Setup Response | Component Setup Response | Environment Variable Setup Response[] - Custom setup without script properties for a SSIS integration runtime.
- license
Type string - License type for bringing your own license scenario.
- catalog_
info IntegrationRuntime Ssis Catalog Info Response Args - Catalog information for managed dedicated integration runtime.
- custom_
setup_ Integrationscript_ properties Runtime Custom Setup Script Properties Response Args - Custom setup script properties for a managed dedicated integration runtime.
- data_
proxy_ Integrationproperties Runtime Data Proxy Properties Response Args - Data proxy properties for a managed dedicated integration runtime.
- edition str
- The edition for the SSIS Integration Runtime
- express_
custom_ Sequence[Union[Cmdkeysetup_ properties Setup Response Args, Component Setup Response Args, Environment Variable Setup Response Args]] - Custom setup without script properties for a SSIS integration runtime.
- license_
type str - License type for bringing your own license scenario.
IntegrationRuntimeVNetProperties
- public_
ips Sequence[str] - Resource IDs of the public IP addresses that this integration runtime will use.
- subnet str
- The name of the subnet this integration runtime will join.
- v_
net_ strid - The ID of the VNet that this integration runtime will join.
IntegrationRuntimeVNetPropertiesResponse
- public_
ips Sequence[str] - Resource IDs of the public IP addresses that this integration runtime will use.
- subnet str
- The name of the subnet this integration runtime will join.
- v_
net_ strid - The ID of the VNet that this integration runtime will join.
LinkedIntegrationRuntimeKeyAuthorization
- Key
Pulumi.
Azure Next Gen. Synapse. Inputs. Secure String Args - The key used for authorization.
- Key
Secure
String - The key used for authorization.
- key
Secure
String - The key used for authorization.
- key
Secure
String Args - The key used for authorization.
LinkedIntegrationRuntimeKeyAuthorizationResponse
- Key
Pulumi.
Azure Next Gen. Synapse. Inputs. Secure String Response Args - The key used for authorization.
- Key
Secure
String Response - The key used for authorization.
- key
Secure
String Response - The key used for authorization.
- key
Secure
String Response Args - The key used for authorization.
LinkedIntegrationRuntimeRbacAuthorization
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- resource
Id string - The resource identifier of the integration runtime to be shared.
- resource_
id str - The resource identifier of the integration runtime to be shared.
LinkedIntegrationRuntimeRbacAuthorizationResponse
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- resource
Id string - The resource identifier of the integration runtime to be shared.
- resource_
id str - The resource identifier of the integration runtime to be shared.
ManagedIntegrationRuntime
- Compute
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Compute Properties Args - The compute resource for managed integration runtime.
- Description string
- Integration runtime description.
- Ssis
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Ssis Properties Args - SSIS properties for managed integration runtime.
- Compute
Properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- Description string
- Integration runtime description.
- Ssis
Properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute
Properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- description string
- Integration runtime description.
- ssis
Properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute_
properties IntegrationRuntime Compute Properties Args - The compute resource for managed integration runtime.
- description str
- Integration runtime description.
- ssis_
properties IntegrationRuntime Ssis Properties Args - SSIS properties for managed integration runtime.
ManagedIntegrationRuntimeResponse
- State string
- Integration runtime state, only valid for managed dedicated integration runtime.
- Compute
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Compute Properties Response Args - The compute resource for managed integration runtime.
- Description string
- Integration runtime description.
- Ssis
Properties Pulumi.Azure Next Gen. Synapse. Inputs. Integration Runtime Ssis Properties Response Args - SSIS properties for managed integration runtime.
- State string
- Integration runtime state, only valid for managed dedicated integration runtime.
- Compute
Properties IntegrationRuntime Compute Properties Response - The compute resource for managed integration runtime.
- Description string
- Integration runtime description.
- Ssis
Properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- state string
- Integration runtime state, only valid for managed dedicated integration runtime.
- compute
Properties IntegrationRuntime Compute Properties Response - The compute resource for managed integration runtime.
- description string
- Integration runtime description.
- ssis
Properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- state str
- Integration runtime state, only valid for managed dedicated integration runtime.
- compute_
properties IntegrationRuntime Compute Properties Response Args - The compute resource for managed integration runtime.
- description str
- Integration runtime description.
- ssis_
properties IntegrationRuntime Ssis Properties Response Args - SSIS properties for managed integration runtime.
SecureString
- Value string
- Value of secure string.
- Value string
- Value of secure string.
- value string
- Value of secure string.
- value str
- Value of secure string.
SecureStringResponse
- Value string
- Value of secure string.
- Value string
- Value of secure string.
- value string
- Value of secure string.
- value str
- Value of secure string.
SelfHostedIntegrationRuntime
- Description string
- Integration runtime description.
- Linked
Info Pulumi.Azure | Pulumi.Next Gen. Synapse. Inputs. Linked Integration Runtime Key Authorization Args Azure Next Gen. Synapse. Inputs. Linked Integration Runtime Rbac Authorization Args - Linked integration runtime type from data factory
- Description string
- Integration runtime description.
- Linked
Info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - Linked integration runtime type from data factory
- description string
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - Linked integration runtime type from data factory
- description str
- Integration runtime description.
- linked_
info LinkedIntegration | LinkedRuntime Key Authorization Args Integration Runtime Rbac Authorization Args - Linked integration runtime type from data factory
SelfHostedIntegrationRuntimeResponse
- Description string
- Integration runtime description.
- Linked
Info Pulumi.Azure | Pulumi.Next Gen. Synapse. Inputs. Linked Integration Runtime Key Authorization Response Args Azure Next Gen. Synapse. Inputs. Linked Integration Runtime Rbac Authorization Response Args - Linked integration runtime type from data factory
- Description string
- Integration runtime description.
- Linked
Info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - Linked integration runtime type from data factory
- description string
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - Linked integration runtime type from data factory
- description str
- Integration runtime description.
- linked_
info LinkedIntegration | LinkedRuntime Key Authorization Response Args Integration Runtime Rbac Authorization Response Args - Linked integration runtime type from data factory
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-nextgen:synapse/v20190601preview:IntegrationRuntime exampleIntegrationRuntime /subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspaceName/integrationruntimes/exampleIntegrationRuntime
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-nextgen
- License
- Apache-2.0