azure-native-v2.azuredatatransfer.Flow
Explore with Pulumi AI
The flow resource definition. Azure REST API version: 2023-10-11-preview.
Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27.
Create Flow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Flow(name: string, args: FlowArgs, opts?: CustomResourceOptions);
@overload
def Flow(resource_name: str,
args: FlowArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Flow(resource_name: str,
opts: Optional[ResourceOptions] = None,
connection_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
flow_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
plan: Optional[PlanArgs] = None,
properties: Optional[FlowPropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewFlow(ctx *Context, name string, args FlowArgs, opts ...ResourceOption) (*Flow, error)
public Flow(string name, FlowArgs args, CustomResourceOptions? opts = null)
type: azure-native:azuredatatransfer:Flow
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. FlowArgs - 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. FlowArgs - 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. FlowArgs - 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. FlowArgs - 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. FlowArgs - 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 flowResource = new AzureNative.Azuredatatransfer.Flow("flowResource", new()
{
ConnectionName = "string",
ResourceGroupName = "string",
FlowName = "string",
Identity =
{
{ "type", "string" },
{ "userAssignedIdentities", new[]
{
"string",
} },
},
Location = "string",
Plan =
{
{ "name", "string" },
{ "product", "string" },
{ "publisher", "string" },
{ "promotionCode", "string" },
{ "version", "string" },
},
Properties =
{
{ "connection",
{
{ "id", "string" },
{ "location", "string" },
{ "name", "string" },
{ "subscriptionName", "string" },
} },
{ "dataType", "string" },
{ "flowType", "string" },
{ "keyVaultUri", "string" },
{ "policies", new[]
{
"string",
} },
{ "schema",
{
{ "connectionId", "string" },
{ "content", "string" },
{ "id", "string" },
{ "name", "string" },
{ "status", "string" },
} },
{ "serviceBusQueueId", "string" },
{ "status", "string" },
{ "storageAccountId", "string" },
{ "storageAccountName", "string" },
{ "storageContainerName", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := azuredatatransfer.NewFlow(ctx, "flowResource", &azuredatatransfer.FlowArgs{
ConnectionName: "string",
ResourceGroupName: "string",
FlowName: "string",
Identity: map[string]interface{}{
"type": "string",
"userAssignedIdentities": []string{
"string",
},
},
Location: "string",
Plan: map[string]interface{}{
"name": "string",
"product": "string",
"publisher": "string",
"promotionCode": "string",
"version": "string",
},
Properties: map[string]interface{}{
"connection": map[string]interface{}{
"id": "string",
"location": "string",
"name": "string",
"subscriptionName": "string",
},
"dataType": "string",
"flowType": "string",
"keyVaultUri": "string",
"policies": []string{
"string",
},
"schema": map[string]interface{}{
"connectionId": "string",
"content": "string",
"id": "string",
"name": "string",
"status": "string",
},
"serviceBusQueueId": "string",
"status": "string",
"storageAccountId": "string",
"storageAccountName": "string",
"storageContainerName": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var flowResource = new Flow("flowResource", FlowArgs.builder()
.connectionName("string")
.resourceGroupName("string")
.flowName("string")
.identity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.plan(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
flow_resource = azure_native.azuredatatransfer.Flow("flowResource",
connection_name=string,
resource_group_name=string,
flow_name=string,
identity={
type: string,
userAssignedIdentities: [string],
},
location=string,
plan={
name: string,
product: string,
publisher: string,
promotionCode: string,
version: string,
},
properties={
connection: {
id: string,
location: string,
name: string,
subscriptionName: string,
},
dataType: string,
flowType: string,
keyVaultUri: string,
policies: [string],
schema: {
connectionId: string,
content: string,
id: string,
name: string,
status: string,
},
serviceBusQueueId: string,
status: string,
storageAccountId: string,
storageAccountName: string,
storageContainerName: string,
},
tags={
string: string,
})
const flowResource = new azure_native.azuredatatransfer.Flow("flowResource", {
connectionName: "string",
resourceGroupName: "string",
flowName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
location: "string",
plan: {
name: "string",
product: "string",
publisher: "string",
promotionCode: "string",
version: "string",
},
properties: {
connection: {
id: "string",
location: "string",
name: "string",
subscriptionName: "string",
},
dataType: "string",
flowType: "string",
keyVaultUri: "string",
policies: ["string"],
schema: {
connectionId: "string",
content: "string",
id: "string",
name: "string",
status: "string",
},
serviceBusQueueId: "string",
status: "string",
storageAccountId: "string",
storageAccountName: "string",
storageContainerName: "string",
},
tags: {
string: "string",
},
});
type: azure-native:azuredatatransfer:Flow
properties:
connectionName: string
flowName: string
identity:
type: string
userAssignedIdentities:
- string
location: string
plan:
name: string
product: string
promotionCode: string
publisher: string
version: string
properties:
connection:
id: string
location: string
name: string
subscriptionName: string
dataType: string
flowType: string
keyVaultUri: string
policies:
- string
schema:
connectionId: string
content: string
id: string
name: string
status: string
serviceBusQueueId: string
status: string
storageAccountId: string
storageAccountName: string
storageContainerName: string
resourceGroupName: string
tags:
string: string
Flow 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 Flow resource accepts the following input properties:
- Connection
Name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Flow
Name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- Identity
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Managed Service Identity - The managed identity of the flow resource, if configured.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Plan
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Plan - Plan for the resource.
- Properties
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Flow Properties - Properties of flow
- Dictionary<string, string>
- Resource tags.
- Connection
Name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Flow
Name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- Identity
Managed
Service Identity Args - The managed identity of the flow resource, if configured.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Plan
Plan
Args - Plan for the resource.
- Properties
Flow
Properties Args - Properties of flow
- map[string]string
- Resource tags.
- connection
Name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- flow
Name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- identity
Managed
Service Identity - The managed identity of the flow resource, if configured.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- plan Plan
- Plan for the resource.
- properties
Flow
Properties - Properties of flow
- Map<String,String>
- Resource tags.
- connection
Name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- flow
Name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- identity
Managed
Service Identity - The managed identity of the flow resource, if configured.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- plan Plan
- Plan for the resource.
- properties
Flow
Properties - Properties of flow
- {[key: string]: string}
- Resource tags.
- connection_
name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- flow_
name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- identity
Managed
Service Identity Args - The managed identity of the flow resource, if configured.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- plan
Plan
Args - Plan for the resource.
- properties
Flow
Properties Args - Properties of flow
- Mapping[str, str]
- Resource tags.
- connection
Name This property is required. Changes to this property will trigger replacement.
- The name for the connection that is to be requested.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- flow
Name Changes to this property will trigger replacement.
- The name for the flow that is to be onboarded.
- identity Property Map
- The managed identity of the flow resource, if configured.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- plan Property Map
- Plan for the resource.
- properties Property Map
- Properties of flow
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Flow resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Azure Data Transfer. Outputs. System Data Response - 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"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - 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"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - 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"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - 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"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - 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"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data 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
DataType, DataTypeArgs
- Blob
- Blob
- Table
- Table
- Data
Type Blob - Blob
- Data
Type Table - Table
- Blob
- Blob
- Table
- Table
- Blob
- Blob
- Table
- Table
- BLOB
- Blob
- TABLE
- Table
- "Blob"
- Blob
- "Table"
- Table
FlowProperties, FlowPropertiesArgs
- Connection
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Selected Resource - The connection associated with this flow
- Data
Type string | Pulumi.Azure Native. Azure Data Transfer. Data Type - Transfer Storage Blobs or Tables
- Flow
Type string | Pulumi.Azure Native. Azure Data Transfer. Flow Type - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies List<string>
- The policies for this flow
- Schema
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Schema - The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status
string | Pulumi.
Azure Native. Azure Data Transfer. Flow Status - Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- Connection
Selected
Resource - The connection associated with this flow
- Data
Type string | DataType - Transfer Storage Blobs or Tables
- Flow
Type string | FlowType - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies []string
- The policies for this flow
- Schema Schema
- The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status
string | Flow
Status - Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- connection
Selected
Resource - The connection associated with this flow
- data
Type String | DataType - Transfer Storage Blobs or Tables
- flow
Type String | FlowType - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema Schema
- The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status
String | Flow
Status - Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
- connection
Selected
Resource - The connection associated with this flow
- data
Type string | DataType - Transfer Storage Blobs or Tables
- flow
Type string | FlowType - The flow type for this flow
- key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies string[]
- The policies for this flow
- schema Schema
- The selected schema for this flow
- service
Bus stringQueue Id - Service Bus Queue ID
- status
string | Flow
Status - Status of the current flow
- storage
Account stringId - Storage Account ID
- storage
Account stringName - Storage Account
- storage
Container stringName - Storage Container Name
- connection
Selected
Resource - The connection associated with this flow
- data_
type str | DataType - Transfer Storage Blobs or Tables
- flow_
type str | FlowType - The flow type for this flow
- key_
vault_ struri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies Sequence[str]
- The policies for this flow
- schema Schema
- The selected schema for this flow
- service_
bus_ strqueue_ id - Service Bus Queue ID
- status
str | Flow
Status - Status of the current flow
- storage_
account_ strid - Storage Account ID
- storage_
account_ strname - Storage Account
- storage_
container_ strname - Storage Container Name
- connection Property Map
- The connection associated with this flow
- data
Type String | "Blob" | "Table" - Transfer Storage Blobs or Tables
- flow
Type String | "Unknown" | "Complex" | "DevSec Ops" | "Messaging" | "Mission" | "Microsoft Internal" | "Basic Files" | "Data" - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema Property Map
- The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status String | "Enabled" | "Disabled"
- Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
FlowPropertiesResponse, FlowPropertiesResponseArgs
- Flow
Id This property is required. string - Dataflow GUID associated with this flow
- Link
Status This property is required. string - Link status of the current flow
- Linked
Flow Id This property is required. string - Resource ID of the linked flow
- Provisioning
State This property is required. string - Provisioning state of the flow
- Connection
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Selected Resource Response - The connection associated with this flow
- Data
Type string - Transfer Storage Blobs or Tables
- Flow
Type string - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies List<string>
- The policies for this flow
- Schema
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Schema Response - The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status string
- Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- Flow
Id This property is required. string - Dataflow GUID associated with this flow
- Link
Status This property is required. string - Link status of the current flow
- Linked
Flow Id This property is required. string - Resource ID of the linked flow
- Provisioning
State This property is required. string - Provisioning state of the flow
- Connection
Selected
Resource Response - The connection associated with this flow
- Data
Type string - Transfer Storage Blobs or Tables
- Flow
Type string - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies []string
- The policies for this flow
- Schema
Schema
Response - The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status string
- Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- flow
Id This property is required. String - Dataflow GUID associated with this flow
- link
Status This property is required. String - Link status of the current flow
- linked
Flow Id This property is required. String - Resource ID of the linked flow
- provisioning
State This property is required. String - Provisioning state of the flow
- connection
Selected
Resource Response - The connection associated with this flow
- data
Type String - Transfer Storage Blobs or Tables
- flow
Type String - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status String
- Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
- flow
Id This property is required. string - Dataflow GUID associated with this flow
- link
Status This property is required. string - Link status of the current flow
- linked
Flow Id This property is required. string - Resource ID of the linked flow
- provisioning
State This property is required. string - Provisioning state of the flow
- connection
Selected
Resource Response - The connection associated with this flow
- data
Type string - Transfer Storage Blobs or Tables
- flow
Type string - The flow type for this flow
- key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies string[]
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service
Bus stringQueue Id - Service Bus Queue ID
- status string
- Status of the current flow
- storage
Account stringId - Storage Account ID
- storage
Account stringName - Storage Account
- storage
Container stringName - Storage Container Name
- flow_
id This property is required. str - Dataflow GUID associated with this flow
- link_
status This property is required. str - Link status of the current flow
- linked_
flow_ id This property is required. str - Resource ID of the linked flow
- provisioning_
state This property is required. str - Provisioning state of the flow
- connection
Selected
Resource Response - The connection associated with this flow
- data_
type str - Transfer Storage Blobs or Tables
- flow_
type str - The flow type for this flow
- key_
vault_ struri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies Sequence[str]
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service_
bus_ strqueue_ id - Service Bus Queue ID
- status str
- Status of the current flow
- storage_
account_ strid - Storage Account ID
- storage_
account_ strname - Storage Account
- storage_
container_ strname - Storage Container Name
- flow
Id This property is required. String - Dataflow GUID associated with this flow
- link
Status This property is required. String - Link status of the current flow
- linked
Flow Id This property is required. String - Resource ID of the linked flow
- provisioning
State This property is required. String - Provisioning state of the flow
- connection Property Map
- The connection associated with this flow
- data
Type String - Transfer Storage Blobs or Tables
- flow
Type String - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema Property Map
- The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status String
- Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
FlowStatus, FlowStatusArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Flow
Status Enabled - Enabled
- Flow
Status Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
FlowType, FlowTypeArgs
- Unknown
- Unknown
- Complex
- Complex
- Dev
Sec Ops - DevSecOps
- Messaging
- Messaging
- Mission
- Mission
- Microsoft
Internal - MicrosoftInternal
- Basic
Files - BasicFiles
- Data
- Data
- Flow
Type Unknown - Unknown
- Flow
Type Complex - Complex
- Flow
Type Dev Sec Ops - DevSecOps
- Flow
Type Messaging - Messaging
- Flow
Type Mission - Mission
- Flow
Type Microsoft Internal - MicrosoftInternal
- Flow
Type Basic Files - BasicFiles
- Flow
Type Data - Data
- Unknown
- Unknown
- Complex
- Complex
- Dev
Sec Ops - DevSecOps
- Messaging
- Messaging
- Mission
- Mission
- Microsoft
Internal - MicrosoftInternal
- Basic
Files - BasicFiles
- Data
- Data
- Unknown
- Unknown
- Complex
- Complex
- Dev
Sec Ops - DevSecOps
- Messaging
- Messaging
- Mission
- Mission
- Microsoft
Internal - MicrosoftInternal
- Basic
Files - BasicFiles
- Data
- Data
- UNKNOWN
- Unknown
- COMPLEX
- Complex
- DEV_SEC_OPS
- DevSecOps
- MESSAGING
- Messaging
- MISSION
- Mission
- MICROSOFT_INTERNAL
- MicrosoftInternal
- BASIC_FILES
- BasicFiles
- DATA
- Data
- "Unknown"
- Unknown
- "Complex"
- Complex
- "Dev
Sec Ops" - DevSecOps
- "Messaging"
- Messaging
- "Mission"
- Mission
- "Microsoft
Internal" - MicrosoftInternal
- "Basic
Files" - BasicFiles
- "Data"
- Data
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Azure Data Transfer. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. str | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | "None" | "SystemAssigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Azure Data Transfer. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id This property is required. str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
Plan, PlanArgs
- Name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- Product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- Name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- Product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- name
This property is required. String - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. String - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. String - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
- name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version string
- The version of the desired product/artifact.
- name
This property is required. str - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. str - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. str - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion_
code str - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version str
- The version of the desired product/artifact.
- name
This property is required. String - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. String - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. String - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
PlanResponse, PlanResponseArgs
- Name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- Product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- Name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- Product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- Publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- Promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- Version string
- The version of the desired product/artifact.
- name
This property is required. String - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. String - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. String - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
- name
This property is required. string - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. string - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. string - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code string - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version string
- The version of the desired product/artifact.
- name
This property is required. str - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. str - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. str - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion_
code str - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version str
- The version of the desired product/artifact.
- name
This property is required. String - A user defined name of the 3rd Party Artifact that is being procured.
- product
This property is required. String - The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
- publisher
This property is required. String - The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
- promotion
Code String - A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
- version String
- The version of the desired product/artifact.
Schema, SchemaArgs
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status
string | Pulumi.
Azure Native. Azure Data Transfer. Schema Status - Status of the schema
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status
string | Schema
Status - Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status
String | Schema
Status - Status of the schema
- connection
Id string - Connection ID associated with this schema
- content string
- Content of the schema
- id string
- ID associated with this schema
- name string
- Name of the schema
- status
string | Schema
Status - Status of the schema
- connection_
id str - Connection ID associated with this schema
- content str
- Content of the schema
- id str
- ID associated with this schema
- name str
- Name of the schema
- status
str | Schema
Status - Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status String | "New" | "Approved"
- Status of the schema
SchemaResponse, SchemaResponseArgs
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status string
- Status of the schema
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status string
- Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status String
- Status of the schema
- connection
Id string - Connection ID associated with this schema
- content string
- Content of the schema
- id string
- ID associated with this schema
- name string
- Name of the schema
- status string
- Status of the schema
- connection_
id str - Connection ID associated with this schema
- content str
- Content of the schema
- id str
- ID associated with this schema
- name str
- Name of the schema
- status str
- Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status String
- Status of the schema
SchemaStatus, SchemaStatusArgs
- New
- New
- Approved
- Approved
- Schema
Status New - New
- Schema
Status Approved - Approved
- New
- New
- Approved
- Approved
- New
- New
- Approved
- Approved
- NEW
- New
- APPROVED
- Approved
- "New"
- New
- "Approved"
- Approved
SelectedResource, SelectedResourceArgs
- Id
This property is required. string - Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- Id
This property is required. string - Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- id
This property is required. String - Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
- id
This property is required. string - Id of the connection
- location string
- Location of the connection
- name string
- Name of the connection
- subscription
Name string - Name of the subscription with the connection
- id
This property is required. str - Id of the connection
- location str
- Location of the connection
- name str
- Name of the connection
- subscription_
name str - Name of the subscription with the connection
- id
This property is required. String - Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
SelectedResourceResponse, SelectedResourceResponseArgs
- Id
This property is required. string - Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- Id
This property is required. string - Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- id
This property is required. String - Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
- id
This property is required. string - Id of the connection
- location string
- Location of the connection
- name string
- Name of the connection
- subscription
Name string - Name of the subscription with the connection
- id
This property is required. str - Id of the connection
- location str
- Location of the connection
- name str
- Name of the connection
- subscription_
name str - Name of the subscription with the connection
- id
This property is required. String - Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:azuredatatransfer:Flow myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/connections/{connectionName}/flows/{flowName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0