1. Packages
  2. Azure Native
  3. API Docs
  4. azuredatatransfer
  5. Connection
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.azuredatatransfer.Connection

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

The connection resource definition.

Uses Azure REST API version 2024-09-27. In version 2.x of the Azure Native provider, it used API version 2023-10-11-preview.

Other available API versions: 2023-10-11-preview, 2024-01-25, 2024-05-07, 2024-09-11, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuredatatransfer [ApiVersion]. See the version guide for details.

Example Usage

Creates or updates the connection resource

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var connection = new AzureNative.AzureDataTransfer.Connection("connection", new()
    {
        ConnectionName = "testConnection",
        Location = "East US",
        Properties = new AzureNative.AzureDataTransfer.Inputs.ConnectionPropertiesArgs
        {
            Justification = "justification",
            Pipeline = "testdc",
            RequirementId = "id",
        },
        ResourceGroupName = "testRG",
    });

});
Copy
package main

import (
	azuredatatransfer "github.com/pulumi/pulumi-azure-native-sdk/azuredatatransfer/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := azuredatatransfer.NewConnection(ctx, "connection", &azuredatatransfer.ConnectionArgs{
			ConnectionName: pulumi.String("testConnection"),
			Location:       pulumi.String("East US"),
			Properties: &azuredatatransfer.ConnectionPropertiesArgs{
				Justification: pulumi.String("justification"),
				Pipeline:      pulumi.String("testdc"),
				RequirementId: pulumi.String("id"),
			},
			ResourceGroupName: pulumi.String("testRG"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.azuredatatransfer.Connection;
import com.pulumi.azurenative.azuredatatransfer.ConnectionArgs;
import com.pulumi.azurenative.azuredatatransfer.inputs.ConnectionPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var connection = new Connection("connection", ConnectionArgs.builder()
            .connectionName("testConnection")
            .location("East US")
            .properties(ConnectionPropertiesArgs.builder()
                .justification("justification")
                .pipeline("testdc")
                .requirementId("id")
                .build())
            .resourceGroupName("testRG")
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const connection = new azure_native.azuredatatransfer.Connection("connection", {
    connectionName: "testConnection",
    location: "East US",
    properties: {
        justification: "justification",
        pipeline: "testdc",
        requirementId: "id",
    },
    resourceGroupName: "testRG",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

connection = azure_native.azuredatatransfer.Connection("connection",
    connection_name="testConnection",
    location="East US",
    properties={
        "justification": "justification",
        "pipeline": "testdc",
        "requirement_id": "id",
    },
    resource_group_name="testRG")
Copy
resources:
  connection:
    type: azure-native:azuredatatransfer:Connection
    properties:
      connectionName: testConnection
      location: East US
      properties:
        justification: justification
        pipeline: testdc
        requirementId: id
      resourceGroupName: testRG
Copy

Create Connection Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Connection(name: string, args: ConnectionArgs, opts?: CustomResourceOptions);
@overload
def Connection(resource_name: str,
               args: ConnectionArgs,
               opts: Optional[ResourceOptions] = None)

@overload
def Connection(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               resource_group_name: Optional[str] = None,
               connection_name: Optional[str] = None,
               location: Optional[str] = None,
               properties: Optional[ConnectionPropertiesArgs] = None,
               tags: Optional[Mapping[str, str]] = None)
func NewConnection(ctx *Context, name string, args ConnectionArgs, opts ...ResourceOption) (*Connection, error)
public Connection(string name, ConnectionArgs args, CustomResourceOptions? opts = null)
public Connection(String name, ConnectionArgs args)
public Connection(String name, ConnectionArgs args, CustomResourceOptions options)
type: azure-native:azuredatatransfer:Connection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ConnectionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ConnectionArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ConnectionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ConnectionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ConnectionArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var azure_nativeConnectionResource = new AzureNative.AzureDataTransfer.Connection("azure-nativeConnectionResource", new()
{
    ResourceGroupName = "string",
    ConnectionName = "string",
    Location = "string",
    Properties = new AzureNative.AzureDataTransfer.Inputs.ConnectionPropertiesArgs
    {
        Pipeline = "string",
        Direction = "string",
        FlowTypes = new[]
        {
            "string",
        },
        Justification = "string",
        Pin = "string",
        Policies = new[]
        {
            "string",
        },
        PrimaryContact = "string",
        RemoteSubscriptionId = "string",
        RequirementId = "string",
        SchemaUris = new[]
        {
            "string",
        },
        Schemas = new[]
        {
            new AzureNative.AzureDataTransfer.Inputs.SchemaArgs
            {
                ConnectionId = "string",
                Content = "string",
                Direction = "string",
                Id = "string",
                Name = "string",
                SchemaType = "string",
                SchemaUri = "string",
                Status = "string",
            },
        },
        SecondaryContacts = new[]
        {
            "string",
        },
    },
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := azuredatatransfer.NewConnection(ctx, "azure-nativeConnectionResource", &azuredatatransfer.ConnectionArgs{
	ResourceGroupName: pulumi.String("string"),
	ConnectionName:    pulumi.String("string"),
	Location:          pulumi.String("string"),
	Properties: &azuredatatransfer.ConnectionPropertiesArgs{
		Pipeline:  pulumi.String("string"),
		Direction: pulumi.String("string"),
		FlowTypes: pulumi.StringArray{
			pulumi.String("string"),
		},
		Justification: pulumi.String("string"),
		Pin:           pulumi.String("string"),
		Policies: pulumi.StringArray{
			pulumi.String("string"),
		},
		PrimaryContact:       pulumi.String("string"),
		RemoteSubscriptionId: pulumi.String("string"),
		RequirementId:        pulumi.String("string"),
		SchemaUris: pulumi.StringArray{
			pulumi.String("string"),
		},
		Schemas: azuredatatransfer.SchemaArray{
			&azuredatatransfer.SchemaArgs{
				ConnectionId: pulumi.String("string"),
				Content:      pulumi.String("string"),
				Direction:    pulumi.String("string"),
				Id:           pulumi.String("string"),
				Name:         pulumi.String("string"),
				SchemaType:   pulumi.String("string"),
				SchemaUri:    pulumi.String("string"),
				Status:       pulumi.String("string"),
			},
		},
		SecondaryContacts: pulumi.StringArray{
			pulumi.String("string"),
		},
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var azure_nativeConnectionResource = new Connection("azure-nativeConnectionResource", ConnectionArgs.builder()
    .resourceGroupName("string")
    .connectionName("string")
    .location("string")
    .properties(ConnectionPropertiesArgs.builder()
        .pipeline("string")
        .direction("string")
        .flowTypes("string")
        .justification("string")
        .pin("string")
        .policies("string")
        .primaryContact("string")
        .remoteSubscriptionId("string")
        .requirementId("string")
        .schemaUris("string")
        .schemas(SchemaArgs.builder()
            .connectionId("string")
            .content("string")
            .direction("string")
            .id("string")
            .name("string")
            .schemaType("string")
            .schemaUri("string")
            .status("string")
            .build())
        .secondaryContacts("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
Copy
azure_native_connection_resource = azure_native.azuredatatransfer.Connection("azure-nativeConnectionResource",
    resource_group_name="string",
    connection_name="string",
    location="string",
    properties={
        "pipeline": "string",
        "direction": "string",
        "flow_types": ["string"],
        "justification": "string",
        "pin": "string",
        "policies": ["string"],
        "primary_contact": "string",
        "remote_subscription_id": "string",
        "requirement_id": "string",
        "schema_uris": ["string"],
        "schemas": [{
            "connection_id": "string",
            "content": "string",
            "direction": "string",
            "id": "string",
            "name": "string",
            "schema_type": "string",
            "schema_uri": "string",
            "status": "string",
        }],
        "secondary_contacts": ["string"],
    },
    tags={
        "string": "string",
    })
Copy
const azure_nativeConnectionResource = new azure_native.azuredatatransfer.Connection("azure-nativeConnectionResource", {
    resourceGroupName: "string",
    connectionName: "string",
    location: "string",
    properties: {
        pipeline: "string",
        direction: "string",
        flowTypes: ["string"],
        justification: "string",
        pin: "string",
        policies: ["string"],
        primaryContact: "string",
        remoteSubscriptionId: "string",
        requirementId: "string",
        schemaUris: ["string"],
        schemas: [{
            connectionId: "string",
            content: "string",
            direction: "string",
            id: "string",
            name: "string",
            schemaType: "string",
            schemaUri: "string",
            status: "string",
        }],
        secondaryContacts: ["string"],
    },
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:azuredatatransfer:Connection
properties:
    connectionName: string
    location: string
    properties:
        direction: string
        flowTypes:
            - string
        justification: string
        pin: string
        pipeline: string
        policies:
            - string
        primaryContact: string
        remoteSubscriptionId: string
        requirementId: string
        schemaUris:
            - string
        schemas:
            - connectionId: string
              content: string
              direction: string
              id: string
              name: string
              schemaType: string
              schemaUri: string
              status: string
        secondaryContacts:
            - string
    resourceGroupName: string
    tags:
        string: string
Copy

Connection Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Connection resource accepts the following input properties:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ConnectionName Changes to this property will trigger replacement. string
The name for the connection that is to be requested.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Properties Pulumi.AzureNative.AzureDataTransfer.Inputs.ConnectionProperties
Properties of connection
Tags Dictionary<string, string>
Resource tags.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ConnectionName Changes to this property will trigger replacement. string
The name for the connection that is to be requested.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Properties ConnectionPropertiesArgs
Properties of connection
Tags map[string]string
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
connectionName Changes to this property will trigger replacement. String
The name for the connection that is to be requested.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
properties ConnectionProperties
Properties of connection
tags Map<String,String>
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
connectionName Changes to this property will trigger replacement. string
The name for the connection that is to be requested.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
properties ConnectionProperties
Properties of connection
tags {[key: string]: string}
Resource tags.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
connection_name Changes to this property will trigger replacement. str
The name for the connection that is to be requested.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
properties ConnectionPropertiesArgs
Properties of connection
tags Mapping[str, str]
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
connectionName Changes to this property will trigger replacement. String
The name for the connection that is to be requested.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
properties Property Map
Properties of connection
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the Connection resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
SystemData Pulumi.AzureNative.AzureDataTransfer.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

ConnectionProperties
, ConnectionPropertiesArgs

Pipeline This property is required. string
Pipeline to use to transfer data
Direction string | Pulumi.AzureNative.AzureDataTransfer.Direction
Direction of data movement
FlowTypes List<Union<string, Pulumi.AzureNative.AzureDataTransfer.FlowType>>
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies List<string>
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
SchemaUris List<string>
The schema URIs for this connection
Schemas List<Pulumi.AzureNative.AzureDataTransfer.Inputs.Schema>
The schemas for this connection
SecondaryContacts List<string>
The secondary contacts for this connection request
Pipeline This property is required. string
Pipeline to use to transfer data
Direction string | Direction
Direction of data movement
FlowTypes []string
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies []string
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
SchemaUris []string
The schema URIs for this connection
Schemas []Schema
The schemas for this connection
SecondaryContacts []string
The secondary contacts for this connection request
pipeline This property is required. String
Pipeline to use to transfer data
direction String | Direction
Direction of data movement
flowTypes List<Either<String,FlowType>>
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemaUris List<String>
The schema URIs for this connection
schemas List<Schema>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request
pipeline This property is required. string
Pipeline to use to transfer data
direction string | Direction
Direction of data movement
flowTypes (string | FlowType)[]
The flow types being requested for this connection
justification string
Justification for the connection request
pin string
PIN to link requests together
policies string[]
The policies for this connection
primaryContact string
The primary contact for this connection request
remoteSubscriptionId string
Subscription ID to link cloud subscriptions together
requirementId string
Requirement ID of the connection
schemaUris string[]
The schema URIs for this connection
schemas Schema[]
The schemas for this connection
secondaryContacts string[]
The secondary contacts for this connection request
pipeline This property is required. str
Pipeline to use to transfer data
direction str | Direction
Direction of data movement
flow_types Sequence[Union[str, FlowType]]
The flow types being requested for this connection
justification str
Justification for the connection request
pin str
PIN to link requests together
policies Sequence[str]
The policies for this connection
primary_contact str
The primary contact for this connection request
remote_subscription_id str
Subscription ID to link cloud subscriptions together
requirement_id str
Requirement ID of the connection
schema_uris Sequence[str]
The schema URIs for this connection
schemas Sequence[Schema]
The schemas for this connection
secondary_contacts Sequence[str]
The secondary contacts for this connection request
pipeline This property is required. String
Pipeline to use to transfer data
direction String | "Send" | "Receive"
Direction of data movement
flowTypes List<String | "Unknown" | "Complex" | "DevSecOps" | "Messaging" | "Mission" | "MicrosoftInternal" | "BasicFiles" | "Data" | "Standard" | "StreamingVideo" | "Opaque" | "MissionOpaqueXML">
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemaUris List<String>
The schema URIs for this connection
schemas List<Property Map>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request

ConnectionPropertiesResponse
, ConnectionPropertiesResponseArgs

Approver This property is required. string
Approver of this connection request
DateSubmitted This property is required. string
The timestamp that this connection request was submitted at
LinkStatus This property is required. string
Link status of the current connection
LinkedConnectionId This property is required. string
Resource ID of the linked connection
Pipeline This property is required. string
Pipeline to use to transfer data
ProvisioningState This property is required. string
Provisioning state of the connection
Status This property is required. string
Status of the connection
StatusReason This property is required. string
Reason for status
Direction string
Direction of data movement
FlowTypes List<string>
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies List<string>
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
SchemaUris List<string>
The schema URIs for this connection
Schemas List<Pulumi.AzureNative.AzureDataTransfer.Inputs.SchemaResponse>
The schemas for this connection
SecondaryContacts List<string>
The secondary contacts for this connection request
Approver This property is required. string
Approver of this connection request
DateSubmitted This property is required. string
The timestamp that this connection request was submitted at
LinkStatus This property is required. string
Link status of the current connection
LinkedConnectionId This property is required. string
Resource ID of the linked connection
Pipeline This property is required. string
Pipeline to use to transfer data
ProvisioningState This property is required. string
Provisioning state of the connection
Status This property is required. string
Status of the connection
StatusReason This property is required. string
Reason for status
Direction string
Direction of data movement
FlowTypes []string
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies []string
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
SchemaUris []string
The schema URIs for this connection
Schemas []SchemaResponse
The schemas for this connection
SecondaryContacts []string
The secondary contacts for this connection request
approver This property is required. String
Approver of this connection request
dateSubmitted This property is required. String
The timestamp that this connection request was submitted at
linkStatus This property is required. String
Link status of the current connection
linkedConnectionId This property is required. String
Resource ID of the linked connection
pipeline This property is required. String
Pipeline to use to transfer data
provisioningState This property is required. String
Provisioning state of the connection
status This property is required. String
Status of the connection
statusReason This property is required. String
Reason for status
direction String
Direction of data movement
flowTypes List<String>
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemaUris List<String>
The schema URIs for this connection
schemas List<SchemaResponse>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request
approver This property is required. string
Approver of this connection request
dateSubmitted This property is required. string
The timestamp that this connection request was submitted at
linkStatus This property is required. string
Link status of the current connection
linkedConnectionId This property is required. string
Resource ID of the linked connection
pipeline This property is required. string
Pipeline to use to transfer data
provisioningState This property is required. string
Provisioning state of the connection
status This property is required. string
Status of the connection
statusReason This property is required. string
Reason for status
direction string
Direction of data movement
flowTypes string[]
The flow types being requested for this connection
justification string
Justification for the connection request
pin string
PIN to link requests together
policies string[]
The policies for this connection
primaryContact string
The primary contact for this connection request
remoteSubscriptionId string
Subscription ID to link cloud subscriptions together
requirementId string
Requirement ID of the connection
schemaUris string[]
The schema URIs for this connection
schemas SchemaResponse[]
The schemas for this connection
secondaryContacts string[]
The secondary contacts for this connection request
approver This property is required. str
Approver of this connection request
date_submitted This property is required. str
The timestamp that this connection request was submitted at
link_status This property is required. str
Link status of the current connection
linked_connection_id This property is required. str
Resource ID of the linked connection
pipeline This property is required. str
Pipeline to use to transfer data
provisioning_state This property is required. str
Provisioning state of the connection
status This property is required. str
Status of the connection
status_reason This property is required. str
Reason for status
direction str
Direction of data movement
flow_types Sequence[str]
The flow types being requested for this connection
justification str
Justification for the connection request
pin str
PIN to link requests together
policies Sequence[str]
The policies for this connection
primary_contact str
The primary contact for this connection request
remote_subscription_id str
Subscription ID to link cloud subscriptions together
requirement_id str
Requirement ID of the connection
schema_uris Sequence[str]
The schema URIs for this connection
schemas Sequence[SchemaResponse]
The schemas for this connection
secondary_contacts Sequence[str]
The secondary contacts for this connection request
approver This property is required. String
Approver of this connection request
dateSubmitted This property is required. String
The timestamp that this connection request was submitted at
linkStatus This property is required. String
Link status of the current connection
linkedConnectionId This property is required. String
Resource ID of the linked connection
pipeline This property is required. String
Pipeline to use to transfer data
provisioningState This property is required. String
Provisioning state of the connection
status This property is required. String
Status of the connection
statusReason This property is required. String
Reason for status
direction String
Direction of data movement
flowTypes List<String>
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemaUris List<String>
The schema URIs for this connection
schemas List<Property Map>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request

Direction
, DirectionArgs

Send
Send
Receive
Receive
DirectionSend
Send
DirectionReceive
Receive
Send
Send
Receive
Receive
Send
Send
Receive
Receive
SEND
Send
RECEIVE
Receive
"Send"
Send
"Receive"
Receive

FlowType
, FlowTypeArgs

Unknown
Unknown
Complex
Complex
DevSecOps
DevSecOps
Messaging
Messaging
Mission
Mission
MicrosoftInternal
MicrosoftInternal
BasicFiles
BasicFiles
Data
Data
Standard
Standard
StreamingVideo
StreamingVideo
Opaque
Opaque
MissionOpaqueXML
MissionOpaqueXML
FlowTypeUnknown
Unknown
FlowTypeComplex
Complex
FlowTypeDevSecOps
DevSecOps
FlowTypeMessaging
Messaging
FlowTypeMission
Mission
FlowTypeMicrosoftInternal
MicrosoftInternal
FlowTypeBasicFiles
BasicFiles
FlowTypeData
Data
FlowTypeStandard
Standard
FlowTypeStreamingVideo
StreamingVideo
FlowTypeOpaque
Opaque
FlowTypeMissionOpaqueXML
MissionOpaqueXML
Unknown
Unknown
Complex
Complex
DevSecOps
DevSecOps
Messaging
Messaging
Mission
Mission
MicrosoftInternal
MicrosoftInternal
BasicFiles
BasicFiles
Data
Data
Standard
Standard
StreamingVideo
StreamingVideo
Opaque
Opaque
MissionOpaqueXML
MissionOpaqueXML
Unknown
Unknown
Complex
Complex
DevSecOps
DevSecOps
Messaging
Messaging
Mission
Mission
MicrosoftInternal
MicrosoftInternal
BasicFiles
BasicFiles
Data
Data
Standard
Standard
StreamingVideo
StreamingVideo
Opaque
Opaque
MissionOpaqueXML
MissionOpaqueXML
UNKNOWN
Unknown
COMPLEX
Complex
DEV_SEC_OPS
DevSecOps
MESSAGING
Messaging
MISSION
Mission
MICROSOFT_INTERNAL
MicrosoftInternal
BASIC_FILES
BasicFiles
DATA
Data
STANDARD
Standard
STREAMING_VIDEO
StreamingVideo
OPAQUE
Opaque
MISSION_OPAQUE_XML
MissionOpaqueXML
"Unknown"
Unknown
"Complex"
Complex
"DevSecOps"
DevSecOps
"Messaging"
Messaging
"Mission"
Mission
"MicrosoftInternal"
MicrosoftInternal
"BasicFiles"
BasicFiles
"Data"
Data
"Standard"
Standard
"StreamingVideo"
StreamingVideo
"Opaque"
Opaque
"MissionOpaqueXML"
MissionOpaqueXML

Schema
, SchemaArgs

ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string | Pulumi.AzureNative.AzureDataTransfer.SchemaDirection
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string | Pulumi.AzureNative.AzureDataTransfer.SchemaType
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string | Pulumi.AzureNative.AzureDataTransfer.SchemaStatus
Status of the schema
ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string | SchemaDirection
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string | SchemaType
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string | SchemaStatus
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String | SchemaDirection
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String | SchemaType
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String | SchemaStatus
Status of the schema
connectionId string
Connection ID associated with this schema
content string
Content of the schema
direction string | SchemaDirection
The direction of the schema.
id string
ID associated with this schema
name string
Name of the schema
schemaType string | SchemaType
The Schema Type
schemaUri string
Uri containing SAS token for the zipped schema
status string | SchemaStatus
Status of the schema
connection_id str
Connection ID associated with this schema
content str
Content of the schema
direction str | SchemaDirection
The direction of the schema.
id str
ID associated with this schema
name str
Name of the schema
schema_type str | SchemaType
The Schema Type
schema_uri str
Uri containing SAS token for the zipped schema
status str | SchemaStatus
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String | "Send" | "Receive"
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String | "Xsd" | "Zip"
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String | "New" | "Approved"
Status of the schema

SchemaDirection
, SchemaDirectionArgs

Send
Send
Receive
Receive
SchemaDirectionSend
Send
SchemaDirectionReceive
Receive
Send
Send
Receive
Receive
Send
Send
Receive
Receive
SEND
Send
RECEIVE
Receive
"Send"
Send
"Receive"
Receive

SchemaResponse
, SchemaResponseArgs

ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string
Status of the schema
ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String
Status of the schema
connectionId string
Connection ID associated with this schema
content string
Content of the schema
direction string
The direction of the schema.
id string
ID associated with this schema
name string
Name of the schema
schemaType string
The Schema Type
schemaUri string
Uri containing SAS token for the zipped schema
status string
Status of the schema
connection_id str
Connection ID associated with this schema
content str
Content of the schema
direction str
The direction of the schema.
id str
ID associated with this schema
name str
Name of the schema
schema_type str
The Schema Type
schema_uri str
Uri containing SAS token for the zipped schema
status str
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String
Status of the schema

SchemaStatus
, SchemaStatusArgs

New
New
Approved
Approved
SchemaStatusNew
New
SchemaStatusApproved
Approved
New
New
Approved
Approved
New
New
Approved
Approved
NEW
New
APPROVED
Approved
"New"
New
"Approved"
Approved

SchemaType
, SchemaTypeArgs

Xsd
Xsd
Zip
Zip
SchemaTypeXsd
Xsd
SchemaTypeZip
Zip
Xsd
Xsd
Zip
Zip
Xsd
Xsd
Zip
Zip
XSD
Xsd
ZIP
Zip
"Xsd"
Xsd
"Zip"
Zip

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:azuredatatransfer:Connection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/connections/{connectionName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi