@pulumi/azure-native 1.100.1 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/confidentialledger/v20230126preview/getLedger.d.ts +1 -5
- package/confidentialledger/v20230126preview/getLedger.js +1 -1
- package/confidentialledger/v20230126preview/ledger.d.ts +2 -11
- package/confidentialledger/v20230126preview/ledger.js +1 -3
- package/dbformysql/v20211201preview/server.js +4 -3
- package/dbformysql/v20220101/server.js +4 -3
- package/eventhub/v20221001preview/getSchemaRegistry.d.ts +2 -2
- package/eventhub/v20221001preview/getSchemaRegistry.js +2 -2
- package/hybridcloud/cloudConnection.d.ts +116 -0
- package/hybridcloud/cloudConnection.js +84 -0
- package/hybridcloud/cloudConnector.d.ts +100 -0
- package/hybridcloud/cloudConnector.js +80 -0
- package/hybridcloud/getCloudConnection.d.ts +87 -0
- package/hybridcloud/getCloudConnection.js +28 -0
- package/hybridcloud/getCloudConnector.d.ts +79 -0
- package/hybridcloud/getCloudConnector.js +28 -0
- package/hybridcloud/index.d.ts +15 -0
- package/hybridcloud/index.js +51 -0
- package/hybridcloud/v20230101preview/cloudConnection.d.ts +115 -0
- package/hybridcloud/v20230101preview/cloudConnection.js +83 -0
- package/hybridcloud/v20230101preview/cloudConnector.d.ts +99 -0
- package/hybridcloud/v20230101preview/cloudConnector.js +79 -0
- package/hybridcloud/v20230101preview/getCloudConnection.d.ts +85 -0
- package/hybridcloud/v20230101preview/getCloudConnection.js +26 -0
- package/hybridcloud/v20230101preview/getCloudConnector.d.ts +77 -0
- package/hybridcloud/v20230101preview/getCloudConnector.js +26 -0
- package/hybridcloud/v20230101preview/index.d.ts +13 -0
- package/hybridcloud/v20230101preview/index.js +48 -0
- package/hybridcompute/index.d.ts +2 -1
- package/hybridcompute/index.js +4 -2
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20190318preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machineExtension.js +2 -2
- package/hybridcompute/v20191212/machine.js +2 -2
- package/hybridcompute/v20191212/machineExtension.js +2 -2
- package/hybridcompute/v20200730preview/machine.js +2 -2
- package/hybridcompute/v20200730preview/machineExtension.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200802/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210128preview/machine.js +2 -2
- package/hybridcompute/v20210128preview/machineExtension.js +2 -2
- package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210325preview/machine.js +2 -2
- package/hybridcompute/v20210325preview/machineExtension.js +2 -2
- package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210422preview/machine.js +2 -2
- package/hybridcompute/v20210422preview/machineExtension.js +2 -2
- package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210517preview/machine.js +2 -2
- package/hybridcompute/v20210517preview/machineExtension.js +2 -2
- package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210520/machine.js +2 -2
- package/hybridcompute/v20210520/machineExtension.js +2 -2
- package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210520/privateLinkScope.js +2 -2
- package/hybridcompute/v20210610preview/machine.js +2 -2
- package/hybridcompute/v20210610preview/machineExtension.js +2 -2
- package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20211210preview/machine.js +2 -2
- package/hybridcompute/v20211210preview/machineExtension.js +2 -2
- package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220310/machine.js +2 -2
- package/hybridcompute/v20220310/machineExtension.js +2 -2
- package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220310/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20220510preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220510preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220811preview/machine.js +2 -2
- package/hybridcompute/v20220811preview/machineExtension.js +2 -2
- package/hybridcompute/v20220811preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220811preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20221110/machine.js +2 -2
- package/hybridcompute/v20221110/machineExtension.js +2 -2
- package/hybridcompute/v20221110/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221110/privateLinkScope.js +2 -2
- package/hybridcompute/v20221227/getMachine.d.ts +191 -0
- package/hybridcompute/v20221227/getMachine.js +27 -0
- package/hybridcompute/v20221227/getMachineExtension.d.ts +105 -0
- package/hybridcompute/v20221227/getMachineExtension.js +27 -0
- package/hybridcompute/v20221227/getPrivateEndpointConnection.d.ts +63 -0
- package/hybridcompute/v20221227/getPrivateEndpointConnection.js +27 -0
- package/hybridcompute/v20221227/getPrivateLinkScope.d.ts +65 -0
- package/hybridcompute/v20221227/getPrivateLinkScope.js +26 -0
- package/hybridcompute/v20221227/index.d.ts +25 -0
- package/hybridcompute/v20221227/index.js +62 -0
- package/hybridcompute/v20221227/machine.d.ts +245 -0
- package/hybridcompute/v20221227/machine.js +131 -0
- package/hybridcompute/v20221227/machineExtension.d.ts +151 -0
- package/hybridcompute/v20221227/machineExtension.js +93 -0
- package/hybridcompute/v20221227/privateEndpointConnection.d.ts +67 -0
- package/hybridcompute/v20221227/privateEndpointConnection.js +73 -0
- package/hybridcompute/v20221227/privateLinkScope.d.ts +83 -0
- package/hybridcompute/v20221227/privateLinkScope.js +73 -0
- package/hybridcompute/v20221227preview/machine.js +2 -2
- package/hybridcompute/v20221227preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227preview/privateLinkScope.js +2 -2
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/monitor/azureMonitorWorkspace.js +2 -2
- package/monitor/index.d.ts +2 -1
- package/monitor/index.js +4 -2
- package/monitor/v20210603preview/azureMonitorWorkspace.js +2 -2
- package/monitor/v20230403/azureMonitorWorkspace.d.ts +102 -0
- package/monitor/v20230403/azureMonitorWorkspace.js +85 -0
- package/monitor/v20230403/getAzureMonitorWorkspace.d.ts +89 -0
- package/monitor/v20230403/getAzureMonitorWorkspace.js +26 -0
- package/monitor/v20230403/index.d.ts +6 -0
- package/monitor/v20230403/index.js +25 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/datafactory/index.d.ts +2 -10
- package/types/enums/datafactory/index.js +3 -7
- package/types/enums/datafactory/v20180601/index.d.ts +2 -10
- package/types/enums/datafactory/v20180601/index.js +3 -7
- package/types/enums/dbformysql/v20211201preview/index.d.ts +1 -1
- package/types/enums/dbformysql/v20220101/index.d.ts +1 -1
- package/types/enums/dbforpostgresql/v20221201/index.d.ts +0 -1
- package/types/enums/dbforpostgresql/v20221201/index.js +1 -2
- package/types/enums/hybridcloud/index.d.ts +9 -0
- package/types/enums/hybridcloud/index.js +12 -0
- package/types/enums/hybridcloud/v20230101preview/index.d.ts +7 -0
- package/types/enums/hybridcloud/v20230101preview/index.js +9 -0
- package/types/enums/hybridcompute/index.d.ts +2 -1
- package/types/enums/hybridcompute/index.js +4 -2
- package/types/enums/hybridcompute/v20221227/index.d.ts +48 -0
- package/types/enums/hybridcompute/v20221227/index.js +34 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/recoveryservices/v20230101/index.d.ts +9 -0
- package/types/enums/recoveryservices/v20230101/index.js +7 -2
- package/types/enums/recoveryservices/v20230201/index.d.ts +9 -0
- package/types/enums/recoveryservices/v20230201/index.js +7 -2
- package/types/input.d.ts +888 -570
- package/types/input.js +39 -1
- package/types/output.d.ts +1526 -770
- package/types/output.js +39 -1
package/types/input.d.ts
CHANGED
|
@@ -115836,6 +115836,10 @@ export declare namespace confidentialledger {
|
|
|
115836
115836
|
* Type of Confidential Ledger
|
|
115837
115837
|
*/
|
|
115838
115838
|
ledgerType?: pulumi.Input<string | enums.confidentialledger.v20230126preview.LedgerType>;
|
|
115839
|
+
/**
|
|
115840
|
+
* Object representing RunningState for Ledger.
|
|
115841
|
+
*/
|
|
115842
|
+
runningState?: pulumi.Input<string | enums.confidentialledger.v20230126preview.RunningState>;
|
|
115839
115843
|
}
|
|
115840
115844
|
/**
|
|
115841
115845
|
* Additional Managed CCF properties.
|
|
@@ -124493,6 +124497,10 @@ export declare namespace containerinstance {
|
|
|
124493
124497
|
* The resource requirements of the container instance.
|
|
124494
124498
|
*/
|
|
124495
124499
|
resources: pulumi.Input<inputs.containerinstance.v20221001preview.ResourceRequirementsArgs>;
|
|
124500
|
+
/**
|
|
124501
|
+
* The container security properties.
|
|
124502
|
+
*/
|
|
124503
|
+
securityContext?: pulumi.Input<inputs.containerinstance.v20221001preview.SecurityContextDefinitionArgs>;
|
|
124496
124504
|
/**
|
|
124497
124505
|
* The volume mounts available to the container instance.
|
|
124498
124506
|
*/
|
|
@@ -124779,6 +124787,10 @@ export declare namespace containerinstance {
|
|
|
124779
124787
|
* The name for the init container.
|
|
124780
124788
|
*/
|
|
124781
124789
|
name: pulumi.Input<string>;
|
|
124790
|
+
/**
|
|
124791
|
+
* The container security properties.
|
|
124792
|
+
*/
|
|
124793
|
+
securityContext?: pulumi.Input<inputs.containerinstance.v20221001preview.SecurityContextDefinitionArgs>;
|
|
124782
124794
|
/**
|
|
124783
124795
|
* The volume mounts available to the init container.
|
|
124784
124796
|
*/
|
|
@@ -124900,6 +124912,48 @@ export declare namespace containerinstance {
|
|
|
124900
124912
|
*/
|
|
124901
124913
|
requests: pulumi.Input<inputs.containerinstance.v20221001preview.ResourceRequestsArgs>;
|
|
124902
124914
|
}
|
|
124915
|
+
/**
|
|
124916
|
+
* The capabilities to add or drop from a container.
|
|
124917
|
+
*/
|
|
124918
|
+
interface SecurityContextCapabilitiesDefinitionArgs {
|
|
124919
|
+
/**
|
|
124920
|
+
* The capabilities to add to the container.
|
|
124921
|
+
*/
|
|
124922
|
+
add?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124923
|
+
/**
|
|
124924
|
+
* The capabilities to drop from the container.
|
|
124925
|
+
*/
|
|
124926
|
+
drop?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124927
|
+
}
|
|
124928
|
+
/**
|
|
124929
|
+
* The security context for the container.
|
|
124930
|
+
*/
|
|
124931
|
+
interface SecurityContextDefinitionArgs {
|
|
124932
|
+
/**
|
|
124933
|
+
* A boolean value indicating whether the init process can elevate its privileges
|
|
124934
|
+
*/
|
|
124935
|
+
allowPrivilegeEscalation?: pulumi.Input<boolean>;
|
|
124936
|
+
/**
|
|
124937
|
+
* The capabilities to add or drop from a container.
|
|
124938
|
+
*/
|
|
124939
|
+
capabilities?: pulumi.Input<inputs.containerinstance.v20221001preview.SecurityContextCapabilitiesDefinitionArgs>;
|
|
124940
|
+
/**
|
|
124941
|
+
* The flag to determine if the container permissions is elevated to Privileged.
|
|
124942
|
+
*/
|
|
124943
|
+
privileged?: pulumi.Input<boolean>;
|
|
124944
|
+
/**
|
|
124945
|
+
* Sets the User GID for the container.
|
|
124946
|
+
*/
|
|
124947
|
+
runAsGroup?: pulumi.Input<number>;
|
|
124948
|
+
/**
|
|
124949
|
+
* Sets the User UID for the container.
|
|
124950
|
+
*/
|
|
124951
|
+
runAsUser?: pulumi.Input<number>;
|
|
124952
|
+
/**
|
|
124953
|
+
* a base64 encoded string containing the contents of the JSON in the seccomp profile
|
|
124954
|
+
*/
|
|
124955
|
+
seccompProfile?: pulumi.Input<string>;
|
|
124956
|
+
}
|
|
124903
124957
|
/**
|
|
124904
124958
|
* The properties of the volume.
|
|
124905
124959
|
*/
|
|
@@ -195991,9 +196045,9 @@ export declare namespace datafactory {
|
|
|
195991
196045
|
*/
|
|
195992
196046
|
description?: pulumi.Input<string>;
|
|
195993
196047
|
/**
|
|
195994
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196048
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
195995
196049
|
*/
|
|
195996
|
-
encryptedCredential?:
|
|
196050
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
195997
196051
|
/**
|
|
195998
196052
|
* The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)
|
|
195999
196053
|
*/
|
|
@@ -196141,9 +196195,9 @@ export declare namespace datafactory {
|
|
|
196141
196195
|
*/
|
|
196142
196196
|
description?: pulumi.Input<string>;
|
|
196143
196197
|
/**
|
|
196144
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196198
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
196145
196199
|
*/
|
|
196146
|
-
encryptedCredential?:
|
|
196200
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
196147
196201
|
/**
|
|
196148
196202
|
* Parameters for linked service.
|
|
196149
196203
|
*/
|
|
@@ -196296,9 +196350,9 @@ export declare namespace datafactory {
|
|
|
196296
196350
|
*/
|
|
196297
196351
|
description?: pulumi.Input<string>;
|
|
196298
196352
|
/**
|
|
196299
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196353
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
196300
196354
|
*/
|
|
196301
|
-
encryptedCredential?:
|
|
196355
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
196302
196356
|
/**
|
|
196303
196357
|
* Parameters for linked service.
|
|
196304
196358
|
*/
|
|
@@ -196442,9 +196496,9 @@ export declare namespace datafactory {
|
|
|
196442
196496
|
*/
|
|
196443
196497
|
description?: pulumi.Input<string>;
|
|
196444
196498
|
/**
|
|
196445
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196499
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
196446
196500
|
*/
|
|
196447
|
-
encryptedCredential?:
|
|
196501
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
196448
196502
|
/**
|
|
196449
196503
|
* Parameters for linked service.
|
|
196450
196504
|
*/
|
|
@@ -196584,9 +196638,9 @@ export declare namespace datafactory {
|
|
|
196584
196638
|
*/
|
|
196585
196639
|
description?: pulumi.Input<string>;
|
|
196586
196640
|
/**
|
|
196587
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196641
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
196588
196642
|
*/
|
|
196589
|
-
encryptedCredential?:
|
|
196643
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
196590
196644
|
/**
|
|
196591
196645
|
* If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean (or Expression with resultType boolean).
|
|
196592
196646
|
*/
|
|
@@ -196650,9 +196704,9 @@ export declare namespace datafactory {
|
|
|
196650
196704
|
*/
|
|
196651
196705
|
disableMetricsCollection?: any;
|
|
196652
196706
|
/**
|
|
196653
|
-
* Indicates whether to enable partition discovery.
|
|
196707
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
196654
196708
|
*/
|
|
196655
|
-
enablePartitionDiscovery?:
|
|
196709
|
+
enablePartitionDiscovery?: any;
|
|
196656
196710
|
/**
|
|
196657
196711
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
196658
196712
|
*/
|
|
@@ -196792,9 +196846,9 @@ export declare namespace datafactory {
|
|
|
196792
196846
|
*/
|
|
196793
196847
|
description?: pulumi.Input<string>;
|
|
196794
196848
|
/**
|
|
196795
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
196849
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
196796
196850
|
*/
|
|
196797
|
-
encryptedCredential?:
|
|
196851
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
196798
196852
|
/**
|
|
196799
196853
|
* Parameters for linked service.
|
|
196800
196854
|
*/
|
|
@@ -196858,9 +196912,9 @@ export declare namespace datafactory {
|
|
|
196858
196912
|
*/
|
|
196859
196913
|
disableMetricsCollection?: any;
|
|
196860
196914
|
/**
|
|
196861
|
-
* Indicates whether to enable partition discovery.
|
|
196915
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
196862
196916
|
*/
|
|
196863
|
-
enablePartitionDiscovery?:
|
|
196917
|
+
enablePartitionDiscovery?: any;
|
|
196864
196918
|
/**
|
|
196865
196919
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
196866
196920
|
*/
|
|
@@ -196939,7 +196993,7 @@ export declare namespace datafactory {
|
|
|
196939
196993
|
*/
|
|
196940
196994
|
type: pulumi.Input<"AppFigures">;
|
|
196941
196995
|
/**
|
|
196942
|
-
* The username of the Appfigures source.
|
|
196996
|
+
* The username of the Appfigures source. Type: string (or Expression with resultType string).
|
|
196943
196997
|
*/
|
|
196944
196998
|
userName: any;
|
|
196945
196999
|
}
|
|
@@ -196969,7 +197023,7 @@ export declare namespace datafactory {
|
|
|
196969
197023
|
*/
|
|
196970
197024
|
userProperties?: pulumi.Input<pulumi.Input<inputs.datafactory.UserPropertyArgs>[]>;
|
|
196971
197025
|
/**
|
|
196972
|
-
* Value to be appended.
|
|
197026
|
+
* Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
|
|
196973
197027
|
*/
|
|
196974
197028
|
value?: any;
|
|
196975
197029
|
/**
|
|
@@ -196998,9 +197052,9 @@ export declare namespace datafactory {
|
|
|
196998
197052
|
*/
|
|
196999
197053
|
description?: pulumi.Input<string>;
|
|
197000
197054
|
/**
|
|
197001
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
197055
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
197002
197056
|
*/
|
|
197003
|
-
encryptedCredential?:
|
|
197057
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
197004
197058
|
/**
|
|
197005
197059
|
* Parameters for linked service.
|
|
197006
197060
|
*/
|
|
@@ -197229,9 +197283,9 @@ export declare namespace datafactory {
|
|
|
197229
197283
|
*/
|
|
197230
197284
|
description?: pulumi.Input<string>;
|
|
197231
197285
|
/**
|
|
197232
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
197286
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
197233
197287
|
*/
|
|
197234
|
-
encryptedCredential?:
|
|
197288
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
197235
197289
|
/**
|
|
197236
197290
|
* The Azure Storage linked service reference.
|
|
197237
197291
|
*/
|
|
@@ -197405,9 +197459,9 @@ export declare namespace datafactory {
|
|
|
197405
197459
|
*/
|
|
197406
197460
|
description?: pulumi.Input<string>;
|
|
197407
197461
|
/**
|
|
197408
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
197462
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
197409
197463
|
*/
|
|
197410
|
-
encryptedCredential?:
|
|
197464
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
197411
197465
|
/**
|
|
197412
197466
|
* Parameters for linked service.
|
|
197413
197467
|
*/
|
|
@@ -197645,7 +197699,7 @@ export declare namespace datafactory {
|
|
|
197645
197699
|
/**
|
|
197646
197700
|
* Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
|
|
197647
197701
|
*/
|
|
197648
|
-
accountKind?:
|
|
197702
|
+
accountKind?: any;
|
|
197649
197703
|
/**
|
|
197650
197704
|
* List of tags that can be used for describing the linked service.
|
|
197651
197705
|
*/
|
|
@@ -197679,7 +197733,7 @@ export declare namespace datafactory {
|
|
|
197679
197733
|
*/
|
|
197680
197734
|
description?: pulumi.Input<string>;
|
|
197681
197735
|
/**
|
|
197682
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
197736
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
197683
197737
|
*/
|
|
197684
197738
|
encryptedCredential?: pulumi.Input<string>;
|
|
197685
197739
|
/**
|
|
@@ -197699,7 +197753,7 @@ export declare namespace datafactory {
|
|
|
197699
197753
|
/**
|
|
197700
197754
|
* Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
197701
197755
|
*/
|
|
197702
|
-
serviceEndpoint?:
|
|
197756
|
+
serviceEndpoint?: any;
|
|
197703
197757
|
/**
|
|
197704
197758
|
* The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
|
|
197705
197759
|
*/
|
|
@@ -197753,9 +197807,9 @@ export declare namespace datafactory {
|
|
|
197753
197807
|
*/
|
|
197754
197808
|
disableMetricsCollection?: any;
|
|
197755
197809
|
/**
|
|
197756
|
-
* Indicates whether to enable partition discovery.
|
|
197810
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
197757
197811
|
*/
|
|
197758
|
-
enablePartitionDiscovery?:
|
|
197812
|
+
enablePartitionDiscovery?: any;
|
|
197759
197813
|
/**
|
|
197760
197814
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
197761
197815
|
*/
|
|
@@ -198075,9 +198129,9 @@ export declare namespace datafactory {
|
|
|
198075
198129
|
*/
|
|
198076
198130
|
description?: pulumi.Input<string>;
|
|
198077
198131
|
/**
|
|
198078
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
198132
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198079
198133
|
*/
|
|
198080
|
-
encryptedCredential?:
|
|
198134
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198081
198135
|
/**
|
|
198082
198136
|
* Parameters for linked service.
|
|
198083
198137
|
*/
|
|
@@ -198199,9 +198253,9 @@ export declare namespace datafactory {
|
|
|
198199
198253
|
*/
|
|
198200
198254
|
description?: pulumi.Input<string>;
|
|
198201
198255
|
/**
|
|
198202
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
198256
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198203
198257
|
*/
|
|
198204
|
-
encryptedCredential?:
|
|
198258
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198205
198259
|
/**
|
|
198206
198260
|
* Parameters for linked service.
|
|
198207
198261
|
*/
|
|
@@ -198529,9 +198583,9 @@ export declare namespace datafactory {
|
|
|
198529
198583
|
*/
|
|
198530
198584
|
domain: any;
|
|
198531
198585
|
/**
|
|
198532
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
198586
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198533
198587
|
*/
|
|
198534
|
-
encryptedCredential?:
|
|
198588
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198535
198589
|
/**
|
|
198536
198590
|
* Parameters for linked service.
|
|
198537
198591
|
*/
|
|
@@ -198657,9 +198711,9 @@ export declare namespace datafactory {
|
|
|
198657
198711
|
*/
|
|
198658
198712
|
domain: any;
|
|
198659
198713
|
/**
|
|
198660
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
198714
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198661
198715
|
*/
|
|
198662
|
-
encryptedCredential?:
|
|
198716
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198663
198717
|
/**
|
|
198664
198718
|
* The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string).
|
|
198665
198719
|
*/
|
|
@@ -198759,9 +198813,9 @@ export declare namespace datafactory {
|
|
|
198759
198813
|
*/
|
|
198760
198814
|
description?: pulumi.Input<string>;
|
|
198761
198815
|
/**
|
|
198762
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
198816
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198763
198817
|
*/
|
|
198764
|
-
encryptedCredential?:
|
|
198818
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198765
198819
|
/**
|
|
198766
198820
|
* The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).
|
|
198767
198821
|
*/
|
|
@@ -198833,9 +198887,9 @@ export declare namespace datafactory {
|
|
|
198833
198887
|
*/
|
|
198834
198888
|
disableMetricsCollection?: any;
|
|
198835
198889
|
/**
|
|
198836
|
-
* Indicates whether to enable partition discovery.
|
|
198890
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
198837
198891
|
*/
|
|
198838
|
-
enablePartitionDiscovery?:
|
|
198892
|
+
enablePartitionDiscovery?: any;
|
|
198839
198893
|
/**
|
|
198840
198894
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
198841
198895
|
*/
|
|
@@ -198975,9 +199029,9 @@ export declare namespace datafactory {
|
|
|
198975
199029
|
*/
|
|
198976
199030
|
description?: pulumi.Input<string>;
|
|
198977
199031
|
/**
|
|
198978
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199032
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
198979
199033
|
*/
|
|
198980
|
-
encryptedCredential?:
|
|
199034
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
198981
199035
|
/**
|
|
198982
199036
|
* The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net.
|
|
198983
199037
|
*/
|
|
@@ -199203,9 +199257,9 @@ export declare namespace datafactory {
|
|
|
199203
199257
|
*/
|
|
199204
199258
|
description?: pulumi.Input<string>;
|
|
199205
199259
|
/**
|
|
199206
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199260
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199207
199261
|
*/
|
|
199208
|
-
encryptedCredential?:
|
|
199262
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199209
199263
|
/**
|
|
199210
199264
|
* The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
|
|
199211
199265
|
*/
|
|
@@ -199255,9 +199309,9 @@ export declare namespace datafactory {
|
|
|
199255
199309
|
*/
|
|
199256
199310
|
description?: pulumi.Input<string>;
|
|
199257
199311
|
/**
|
|
199258
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199312
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199259
199313
|
*/
|
|
199260
|
-
encryptedCredential?:
|
|
199314
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199261
199315
|
/**
|
|
199262
199316
|
* Azure ML Service workspace name. Type: string (or Expression with resultType string).
|
|
199263
199317
|
*/
|
|
@@ -199374,9 +199428,9 @@ export declare namespace datafactory {
|
|
|
199374
199428
|
*/
|
|
199375
199429
|
description?: pulumi.Input<string>;
|
|
199376
199430
|
/**
|
|
199377
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199431
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199378
199432
|
*/
|
|
199379
|
-
encryptedCredential?:
|
|
199433
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199380
199434
|
/**
|
|
199381
199435
|
* Parameters for linked service.
|
|
199382
199436
|
*/
|
|
@@ -199496,9 +199550,9 @@ export declare namespace datafactory {
|
|
|
199496
199550
|
*/
|
|
199497
199551
|
description?: pulumi.Input<string>;
|
|
199498
199552
|
/**
|
|
199499
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199553
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199500
199554
|
*/
|
|
199501
|
-
encryptedCredential?:
|
|
199555
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199502
199556
|
/**
|
|
199503
199557
|
* Parameters for linked service.
|
|
199504
199558
|
*/
|
|
@@ -199660,9 +199714,9 @@ export declare namespace datafactory {
|
|
|
199660
199714
|
*/
|
|
199661
199715
|
description?: pulumi.Input<string>;
|
|
199662
199716
|
/**
|
|
199663
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199717
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199664
199718
|
*/
|
|
199665
|
-
encryptedCredential?:
|
|
199719
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199666
199720
|
/**
|
|
199667
199721
|
* Parameters for linked service.
|
|
199668
199722
|
*/
|
|
@@ -199936,9 +199990,9 @@ export declare namespace datafactory {
|
|
|
199936
199990
|
*/
|
|
199937
199991
|
description?: pulumi.Input<string>;
|
|
199938
199992
|
/**
|
|
199939
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
199993
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199940
199994
|
*/
|
|
199941
|
-
encryptedCredential?:
|
|
199995
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199942
199996
|
/**
|
|
199943
199997
|
* Admin Key for Azure Search service
|
|
199944
199998
|
*/
|
|
@@ -199988,9 +200042,9 @@ export declare namespace datafactory {
|
|
|
199988
200042
|
*/
|
|
199989
200043
|
description?: pulumi.Input<string>;
|
|
199990
200044
|
/**
|
|
199991
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
200045
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
199992
200046
|
*/
|
|
199993
|
-
encryptedCredential?:
|
|
200047
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
199994
200048
|
/**
|
|
199995
200049
|
* Parameters for linked service.
|
|
199996
200050
|
*/
|
|
@@ -200100,9 +200154,9 @@ export declare namespace datafactory {
|
|
|
200100
200154
|
*/
|
|
200101
200155
|
description?: pulumi.Input<string>;
|
|
200102
200156
|
/**
|
|
200103
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
200157
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
200104
200158
|
*/
|
|
200105
|
-
encryptedCredential?:
|
|
200159
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
200106
200160
|
/**
|
|
200107
200161
|
* Parameters for linked service.
|
|
200108
200162
|
*/
|
|
@@ -200164,9 +200218,9 @@ export declare namespace datafactory {
|
|
|
200164
200218
|
*/
|
|
200165
200219
|
description?: pulumi.Input<string>;
|
|
200166
200220
|
/**
|
|
200167
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
200221
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
200168
200222
|
*/
|
|
200169
|
-
encryptedCredential?:
|
|
200223
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
200170
200224
|
/**
|
|
200171
200225
|
* Parameters for linked service.
|
|
200172
200226
|
*/
|
|
@@ -200444,7 +200498,7 @@ export declare namespace datafactory {
|
|
|
200444
200498
|
*/
|
|
200445
200499
|
description?: pulumi.Input<string>;
|
|
200446
200500
|
/**
|
|
200447
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
200501
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
200448
200502
|
*/
|
|
200449
200503
|
encryptedCredential?: pulumi.Input<string>;
|
|
200450
200504
|
/**
|
|
@@ -200668,7 +200722,7 @@ export declare namespace datafactory {
|
|
|
200668
200722
|
*/
|
|
200669
200723
|
description?: pulumi.Input<string>;
|
|
200670
200724
|
/**
|
|
200671
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
200725
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
200672
200726
|
*/
|
|
200673
200727
|
encryptedCredential?: pulumi.Input<string>;
|
|
200674
200728
|
/**
|
|
@@ -201036,9 +201090,9 @@ export declare namespace datafactory {
|
|
|
201036
201090
|
*/
|
|
201037
201091
|
description?: pulumi.Input<string>;
|
|
201038
201092
|
/**
|
|
201039
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
201093
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
201040
201094
|
*/
|
|
201041
|
-
encryptedCredential?:
|
|
201095
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
201042
201096
|
/**
|
|
201043
201097
|
* Host name for connection. Type: string (or Expression with resultType string).
|
|
201044
201098
|
*/
|
|
@@ -201278,9 +201332,9 @@ export declare namespace datafactory {
|
|
|
201278
201332
|
*/
|
|
201279
201333
|
description?: pulumi.Input<string>;
|
|
201280
201334
|
/**
|
|
201281
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
201335
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
201282
201336
|
*/
|
|
201283
|
-
encryptedCredential?:
|
|
201337
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
201284
201338
|
/**
|
|
201285
201339
|
* The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
201286
201340
|
*/
|
|
@@ -201452,9 +201506,9 @@ export declare namespace datafactory {
|
|
|
201452
201506
|
*/
|
|
201453
201507
|
description?: pulumi.Input<string>;
|
|
201454
201508
|
/**
|
|
201455
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
201509
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
201456
201510
|
*/
|
|
201457
|
-
encryptedCredential?:
|
|
201511
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
201458
201512
|
/**
|
|
201459
201513
|
* Parameters for linked service.
|
|
201460
201514
|
*/
|
|
@@ -201748,7 +201802,7 @@ export declare namespace datafactory {
|
|
|
201748
201802
|
*/
|
|
201749
201803
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
201750
201804
|
/**
|
|
201751
|
-
* The connection mode used to access CosmosDB account. Type: string
|
|
201805
|
+
* The connection mode used to access CosmosDB account. Type: string.
|
|
201752
201806
|
*/
|
|
201753
201807
|
connectionMode?: pulumi.Input<string | enums.datafactory.CosmosDbConnectionMode>;
|
|
201754
201808
|
/**
|
|
@@ -201768,9 +201822,9 @@ export declare namespace datafactory {
|
|
|
201768
201822
|
*/
|
|
201769
201823
|
description?: pulumi.Input<string>;
|
|
201770
201824
|
/**
|
|
201771
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
201825
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
201772
201826
|
*/
|
|
201773
|
-
encryptedCredential?:
|
|
201827
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
201774
201828
|
/**
|
|
201775
201829
|
* Parameters for linked service.
|
|
201776
201830
|
*/
|
|
@@ -201782,9 +201836,9 @@ export declare namespace datafactory {
|
|
|
201782
201836
|
*/
|
|
201783
201837
|
servicePrincipalCredential?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
201784
201838
|
/**
|
|
201785
|
-
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string
|
|
201839
|
+
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string.
|
|
201786
201840
|
*/
|
|
201787
|
-
servicePrincipalCredentialType?:
|
|
201841
|
+
servicePrincipalCredentialType?: any;
|
|
201788
201842
|
/**
|
|
201789
201843
|
* The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
|
|
201790
201844
|
*/
|
|
@@ -202120,9 +202174,9 @@ export declare namespace datafactory {
|
|
|
202120
202174
|
*/
|
|
202121
202175
|
description?: pulumi.Input<string>;
|
|
202122
202176
|
/**
|
|
202123
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
202177
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
202124
202178
|
*/
|
|
202125
|
-
encryptedCredential?:
|
|
202179
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
202126
202180
|
/**
|
|
202127
202181
|
* Parameters for linked service.
|
|
202128
202182
|
*/
|
|
@@ -202820,9 +202874,9 @@ export declare namespace datafactory {
|
|
|
202820
202874
|
*/
|
|
202821
202875
|
description?: pulumi.Input<string>;
|
|
202822
202876
|
/**
|
|
202823
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
202877
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
202824
202878
|
*/
|
|
202825
|
-
encryptedCredential?:
|
|
202879
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
202826
202880
|
/**
|
|
202827
202881
|
* Parameters for linked service.
|
|
202828
202882
|
*/
|
|
@@ -202868,9 +202922,9 @@ export declare namespace datafactory {
|
|
|
202868
202922
|
*/
|
|
202869
202923
|
description?: pulumi.Input<string>;
|
|
202870
202924
|
/**
|
|
202871
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string
|
|
202925
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string.
|
|
202872
202926
|
*/
|
|
202873
|
-
encryptedCredential?:
|
|
202927
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
202874
202928
|
/**
|
|
202875
202929
|
* Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
|
|
202876
202930
|
*/
|
|
@@ -203413,9 +203467,9 @@ export declare namespace datafactory {
|
|
|
203413
203467
|
*/
|
|
203414
203468
|
description?: pulumi.Input<string>;
|
|
203415
203469
|
/**
|
|
203416
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
203470
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
203417
203471
|
*/
|
|
203418
|
-
encryptedCredential?:
|
|
203472
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
203419
203473
|
/**
|
|
203420
203474
|
* Parameters for linked service.
|
|
203421
203475
|
*/
|
|
@@ -203539,9 +203593,9 @@ export declare namespace datafactory {
|
|
|
203539
203593
|
*/
|
|
203540
203594
|
description?: pulumi.Input<string>;
|
|
203541
203595
|
/**
|
|
203542
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
203596
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
203543
203597
|
*/
|
|
203544
|
-
encryptedCredential?:
|
|
203598
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
203545
203599
|
/**
|
|
203546
203600
|
* Parameters for linked service.
|
|
203547
203601
|
*/
|
|
@@ -203725,9 +203779,9 @@ export declare namespace datafactory {
|
|
|
203725
203779
|
*/
|
|
203726
203780
|
description?: pulumi.Input<string>;
|
|
203727
203781
|
/**
|
|
203728
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
203782
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
203729
203783
|
*/
|
|
203730
|
-
encryptedCredential?:
|
|
203784
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
203731
203785
|
/**
|
|
203732
203786
|
* The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
203733
203787
|
*/
|
|
@@ -203929,9 +203983,9 @@ export declare namespace datafactory {
|
|
|
203929
203983
|
*/
|
|
203930
203984
|
description?: pulumi.Input<string>;
|
|
203931
203985
|
/**
|
|
203932
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
203986
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
203933
203987
|
*/
|
|
203934
|
-
encryptedCredential?:
|
|
203988
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
203935
203989
|
/**
|
|
203936
203990
|
* The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
203937
203991
|
*/
|
|
@@ -204077,9 +204131,9 @@ export declare namespace datafactory {
|
|
|
204077
204131
|
*/
|
|
204078
204132
|
description?: pulumi.Input<string>;
|
|
204079
204133
|
/**
|
|
204080
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
204134
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
204081
204135
|
*/
|
|
204082
|
-
encryptedCredential?:
|
|
204136
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
204083
204137
|
/**
|
|
204084
204138
|
* The endpoint of the Eloqua server. (i.e. eloqua.example.com)
|
|
204085
204139
|
*/
|
|
@@ -204853,9 +204907,9 @@ export declare namespace datafactory {
|
|
|
204853
204907
|
*/
|
|
204854
204908
|
description?: pulumi.Input<string>;
|
|
204855
204909
|
/**
|
|
204856
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
204910
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
204857
204911
|
*/
|
|
204858
|
-
encryptedCredential?:
|
|
204912
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
204859
204913
|
/**
|
|
204860
204914
|
* Host name of the server. Type: string (or Expression with resultType string).
|
|
204861
204915
|
*/
|
|
@@ -204911,9 +204965,9 @@ export declare namespace datafactory {
|
|
|
204911
204965
|
*/
|
|
204912
204966
|
disableMetricsCollection?: any;
|
|
204913
204967
|
/**
|
|
204914
|
-
* Indicates whether to enable partition discovery.
|
|
204968
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
204915
204969
|
*/
|
|
204916
|
-
enablePartitionDiscovery?:
|
|
204970
|
+
enablePartitionDiscovery?: any;
|
|
204917
204971
|
/**
|
|
204918
204972
|
* Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
|
|
204919
204973
|
*/
|
|
@@ -205253,9 +205307,9 @@ export declare namespace datafactory {
|
|
|
205253
205307
|
*/
|
|
205254
205308
|
disableMetricsCollection?: any;
|
|
205255
205309
|
/**
|
|
205256
|
-
* Indicates whether to enable partition discovery.
|
|
205310
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
205257
205311
|
*/
|
|
205258
|
-
enablePartitionDiscovery?:
|
|
205312
|
+
enablePartitionDiscovery?: any;
|
|
205259
205313
|
/**
|
|
205260
205314
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
205261
205315
|
*/
|
|
@@ -205278,9 +205332,9 @@ export declare namespace datafactory {
|
|
|
205278
205332
|
*/
|
|
205279
205333
|
type: pulumi.Input<"FtpReadSettings">;
|
|
205280
205334
|
/**
|
|
205281
|
-
* Specify whether to use binary transfer mode for FTP stores.
|
|
205335
|
+
* Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
|
|
205282
205336
|
*/
|
|
205283
|
-
useBinaryTransfer?:
|
|
205337
|
+
useBinaryTransfer?: any;
|
|
205284
205338
|
/**
|
|
205285
205339
|
* Ftp wildcardFileName. Type: string (or Expression with resultType string).
|
|
205286
205340
|
*/
|
|
@@ -205319,9 +205373,9 @@ export declare namespace datafactory {
|
|
|
205319
205373
|
*/
|
|
205320
205374
|
enableSsl?: any;
|
|
205321
205375
|
/**
|
|
205322
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
205376
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205323
205377
|
*/
|
|
205324
|
-
encryptedCredential?:
|
|
205378
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205325
205379
|
/**
|
|
205326
205380
|
* Host name of the FTP server. Type: string (or Expression with resultType string).
|
|
205327
205381
|
*/
|
|
@@ -205470,7 +205524,7 @@ export declare namespace datafactory {
|
|
|
205470
205524
|
*/
|
|
205471
205525
|
authenticationType?: pulumi.Input<string | enums.datafactory.GoogleAdWordsAuthenticationType>;
|
|
205472
205526
|
/**
|
|
205473
|
-
* The Client customer ID of the AdWords account that you want to fetch report data for.
|
|
205527
|
+
* The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).
|
|
205474
205528
|
*/
|
|
205475
205529
|
clientCustomerID?: any;
|
|
205476
205530
|
/**
|
|
@@ -205498,15 +205552,15 @@ export declare namespace datafactory {
|
|
|
205498
205552
|
*/
|
|
205499
205553
|
developerToken?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
205500
205554
|
/**
|
|
205501
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
205555
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
205502
205556
|
*/
|
|
205503
205557
|
email?: any;
|
|
205504
205558
|
/**
|
|
205505
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
205559
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205506
205560
|
*/
|
|
205507
|
-
encryptedCredential?:
|
|
205561
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205508
205562
|
/**
|
|
205509
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
205563
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
205510
205564
|
*/
|
|
205511
205565
|
keyFilePath?: any;
|
|
205512
205566
|
/**
|
|
@@ -205520,7 +205574,7 @@ export declare namespace datafactory {
|
|
|
205520
205574
|
*/
|
|
205521
205575
|
refreshToken?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
205522
205576
|
/**
|
|
205523
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
205577
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
205524
205578
|
*/
|
|
205525
205579
|
trustedCertPath?: any;
|
|
205526
205580
|
/**
|
|
@@ -205529,7 +205583,7 @@ export declare namespace datafactory {
|
|
|
205529
205583
|
*/
|
|
205530
205584
|
type: pulumi.Input<"GoogleAdWords">;
|
|
205531
205585
|
/**
|
|
205532
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
205586
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).
|
|
205533
205587
|
*/
|
|
205534
205588
|
useSystemTrustStore?: any;
|
|
205535
205589
|
}
|
|
@@ -205620,7 +205674,7 @@ export declare namespace datafactory {
|
|
|
205620
205674
|
*/
|
|
205621
205675
|
interface GoogleBigQueryLinkedServiceArgs {
|
|
205622
205676
|
/**
|
|
205623
|
-
* A comma-separated list of public BigQuery projects to access.
|
|
205677
|
+
* A comma-separated list of public BigQuery projects to access. Type: string (or Expression with resultType string).
|
|
205624
205678
|
*/
|
|
205625
205679
|
additionalProjects?: any;
|
|
205626
205680
|
/**
|
|
@@ -205648,15 +205702,15 @@ export declare namespace datafactory {
|
|
|
205648
205702
|
*/
|
|
205649
205703
|
description?: pulumi.Input<string>;
|
|
205650
205704
|
/**
|
|
205651
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
205705
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
205652
205706
|
*/
|
|
205653
205707
|
email?: any;
|
|
205654
205708
|
/**
|
|
205655
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
205709
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205656
205710
|
*/
|
|
205657
|
-
encryptedCredential?:
|
|
205711
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205658
205712
|
/**
|
|
205659
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
205713
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
205660
205714
|
*/
|
|
205661
205715
|
keyFilePath?: any;
|
|
205662
205716
|
/**
|
|
@@ -205666,7 +205720,7 @@ export declare namespace datafactory {
|
|
|
205666
205720
|
[key: string]: pulumi.Input<inputs.datafactory.ParameterSpecificationArgs>;
|
|
205667
205721
|
}>;
|
|
205668
205722
|
/**
|
|
205669
|
-
* The default BigQuery project to query against.
|
|
205723
|
+
* The default BigQuery project to query against. Type: string (or Expression with resultType string).
|
|
205670
205724
|
*/
|
|
205671
205725
|
project: any;
|
|
205672
205726
|
/**
|
|
@@ -205674,11 +205728,11 @@ export declare namespace datafactory {
|
|
|
205674
205728
|
*/
|
|
205675
205729
|
refreshToken?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
205676
205730
|
/**
|
|
205677
|
-
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.
|
|
205731
|
+
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false. Type: string (or Expression with resultType string).
|
|
205678
205732
|
*/
|
|
205679
205733
|
requestGoogleDriveScope?: any;
|
|
205680
205734
|
/**
|
|
205681
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
205735
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
205682
205736
|
*/
|
|
205683
205737
|
trustedCertPath?: any;
|
|
205684
205738
|
/**
|
|
@@ -205687,7 +205741,7 @@ export declare namespace datafactory {
|
|
|
205687
205741
|
*/
|
|
205688
205742
|
type: pulumi.Input<"GoogleBigQuery">;
|
|
205689
205743
|
/**
|
|
205690
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
205744
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.Type: boolean (or Expression with resultType boolean).
|
|
205691
205745
|
*/
|
|
205692
205746
|
useSystemTrustStore?: any;
|
|
205693
205747
|
}
|
|
@@ -205802,9 +205856,9 @@ export declare namespace datafactory {
|
|
|
205802
205856
|
*/
|
|
205803
205857
|
description?: pulumi.Input<string>;
|
|
205804
205858
|
/**
|
|
205805
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
205859
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205806
205860
|
*/
|
|
205807
|
-
encryptedCredential?:
|
|
205861
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205808
205862
|
/**
|
|
205809
205863
|
* Parameters for linked service.
|
|
205810
205864
|
*/
|
|
@@ -205864,9 +205918,9 @@ export declare namespace datafactory {
|
|
|
205864
205918
|
*/
|
|
205865
205919
|
disableMetricsCollection?: any;
|
|
205866
205920
|
/**
|
|
205867
|
-
* Indicates whether to enable partition discovery.
|
|
205921
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
205868
205922
|
*/
|
|
205869
|
-
enablePartitionDiscovery?:
|
|
205923
|
+
enablePartitionDiscovery?: any;
|
|
205870
205924
|
/**
|
|
205871
205925
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
205872
205926
|
*/
|
|
@@ -205930,9 +205984,9 @@ export declare namespace datafactory {
|
|
|
205930
205984
|
*/
|
|
205931
205985
|
description?: pulumi.Input<string>;
|
|
205932
205986
|
/**
|
|
205933
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
205987
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205934
205988
|
*/
|
|
205935
|
-
encryptedCredential?:
|
|
205989
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205936
205990
|
/**
|
|
205937
205991
|
* Parameters for linked service.
|
|
205938
205992
|
*/
|
|
@@ -205966,9 +206020,9 @@ export declare namespace datafactory {
|
|
|
205966
206020
|
*/
|
|
205967
206021
|
description?: pulumi.Input<string>;
|
|
205968
206022
|
/**
|
|
205969
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
206023
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
205970
206024
|
*/
|
|
205971
|
-
encryptedCredential?:
|
|
206025
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
205972
206026
|
/**
|
|
205973
206027
|
* Parameters for linked service.
|
|
205974
206028
|
*/
|
|
@@ -206104,9 +206158,9 @@ export declare namespace datafactory {
|
|
|
206104
206158
|
*/
|
|
206105
206159
|
enableSsl?: any;
|
|
206106
206160
|
/**
|
|
206107
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
206161
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
206108
206162
|
*/
|
|
206109
|
-
encryptedCredential?:
|
|
206163
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
206110
206164
|
/**
|
|
206111
206165
|
* The IP address or host name of the HBase server. (i.e. 192.168.222.160)
|
|
206112
206166
|
*/
|
|
@@ -206291,7 +206345,9 @@ export declare namespace datafactory {
|
|
|
206291
206345
|
/**
|
|
206292
206346
|
* User specified arguments under hivevar namespace.
|
|
206293
206347
|
*/
|
|
206294
|
-
variables?: pulumi.Input<
|
|
206348
|
+
variables?: pulumi.Input<{
|
|
206349
|
+
[key: string]: any;
|
|
206350
|
+
}>;
|
|
206295
206351
|
}
|
|
206296
206352
|
/**
|
|
206297
206353
|
* HDInsight linked service.
|
|
@@ -206314,9 +206370,9 @@ export declare namespace datafactory {
|
|
|
206314
206370
|
*/
|
|
206315
206371
|
description?: pulumi.Input<string>;
|
|
206316
206372
|
/**
|
|
206317
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
206373
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
206318
206374
|
*/
|
|
206319
|
-
encryptedCredential?:
|
|
206375
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
206320
206376
|
/**
|
|
206321
206377
|
* Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
|
|
206322
206378
|
*/
|
|
@@ -206486,9 +206542,9 @@ export declare namespace datafactory {
|
|
|
206486
206542
|
*/
|
|
206487
206543
|
description?: pulumi.Input<string>;
|
|
206488
206544
|
/**
|
|
206489
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
206545
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
206490
206546
|
*/
|
|
206491
|
-
encryptedCredential?:
|
|
206547
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
206492
206548
|
/**
|
|
206493
206549
|
* Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.
|
|
206494
206550
|
*/
|
|
@@ -206818,9 +206874,9 @@ export declare namespace datafactory {
|
|
|
206818
206874
|
*/
|
|
206819
206875
|
description?: pulumi.Input<string>;
|
|
206820
206876
|
/**
|
|
206821
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
206877
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
206822
206878
|
*/
|
|
206823
|
-
encryptedCredential?:
|
|
206879
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
206824
206880
|
/**
|
|
206825
206881
|
* Parameters for linked service.
|
|
206826
206882
|
*/
|
|
@@ -206880,9 +206936,9 @@ export declare namespace datafactory {
|
|
|
206880
206936
|
*/
|
|
206881
206937
|
distcpSettings?: pulumi.Input<inputs.datafactory.DistcpSettingsArgs>;
|
|
206882
206938
|
/**
|
|
206883
|
-
* Indicates whether to enable partition discovery.
|
|
206939
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
206884
206940
|
*/
|
|
206885
|
-
enablePartitionDiscovery?:
|
|
206941
|
+
enablePartitionDiscovery?: any;
|
|
206886
206942
|
/**
|
|
206887
206943
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
206888
206944
|
*/
|
|
@@ -206988,9 +207044,9 @@ export declare namespace datafactory {
|
|
|
206988
207044
|
*/
|
|
206989
207045
|
enableSsl?: any;
|
|
206990
207046
|
/**
|
|
206991
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
207047
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
206992
207048
|
*/
|
|
206993
|
-
encryptedCredential?:
|
|
207049
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
206994
207050
|
/**
|
|
206995
207051
|
* IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
|
|
206996
207052
|
*/
|
|
@@ -207240,9 +207296,9 @@ export declare namespace datafactory {
|
|
|
207240
207296
|
*/
|
|
207241
207297
|
enableServerCertificateValidation?: any;
|
|
207242
207298
|
/**
|
|
207243
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
207299
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
207244
207300
|
*/
|
|
207245
|
-
encryptedCredential?:
|
|
207301
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
207246
207302
|
/**
|
|
207247
207303
|
* Parameters for linked service.
|
|
207248
207304
|
*/
|
|
@@ -207268,9 +207324,13 @@ export declare namespace datafactory {
|
|
|
207268
207324
|
userName?: any;
|
|
207269
207325
|
}
|
|
207270
207326
|
/**
|
|
207271
|
-
*
|
|
207327
|
+
* Http read settings.
|
|
207272
207328
|
*/
|
|
207273
207329
|
interface HttpReadSettingsArgs {
|
|
207330
|
+
/**
|
|
207331
|
+
* Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
|
|
207332
|
+
*/
|
|
207333
|
+
additionalColumns?: any;
|
|
207274
207334
|
/**
|
|
207275
207335
|
* The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
|
|
207276
207336
|
*/
|
|
@@ -207279,18 +207339,10 @@ export declare namespace datafactory {
|
|
|
207279
207339
|
* If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
|
|
207280
207340
|
*/
|
|
207281
207341
|
disableMetricsCollection?: any;
|
|
207282
|
-
/**
|
|
207283
|
-
* Indicates whether to enable partition discovery.
|
|
207284
|
-
*/
|
|
207285
|
-
enablePartitionDiscovery?: pulumi.Input<boolean>;
|
|
207286
207342
|
/**
|
|
207287
207343
|
* The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
|
|
207288
207344
|
*/
|
|
207289
207345
|
maxConcurrentConnections?: any;
|
|
207290
|
-
/**
|
|
207291
|
-
* Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
|
|
207292
|
-
*/
|
|
207293
|
-
partitionRootPath?: any;
|
|
207294
207346
|
/**
|
|
207295
207347
|
* The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
|
|
207296
207348
|
*/
|
|
@@ -207300,7 +207352,7 @@ export declare namespace datafactory {
|
|
|
207300
207352
|
*/
|
|
207301
207353
|
requestMethod?: any;
|
|
207302
207354
|
/**
|
|
207303
|
-
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server.
|
|
207355
|
+
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
|
|
207304
207356
|
*/
|
|
207305
207357
|
requestTimeout?: any;
|
|
207306
207358
|
/**
|
|
@@ -207390,9 +207442,9 @@ export declare namespace datafactory {
|
|
|
207390
207442
|
*/
|
|
207391
207443
|
description?: pulumi.Input<string>;
|
|
207392
207444
|
/**
|
|
207393
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
207445
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
207394
207446
|
*/
|
|
207395
|
-
encryptedCredential?:
|
|
207447
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
207396
207448
|
/**
|
|
207397
207449
|
* Parameters for linked service.
|
|
207398
207450
|
*/
|
|
@@ -207574,9 +207626,9 @@ export declare namespace datafactory {
|
|
|
207574
207626
|
*/
|
|
207575
207627
|
enableSsl?: any;
|
|
207576
207628
|
/**
|
|
207577
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
207629
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
207578
207630
|
*/
|
|
207579
|
-
encryptedCredential?:
|
|
207631
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
207580
207632
|
/**
|
|
207581
207633
|
* The IP address or host name of the Impala server. (i.e. 192.168.222.160)
|
|
207582
207634
|
*/
|
|
@@ -207716,7 +207768,7 @@ export declare namespace datafactory {
|
|
|
207716
207768
|
*/
|
|
207717
207769
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
207718
207770
|
/**
|
|
207719
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
207771
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
207720
207772
|
*/
|
|
207721
207773
|
connectionString: any;
|
|
207722
207774
|
/**
|
|
@@ -207728,9 +207780,9 @@ export declare namespace datafactory {
|
|
|
207728
207780
|
*/
|
|
207729
207781
|
description?: pulumi.Input<string>;
|
|
207730
207782
|
/**
|
|
207731
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
207783
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
207732
207784
|
*/
|
|
207733
|
-
encryptedCredential?:
|
|
207785
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
207734
207786
|
/**
|
|
207735
207787
|
* Parameters for linked service.
|
|
207736
207788
|
*/
|
|
@@ -208101,9 +208153,9 @@ export declare namespace datafactory {
|
|
|
208101
208153
|
*/
|
|
208102
208154
|
description?: pulumi.Input<string>;
|
|
208103
208155
|
/**
|
|
208104
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
208156
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
208105
208157
|
*/
|
|
208106
|
-
encryptedCredential?:
|
|
208158
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
208107
208159
|
/**
|
|
208108
208160
|
* The IP address or host name of the Jira service. (e.g. jira.example.com)
|
|
208109
208161
|
*/
|
|
@@ -208593,9 +208645,9 @@ export declare namespace datafactory {
|
|
|
208593
208645
|
*/
|
|
208594
208646
|
description?: pulumi.Input<string>;
|
|
208595
208647
|
/**
|
|
208596
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
208648
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
208597
208649
|
*/
|
|
208598
|
-
encryptedCredential?:
|
|
208650
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
208599
208651
|
/**
|
|
208600
208652
|
* The URL of the Magento instance. (i.e. 192.168.222.110/magento3)
|
|
208601
208653
|
*/
|
|
@@ -208851,9 +208903,9 @@ export declare namespace datafactory {
|
|
|
208851
208903
|
*/
|
|
208852
208904
|
description?: pulumi.Input<string>;
|
|
208853
208905
|
/**
|
|
208854
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
208906
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
208855
208907
|
*/
|
|
208856
|
-
encryptedCredential?:
|
|
208908
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
208857
208909
|
/**
|
|
208858
208910
|
* Parameters for linked service.
|
|
208859
208911
|
*/
|
|
@@ -208977,9 +209029,9 @@ export declare namespace datafactory {
|
|
|
208977
209029
|
*/
|
|
208978
209030
|
description?: pulumi.Input<string>;
|
|
208979
209031
|
/**
|
|
208980
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
209032
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
208981
209033
|
*/
|
|
208982
|
-
encryptedCredential?:
|
|
209034
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
208983
209035
|
/**
|
|
208984
209036
|
* The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)
|
|
208985
209037
|
*/
|
|
@@ -209120,7 +209172,7 @@ export declare namespace datafactory {
|
|
|
209120
209172
|
*/
|
|
209121
209173
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
209122
209174
|
/**
|
|
209123
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
209175
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
209124
209176
|
*/
|
|
209125
209177
|
connectionString: any;
|
|
209126
209178
|
/**
|
|
@@ -209132,9 +209184,9 @@ export declare namespace datafactory {
|
|
|
209132
209184
|
*/
|
|
209133
209185
|
description?: pulumi.Input<string>;
|
|
209134
209186
|
/**
|
|
209135
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
209187
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
209136
209188
|
*/
|
|
209137
|
-
encryptedCredential?:
|
|
209189
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
209138
209190
|
/**
|
|
209139
209191
|
* Parameters for linked service.
|
|
209140
209192
|
*/
|
|
@@ -209537,9 +209589,9 @@ export declare namespace datafactory {
|
|
|
209537
209589
|
*/
|
|
209538
209590
|
enableSsl?: any;
|
|
209539
209591
|
/**
|
|
209540
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
209592
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
209541
209593
|
*/
|
|
209542
|
-
encryptedCredential?:
|
|
209594
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
209543
209595
|
/**
|
|
209544
209596
|
* Parameters for linked service.
|
|
209545
209597
|
*/
|
|
@@ -209801,7 +209853,7 @@ export declare namespace datafactory {
|
|
|
209801
209853
|
*/
|
|
209802
209854
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
209803
209855
|
/**
|
|
209804
|
-
* The connection string.
|
|
209856
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
209805
209857
|
*/
|
|
209806
209858
|
connectionString: any;
|
|
209807
209859
|
/**
|
|
@@ -209809,9 +209861,9 @@ export declare namespace datafactory {
|
|
|
209809
209861
|
*/
|
|
209810
209862
|
description?: pulumi.Input<string>;
|
|
209811
209863
|
/**
|
|
209812
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
209864
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
209813
209865
|
*/
|
|
209814
|
-
encryptedCredential?:
|
|
209866
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
209815
209867
|
/**
|
|
209816
209868
|
* Parameters for linked service.
|
|
209817
209869
|
*/
|
|
@@ -209931,9 +209983,9 @@ export declare namespace datafactory {
|
|
|
209931
209983
|
*/
|
|
209932
209984
|
description?: pulumi.Input<string>;
|
|
209933
209985
|
/**
|
|
209934
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
209986
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
209935
209987
|
*/
|
|
209936
|
-
encryptedCredential?:
|
|
209988
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
209937
209989
|
/**
|
|
209938
209990
|
* Parameters for linked service.
|
|
209939
209991
|
*/
|
|
@@ -210111,9 +210163,9 @@ export declare namespace datafactory {
|
|
|
210111
210163
|
*/
|
|
210112
210164
|
description?: pulumi.Input<string>;
|
|
210113
210165
|
/**
|
|
210114
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210166
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210115
210167
|
*/
|
|
210116
|
-
encryptedCredential?:
|
|
210168
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210117
210169
|
/**
|
|
210118
210170
|
* Parameters for linked service.
|
|
210119
210171
|
*/
|
|
@@ -210257,7 +210309,7 @@ export declare namespace datafactory {
|
|
|
210257
210309
|
*/
|
|
210258
210310
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
210259
210311
|
/**
|
|
210260
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
210312
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
210261
210313
|
*/
|
|
210262
210314
|
connectionString: any;
|
|
210263
210315
|
/**
|
|
@@ -210269,9 +210321,9 @@ export declare namespace datafactory {
|
|
|
210269
210321
|
*/
|
|
210270
210322
|
description?: pulumi.Input<string>;
|
|
210271
210323
|
/**
|
|
210272
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210324
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210273
210325
|
*/
|
|
210274
|
-
encryptedCredential?:
|
|
210326
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210275
210327
|
/**
|
|
210276
210328
|
* Parameters for linked service.
|
|
210277
210329
|
*/
|
|
@@ -210477,9 +210529,9 @@ export declare namespace datafactory {
|
|
|
210477
210529
|
*/
|
|
210478
210530
|
description?: pulumi.Input<string>;
|
|
210479
210531
|
/**
|
|
210480
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210532
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210481
210533
|
*/
|
|
210482
|
-
encryptedCredential?:
|
|
210534
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210483
210535
|
/**
|
|
210484
210536
|
* Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).
|
|
210485
210537
|
*/
|
|
@@ -210579,9 +210631,9 @@ export declare namespace datafactory {
|
|
|
210579
210631
|
*/
|
|
210580
210632
|
description?: pulumi.Input<string>;
|
|
210581
210633
|
/**
|
|
210582
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210634
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210583
210635
|
*/
|
|
210584
|
-
encryptedCredential?:
|
|
210636
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210585
210637
|
/**
|
|
210586
210638
|
* Parameters for linked service.
|
|
210587
210639
|
*/
|
|
@@ -210641,9 +210693,9 @@ export declare namespace datafactory {
|
|
|
210641
210693
|
*/
|
|
210642
210694
|
disableMetricsCollection?: any;
|
|
210643
210695
|
/**
|
|
210644
|
-
* Indicates whether to enable partition discovery.
|
|
210696
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
210645
210697
|
*/
|
|
210646
|
-
enablePartitionDiscovery?:
|
|
210698
|
+
enablePartitionDiscovery?: any;
|
|
210647
210699
|
/**
|
|
210648
210700
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
210649
210701
|
*/
|
|
@@ -210707,9 +210759,9 @@ export declare namespace datafactory {
|
|
|
210707
210759
|
*/
|
|
210708
210760
|
description?: pulumi.Input<string>;
|
|
210709
210761
|
/**
|
|
210710
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210762
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210711
210763
|
*/
|
|
210712
|
-
encryptedCredential?:
|
|
210764
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210713
210765
|
/**
|
|
210714
210766
|
* Parameters for linked service.
|
|
210715
210767
|
*/
|
|
@@ -210764,9 +210816,9 @@ export declare namespace datafactory {
|
|
|
210764
210816
|
*/
|
|
210765
210817
|
description?: pulumi.Input<string>;
|
|
210766
210818
|
/**
|
|
210767
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
210819
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
210768
210820
|
*/
|
|
210769
|
-
encryptedCredential?:
|
|
210821
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
210770
210822
|
/**
|
|
210771
210823
|
* The URL of the Oracle Service Cloud instance.
|
|
210772
210824
|
*/
|
|
@@ -211388,11 +211440,11 @@ export declare namespace datafactory {
|
|
|
211388
211440
|
*/
|
|
211389
211441
|
description?: pulumi.Input<string>;
|
|
211390
211442
|
/**
|
|
211391
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
211443
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
211392
211444
|
*/
|
|
211393
|
-
encryptedCredential?:
|
|
211445
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
211394
211446
|
/**
|
|
211395
|
-
* The URL
|
|
211447
|
+
* The URL of the PayPal instance. (i.e. api.sandbox.paypal.com)
|
|
211396
211448
|
*/
|
|
211397
211449
|
host: any;
|
|
211398
211450
|
/**
|
|
@@ -211534,9 +211586,9 @@ export declare namespace datafactory {
|
|
|
211534
211586
|
*/
|
|
211535
211587
|
enableSsl?: any;
|
|
211536
211588
|
/**
|
|
211537
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
211589
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
211538
211590
|
*/
|
|
211539
|
-
encryptedCredential?:
|
|
211591
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
211540
211592
|
/**
|
|
211541
211593
|
* The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)
|
|
211542
211594
|
*/
|
|
@@ -211750,7 +211802,7 @@ export declare namespace datafactory {
|
|
|
211750
211802
|
*/
|
|
211751
211803
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
211752
211804
|
/**
|
|
211753
|
-
* The connection string.
|
|
211805
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
211754
211806
|
*/
|
|
211755
211807
|
connectionString: any;
|
|
211756
211808
|
/**
|
|
@@ -211758,9 +211810,9 @@ export declare namespace datafactory {
|
|
|
211758
211810
|
*/
|
|
211759
211811
|
description?: pulumi.Input<string>;
|
|
211760
211812
|
/**
|
|
211761
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
211813
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
211762
211814
|
*/
|
|
211763
|
-
encryptedCredential?:
|
|
211815
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
211764
211816
|
/**
|
|
211765
211817
|
* Parameters for linked service.
|
|
211766
211818
|
*/
|
|
@@ -211983,9 +212035,9 @@ export declare namespace datafactory {
|
|
|
211983
212035
|
*/
|
|
211984
212036
|
enableSsl?: any;
|
|
211985
212037
|
/**
|
|
211986
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
212038
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
211987
212039
|
*/
|
|
211988
|
-
encryptedCredential?:
|
|
212040
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
211989
212041
|
/**
|
|
211990
212042
|
* The IP address or host name of the Presto server. (i.e. 192.168.222.160)
|
|
211991
212043
|
*/
|
|
@@ -212205,9 +212257,9 @@ export declare namespace datafactory {
|
|
|
212205
212257
|
*/
|
|
212206
212258
|
description?: pulumi.Input<string>;
|
|
212207
212259
|
/**
|
|
212208
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
212260
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
212209
212261
|
*/
|
|
212210
|
-
encryptedCredential?:
|
|
212262
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
212211
212263
|
/**
|
|
212212
212264
|
* The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)
|
|
212213
212265
|
*/
|
|
@@ -212327,9 +212379,9 @@ export declare namespace datafactory {
|
|
|
212327
212379
|
*/
|
|
212328
212380
|
description?: pulumi.Input<string>;
|
|
212329
212381
|
/**
|
|
212330
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
212382
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
212331
212383
|
*/
|
|
212332
|
-
encryptedCredential?:
|
|
212384
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
212333
212385
|
/**
|
|
212334
212386
|
* Parameters for linked service.
|
|
212335
212387
|
*/
|
|
@@ -212551,9 +212603,9 @@ export declare namespace datafactory {
|
|
|
212551
212603
|
*/
|
|
212552
212604
|
description?: pulumi.Input<string>;
|
|
212553
212605
|
/**
|
|
212554
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
212606
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
212555
212607
|
*/
|
|
212556
|
-
encryptedCredential?:
|
|
212608
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
212557
212609
|
/**
|
|
212558
212610
|
* The endpoint of the Responsys server.
|
|
212559
212611
|
*/
|
|
@@ -212669,9 +212721,11 @@ export declare namespace datafactory {
|
|
|
212669
212721
|
*/
|
|
212670
212722
|
interface RestResourceDatasetArgs {
|
|
212671
212723
|
/**
|
|
212672
|
-
* The additional HTTP headers in the request to the RESTful API.
|
|
212724
|
+
* The additional HTTP headers in the request to the RESTful API.
|
|
212673
212725
|
*/
|
|
212674
|
-
additionalHeaders?:
|
|
212726
|
+
additionalHeaders?: pulumi.Input<{
|
|
212727
|
+
[key: string]: any;
|
|
212728
|
+
}>;
|
|
212675
212729
|
/**
|
|
212676
212730
|
* List of tags that can be used for describing the Dataset.
|
|
212677
212731
|
*/
|
|
@@ -212689,9 +212743,11 @@ export declare namespace datafactory {
|
|
|
212689
212743
|
*/
|
|
212690
212744
|
linkedServiceName: pulumi.Input<inputs.datafactory.LinkedServiceReferenceArgs>;
|
|
212691
212745
|
/**
|
|
212692
|
-
* The pagination rules to compose next page requests.
|
|
212746
|
+
* The pagination rules to compose next page requests.
|
|
212693
212747
|
*/
|
|
212694
|
-
paginationRules?:
|
|
212748
|
+
paginationRules?: pulumi.Input<{
|
|
212749
|
+
[key: string]: any;
|
|
212750
|
+
}>;
|
|
212695
212751
|
/**
|
|
212696
212752
|
* Parameters for dataset.
|
|
212697
212753
|
*/
|
|
@@ -212729,7 +212785,7 @@ export declare namespace datafactory {
|
|
|
212729
212785
|
*/
|
|
212730
212786
|
interface RestServiceLinkedServiceArgs {
|
|
212731
212787
|
/**
|
|
212732
|
-
* The resource you are requesting authorization to use.
|
|
212788
|
+
* The resource you are requesting authorization to use. Type: string (or Expression with resultType string).
|
|
212733
212789
|
*/
|
|
212734
212790
|
aadResourceId?: any;
|
|
212735
212791
|
/**
|
|
@@ -212773,9 +212829,9 @@ export declare namespace datafactory {
|
|
|
212773
212829
|
*/
|
|
212774
212830
|
enableServerCertificateValidation?: any;
|
|
212775
212831
|
/**
|
|
212776
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
212832
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
212777
212833
|
*/
|
|
212778
|
-
encryptedCredential?:
|
|
212834
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
212779
212835
|
/**
|
|
212780
212836
|
* Parameters for linked service.
|
|
212781
212837
|
*/
|
|
@@ -212795,7 +212851,7 @@ export declare namespace datafactory {
|
|
|
212795
212851
|
*/
|
|
212796
212852
|
scope?: any;
|
|
212797
212853
|
/**
|
|
212798
|
-
* The application's client ID used in AadServicePrincipal authentication type.
|
|
212854
|
+
* The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
212799
212855
|
*/
|
|
212800
212856
|
servicePrincipalId?: any;
|
|
212801
212857
|
/**
|
|
@@ -212803,7 +212859,7 @@ export declare namespace datafactory {
|
|
|
212803
212859
|
*/
|
|
212804
212860
|
servicePrincipalKey?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
212805
212861
|
/**
|
|
212806
|
-
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
|
|
212862
|
+
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
212807
212863
|
*/
|
|
212808
212864
|
tenant?: any;
|
|
212809
212865
|
/**
|
|
@@ -212816,11 +212872,11 @@ export declare namespace datafactory {
|
|
|
212816
212872
|
*/
|
|
212817
212873
|
type: pulumi.Input<"RestService">;
|
|
212818
212874
|
/**
|
|
212819
|
-
* The base URL of the REST service.
|
|
212875
|
+
* The base URL of the REST service. Type: string (or Expression with resultType string).
|
|
212820
212876
|
*/
|
|
212821
212877
|
url: any;
|
|
212822
212878
|
/**
|
|
212823
|
-
* The user name used in Basic authentication type.
|
|
212879
|
+
* The user name used in Basic authentication type. Type: string (or Expression with resultType string).
|
|
212824
212880
|
*/
|
|
212825
212881
|
userName?: any;
|
|
212826
212882
|
}
|
|
@@ -212950,7 +213006,7 @@ export declare namespace datafactory {
|
|
|
212950
213006
|
*/
|
|
212951
213007
|
interface SSISAccessCredentialArgs {
|
|
212952
213008
|
/**
|
|
212953
|
-
* Domain for windows authentication.
|
|
213009
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
212954
213010
|
*/
|
|
212955
213011
|
domain: any;
|
|
212956
213012
|
/**
|
|
@@ -212958,7 +213014,7 @@ export declare namespace datafactory {
|
|
|
212958
213014
|
*/
|
|
212959
213015
|
password: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
212960
213016
|
/**
|
|
212961
|
-
* UseName for windows authentication.
|
|
213017
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
212962
213018
|
*/
|
|
212963
213019
|
userName: any;
|
|
212964
213020
|
}
|
|
@@ -212988,7 +213044,7 @@ export declare namespace datafactory {
|
|
|
212988
213044
|
*/
|
|
212989
213045
|
interface SSISExecutionCredentialArgs {
|
|
212990
213046
|
/**
|
|
212991
|
-
* Domain for windows authentication.
|
|
213047
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
212992
213048
|
*/
|
|
212993
213049
|
domain: any;
|
|
212994
213050
|
/**
|
|
@@ -212996,7 +213052,7 @@ export declare namespace datafactory {
|
|
|
212996
213052
|
*/
|
|
212997
213053
|
password: pulumi.Input<inputs.datafactory.SecureStringArgs>;
|
|
212998
213054
|
/**
|
|
212999
|
-
* UseName for windows authentication.
|
|
213055
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
213000
213056
|
*/
|
|
213001
213057
|
userName: any;
|
|
213002
213058
|
}
|
|
@@ -213109,9 +213165,9 @@ export declare namespace datafactory {
|
|
|
213109
213165
|
*/
|
|
213110
213166
|
description?: pulumi.Input<string>;
|
|
213111
213167
|
/**
|
|
213112
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
213168
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
213113
213169
|
*/
|
|
213114
|
-
encryptedCredential?:
|
|
213170
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
213115
213171
|
/**
|
|
213116
213172
|
* The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
213117
213173
|
*/
|
|
@@ -213169,9 +213225,9 @@ export declare namespace datafactory {
|
|
|
213169
213225
|
*/
|
|
213170
213226
|
description?: pulumi.Input<string>;
|
|
213171
213227
|
/**
|
|
213172
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
213228
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
213173
213229
|
*/
|
|
213174
|
-
encryptedCredential?:
|
|
213230
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
213175
213231
|
/**
|
|
213176
213232
|
* Parameters for linked service.
|
|
213177
213233
|
*/
|
|
@@ -213343,9 +213399,9 @@ export declare namespace datafactory {
|
|
|
213343
213399
|
*/
|
|
213344
213400
|
description?: pulumi.Input<string>;
|
|
213345
213401
|
/**
|
|
213346
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
213402
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
213347
213403
|
*/
|
|
213348
|
-
encryptedCredential?:
|
|
213404
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
213349
213405
|
/**
|
|
213350
213406
|
* The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
213351
213407
|
*/
|
|
@@ -213615,9 +213671,9 @@ export declare namespace datafactory {
|
|
|
213615
213671
|
*/
|
|
213616
213672
|
description?: pulumi.Input<string>;
|
|
213617
213673
|
/**
|
|
213618
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
213674
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
213619
213675
|
*/
|
|
213620
|
-
encryptedCredential?:
|
|
213676
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
213621
213677
|
/**
|
|
213622
213678
|
* Parameters for linked service.
|
|
213623
213679
|
*/
|
|
@@ -213741,9 +213797,9 @@ export declare namespace datafactory {
|
|
|
213741
213797
|
*/
|
|
213742
213798
|
description?: pulumi.Input<string>;
|
|
213743
213799
|
/**
|
|
213744
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
213800
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
213745
213801
|
*/
|
|
213746
|
-
encryptedCredential?:
|
|
213802
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
213747
213803
|
/**
|
|
213748
213804
|
* Parameters for linked service.
|
|
213749
213805
|
*/
|
|
@@ -213913,7 +213969,7 @@ export declare namespace datafactory {
|
|
|
213913
213969
|
*/
|
|
213914
213970
|
description?: pulumi.Input<string>;
|
|
213915
213971
|
/**
|
|
213916
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
213972
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
213917
213973
|
*/
|
|
213918
213974
|
encryptedCredential?: pulumi.Input<string>;
|
|
213919
213975
|
/**
|
|
@@ -213934,11 +213990,11 @@ export declare namespace datafactory {
|
|
|
213934
213990
|
/**
|
|
213935
213991
|
* The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
|
|
213936
213992
|
*/
|
|
213937
|
-
url:
|
|
213993
|
+
url: any;
|
|
213938
213994
|
/**
|
|
213939
213995
|
* The username for Basic authentication. Type: string (or Expression with resultType string).
|
|
213940
213996
|
*/
|
|
213941
|
-
username?:
|
|
213997
|
+
username?: any;
|
|
213942
213998
|
}
|
|
213943
213999
|
/**
|
|
213944
214000
|
* The path of the SAP ECC OData entity.
|
|
@@ -214051,9 +214107,9 @@ export declare namespace datafactory {
|
|
|
214051
214107
|
*/
|
|
214052
214108
|
description?: pulumi.Input<string>;
|
|
214053
214109
|
/**
|
|
214054
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
214110
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
214055
214111
|
*/
|
|
214056
|
-
encryptedCredential?:
|
|
214112
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
214057
214113
|
/**
|
|
214058
214114
|
* Parameters for linked service.
|
|
214059
214115
|
*/
|
|
@@ -214202,9 +214258,9 @@ export declare namespace datafactory {
|
|
|
214202
214258
|
*/
|
|
214203
214259
|
description?: pulumi.Input<string>;
|
|
214204
214260
|
/**
|
|
214205
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
214261
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
214206
214262
|
*/
|
|
214207
|
-
encryptedCredential?:
|
|
214263
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
214208
214264
|
/**
|
|
214209
214265
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
214210
214266
|
*/
|
|
@@ -214400,9 +214456,9 @@ export declare namespace datafactory {
|
|
|
214400
214456
|
*/
|
|
214401
214457
|
description?: pulumi.Input<string>;
|
|
214402
214458
|
/**
|
|
214403
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
214459
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
214404
214460
|
*/
|
|
214405
|
-
encryptedCredential?:
|
|
214461
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
214406
214462
|
/**
|
|
214407
214463
|
* Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
214408
214464
|
*/
|
|
@@ -214574,9 +214630,9 @@ export declare namespace datafactory {
|
|
|
214574
214630
|
*/
|
|
214575
214631
|
description?: pulumi.Input<string>;
|
|
214576
214632
|
/**
|
|
214577
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
214633
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
214578
214634
|
*/
|
|
214579
|
-
encryptedCredential?:
|
|
214635
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
214580
214636
|
/**
|
|
214581
214637
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
214582
214638
|
*/
|
|
@@ -214923,7 +214979,7 @@ export declare namespace datafactory {
|
|
|
214923
214979
|
*/
|
|
214924
214980
|
type?: pulumi.Input<string | enums.datafactory.ScriptActivityParameterType>;
|
|
214925
214981
|
/**
|
|
214926
|
-
* The value of the parameter.
|
|
214982
|
+
* The value of the parameter. Type: string (or Expression with resultType string).
|
|
214927
214983
|
*/
|
|
214928
214984
|
value?: any;
|
|
214929
214985
|
}
|
|
@@ -215036,9 +215092,9 @@ export declare namespace datafactory {
|
|
|
215036
215092
|
*/
|
|
215037
215093
|
description?: pulumi.Input<string>;
|
|
215038
215094
|
/**
|
|
215039
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215095
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215040
215096
|
*/
|
|
215041
|
-
encryptedCredential?:
|
|
215097
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215042
215098
|
/**
|
|
215043
215099
|
* The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com)
|
|
215044
215100
|
*/
|
|
@@ -215230,9 +215286,9 @@ export declare namespace datafactory {
|
|
|
215230
215286
|
*/
|
|
215231
215287
|
disableMetricsCollection?: any;
|
|
215232
215288
|
/**
|
|
215233
|
-
* Indicates whether to enable partition discovery.
|
|
215289
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
215234
215290
|
*/
|
|
215235
|
-
enablePartitionDiscovery?:
|
|
215291
|
+
enablePartitionDiscovery?: any;
|
|
215236
215292
|
/**
|
|
215237
215293
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
215238
215294
|
*/
|
|
@@ -215292,9 +215348,9 @@ export declare namespace datafactory {
|
|
|
215292
215348
|
*/
|
|
215293
215349
|
description?: pulumi.Input<string>;
|
|
215294
215350
|
/**
|
|
215295
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215351
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215296
215352
|
*/
|
|
215297
|
-
encryptedCredential?:
|
|
215353
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215298
215354
|
/**
|
|
215299
215355
|
* The SFTP server host name. Type: string (or Expression with resultType string).
|
|
215300
215356
|
*/
|
|
@@ -215390,9 +215446,9 @@ export declare namespace datafactory {
|
|
|
215390
215446
|
*/
|
|
215391
215447
|
description?: pulumi.Input<string>;
|
|
215392
215448
|
/**
|
|
215393
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215449
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215394
215450
|
*/
|
|
215395
|
-
encryptedCredential?:
|
|
215451
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215396
215452
|
/**
|
|
215397
215453
|
* Parameters for linked service.
|
|
215398
215454
|
*/
|
|
@@ -215520,9 +215576,9 @@ export declare namespace datafactory {
|
|
|
215520
215576
|
*/
|
|
215521
215577
|
description?: pulumi.Input<string>;
|
|
215522
215578
|
/**
|
|
215523
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215579
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215524
215580
|
*/
|
|
215525
|
-
encryptedCredential?:
|
|
215581
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215526
215582
|
/**
|
|
215527
215583
|
* The endpoint of the Shopify server. (i.e. mystore.myshopify.com)
|
|
215528
215584
|
*/
|
|
@@ -215667,9 +215723,9 @@ export declare namespace datafactory {
|
|
|
215667
215723
|
*/
|
|
215668
215724
|
description?: pulumi.Input<string>;
|
|
215669
215725
|
/**
|
|
215670
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215726
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215671
215727
|
*/
|
|
215672
|
-
encryptedCredential?:
|
|
215728
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215673
215729
|
/**
|
|
215674
215730
|
* Parameters for linked service.
|
|
215675
215731
|
*/
|
|
@@ -215791,9 +215847,9 @@ export declare namespace datafactory {
|
|
|
215791
215847
|
*/
|
|
215792
215848
|
description?: pulumi.Input<string>;
|
|
215793
215849
|
/**
|
|
215794
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215850
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215795
215851
|
*/
|
|
215796
|
-
encryptedCredential?:
|
|
215852
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215797
215853
|
/**
|
|
215798
215854
|
* Parameters for linked service.
|
|
215799
215855
|
*/
|
|
@@ -215932,9 +215988,9 @@ export declare namespace datafactory {
|
|
|
215932
215988
|
*/
|
|
215933
215989
|
enableSsl?: any;
|
|
215934
215990
|
/**
|
|
215935
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
215991
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
215936
215992
|
*/
|
|
215937
|
-
encryptedCredential?:
|
|
215993
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
215938
215994
|
/**
|
|
215939
215995
|
* IP address or host name of the Spark server
|
|
215940
215996
|
*/
|
|
@@ -216074,7 +216130,7 @@ export declare namespace datafactory {
|
|
|
216074
216130
|
*/
|
|
216075
216131
|
interface SqlAlwaysEncryptedPropertiesArgs {
|
|
216076
216132
|
/**
|
|
216077
|
-
* Sql always encrypted AKV authentication type. Type: string
|
|
216133
|
+
* Sql always encrypted AKV authentication type. Type: string.
|
|
216078
216134
|
*/
|
|
216079
216135
|
alwaysEncryptedAkvAuthType: pulumi.Input<string | enums.datafactory.SqlAlwaysEncryptedAkvAuthType>;
|
|
216080
216136
|
/**
|
|
@@ -216397,9 +216453,9 @@ export declare namespace datafactory {
|
|
|
216397
216453
|
*/
|
|
216398
216454
|
description?: pulumi.Input<string>;
|
|
216399
216455
|
/**
|
|
216400
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
216456
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
216401
216457
|
*/
|
|
216402
|
-
encryptedCredential?:
|
|
216458
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
216403
216459
|
/**
|
|
216404
216460
|
* Parameters for linked service.
|
|
216405
216461
|
*/
|
|
@@ -216812,11 +216868,11 @@ export declare namespace datafactory {
|
|
|
216812
216868
|
*/
|
|
216813
216869
|
description?: pulumi.Input<string>;
|
|
216814
216870
|
/**
|
|
216815
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
216871
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
216816
216872
|
*/
|
|
216817
|
-
encryptedCredential?:
|
|
216873
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
216818
216874
|
/**
|
|
216819
|
-
* The URL
|
|
216875
|
+
* The URL of the Square instance. (i.e. mystore.mysquare.com)
|
|
216820
216876
|
*/
|
|
216821
216877
|
host?: any;
|
|
216822
216878
|
/**
|
|
@@ -217022,9 +217078,9 @@ export declare namespace datafactory {
|
|
|
217022
217078
|
*/
|
|
217023
217079
|
description?: pulumi.Input<string>;
|
|
217024
217080
|
/**
|
|
217025
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
217081
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
217026
217082
|
*/
|
|
217027
|
-
encryptedCredential?:
|
|
217083
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
217028
217084
|
/**
|
|
217029
217085
|
* Parameters for linked service.
|
|
217030
217086
|
*/
|
|
@@ -217172,9 +217228,9 @@ export declare namespace datafactory {
|
|
|
217172
217228
|
*/
|
|
217173
217229
|
notebook: pulumi.Input<inputs.datafactory.SynapseNotebookReferenceArgs>;
|
|
217174
217230
|
/**
|
|
217175
|
-
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.
|
|
217231
|
+
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
|
|
217176
217232
|
*/
|
|
217177
|
-
numExecutors?:
|
|
217233
|
+
numExecutors?: any;
|
|
217178
217234
|
/**
|
|
217179
217235
|
* Notebook parameters.
|
|
217180
217236
|
*/
|
|
@@ -217412,9 +217468,9 @@ export declare namespace datafactory {
|
|
|
217412
217468
|
*/
|
|
217413
217469
|
description?: pulumi.Input<string>;
|
|
217414
217470
|
/**
|
|
217415
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
217471
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
217416
217472
|
*/
|
|
217417
|
-
encryptedCredential?:
|
|
217473
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
217418
217474
|
/**
|
|
217419
217475
|
* Parameters for linked service.
|
|
217420
217476
|
*/
|
|
@@ -217464,9 +217520,9 @@ export declare namespace datafactory {
|
|
|
217464
217520
|
*/
|
|
217465
217521
|
description?: pulumi.Input<string>;
|
|
217466
217522
|
/**
|
|
217467
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
217523
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
217468
217524
|
*/
|
|
217469
|
-
encryptedCredential?:
|
|
217525
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
217470
217526
|
/**
|
|
217471
217527
|
* Parameters for linked service.
|
|
217472
217528
|
*/
|
|
@@ -217831,7 +217887,7 @@ export declare namespace datafactory {
|
|
|
217831
217887
|
*/
|
|
217832
217888
|
type: pulumi.Input<"Twilio">;
|
|
217833
217889
|
/**
|
|
217834
|
-
* The Account SID of Twilio service.
|
|
217890
|
+
* The Account SID of Twilio service. Type: string (or Expression with resultType string).
|
|
217835
217891
|
*/
|
|
217836
217892
|
userName: any;
|
|
217837
217893
|
}
|
|
@@ -217860,7 +217916,7 @@ export declare namespace datafactory {
|
|
|
217860
217916
|
*/
|
|
217861
217917
|
name: pulumi.Input<string>;
|
|
217862
217918
|
/**
|
|
217863
|
-
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
217919
|
+
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
217864
217920
|
*/
|
|
217865
217921
|
timeout?: any;
|
|
217866
217922
|
/**
|
|
@@ -217966,9 +218022,9 @@ export declare namespace datafactory {
|
|
|
217966
218022
|
*/
|
|
217967
218023
|
description?: pulumi.Input<string>;
|
|
217968
218024
|
/**
|
|
217969
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
218025
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
217970
218026
|
*/
|
|
217971
|
-
encryptedCredential?:
|
|
218027
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
217972
218028
|
/**
|
|
217973
218029
|
* Parameters for linked service.
|
|
217974
218030
|
*/
|
|
@@ -218097,7 +218153,7 @@ export declare namespace datafactory {
|
|
|
218097
218153
|
*/
|
|
218098
218154
|
userProperties?: pulumi.Input<pulumi.Input<inputs.datafactory.UserPropertyArgs>[]>;
|
|
218099
218155
|
/**
|
|
218100
|
-
* Duration in seconds.
|
|
218156
|
+
* Duration in seconds. Type: integer (or Expression with resultType integer).
|
|
218101
218157
|
*/
|
|
218102
218158
|
waitTimeInSeconds: any;
|
|
218103
218159
|
}
|
|
@@ -218485,9 +218541,9 @@ export declare namespace datafactory {
|
|
|
218485
218541
|
*/
|
|
218486
218542
|
description?: pulumi.Input<string>;
|
|
218487
218543
|
/**
|
|
218488
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
218544
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
218489
218545
|
*/
|
|
218490
|
-
encryptedCredential?:
|
|
218546
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
218491
218547
|
/**
|
|
218492
218548
|
* The endpoint of the Xero server. (i.e. api.xero.com)
|
|
218493
218549
|
*/
|
|
@@ -218752,9 +218808,9 @@ export declare namespace datafactory {
|
|
|
218752
218808
|
*/
|
|
218753
218809
|
description?: pulumi.Input<string>;
|
|
218754
218810
|
/**
|
|
218755
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
218811
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
218756
218812
|
*/
|
|
218757
|
-
encryptedCredential?:
|
|
218813
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
218758
218814
|
/**
|
|
218759
218815
|
* Parameters for linked service.
|
|
218760
218816
|
*/
|
|
@@ -218818,9 +218874,9 @@ export declare namespace datafactory {
|
|
|
218818
218874
|
*/
|
|
218819
218875
|
description?: pulumi.Input<string>;
|
|
218820
218876
|
/**
|
|
218821
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
218877
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
218822
218878
|
*/
|
|
218823
|
-
encryptedCredential?:
|
|
218879
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
218824
218880
|
/**
|
|
218825
218881
|
* The endpoint of the Zoho server. (i.e. crm.zoho.com/crm/private)
|
|
218826
218882
|
*/
|
|
@@ -228581,9 +228637,9 @@ export declare namespace datafactory {
|
|
|
228581
228637
|
*/
|
|
228582
228638
|
description?: pulumi.Input<string>;
|
|
228583
228639
|
/**
|
|
228584
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
228640
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
228585
228641
|
*/
|
|
228586
|
-
encryptedCredential?:
|
|
228642
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
228587
228643
|
/**
|
|
228588
228644
|
* The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)
|
|
228589
228645
|
*/
|
|
@@ -228731,9 +228787,9 @@ export declare namespace datafactory {
|
|
|
228731
228787
|
*/
|
|
228732
228788
|
description?: pulumi.Input<string>;
|
|
228733
228789
|
/**
|
|
228734
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
228790
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
228735
228791
|
*/
|
|
228736
|
-
encryptedCredential?:
|
|
228792
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
228737
228793
|
/**
|
|
228738
228794
|
* Parameters for linked service.
|
|
228739
228795
|
*/
|
|
@@ -228886,9 +228942,9 @@ export declare namespace datafactory {
|
|
|
228886
228942
|
*/
|
|
228887
228943
|
description?: pulumi.Input<string>;
|
|
228888
228944
|
/**
|
|
228889
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
228945
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
228890
228946
|
*/
|
|
228891
|
-
encryptedCredential?:
|
|
228947
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
228892
228948
|
/**
|
|
228893
228949
|
* Parameters for linked service.
|
|
228894
228950
|
*/
|
|
@@ -229032,9 +229088,9 @@ export declare namespace datafactory {
|
|
|
229032
229088
|
*/
|
|
229033
229089
|
description?: pulumi.Input<string>;
|
|
229034
229090
|
/**
|
|
229035
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
229091
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229036
229092
|
*/
|
|
229037
|
-
encryptedCredential?:
|
|
229093
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
229038
229094
|
/**
|
|
229039
229095
|
* Parameters for linked service.
|
|
229040
229096
|
*/
|
|
@@ -229174,9 +229230,9 @@ export declare namespace datafactory {
|
|
|
229174
229230
|
*/
|
|
229175
229231
|
description?: pulumi.Input<string>;
|
|
229176
229232
|
/**
|
|
229177
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
229233
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229178
229234
|
*/
|
|
229179
|
-
encryptedCredential?:
|
|
229235
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
229180
229236
|
/**
|
|
229181
229237
|
* If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean (or Expression with resultType boolean).
|
|
229182
229238
|
*/
|
|
@@ -229240,9 +229296,9 @@ export declare namespace datafactory {
|
|
|
229240
229296
|
*/
|
|
229241
229297
|
disableMetricsCollection?: any;
|
|
229242
229298
|
/**
|
|
229243
|
-
* Indicates whether to enable partition discovery.
|
|
229299
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
229244
229300
|
*/
|
|
229245
|
-
enablePartitionDiscovery?:
|
|
229301
|
+
enablePartitionDiscovery?: any;
|
|
229246
229302
|
/**
|
|
229247
229303
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
229248
229304
|
*/
|
|
@@ -229382,9 +229438,9 @@ export declare namespace datafactory {
|
|
|
229382
229438
|
*/
|
|
229383
229439
|
description?: pulumi.Input<string>;
|
|
229384
229440
|
/**
|
|
229385
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
229441
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229386
229442
|
*/
|
|
229387
|
-
encryptedCredential?:
|
|
229443
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
229388
229444
|
/**
|
|
229389
229445
|
* Parameters for linked service.
|
|
229390
229446
|
*/
|
|
@@ -229448,9 +229504,9 @@ export declare namespace datafactory {
|
|
|
229448
229504
|
*/
|
|
229449
229505
|
disableMetricsCollection?: any;
|
|
229450
229506
|
/**
|
|
229451
|
-
* Indicates whether to enable partition discovery.
|
|
229507
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
229452
229508
|
*/
|
|
229453
|
-
enablePartitionDiscovery?:
|
|
229509
|
+
enablePartitionDiscovery?: any;
|
|
229454
229510
|
/**
|
|
229455
229511
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
229456
229512
|
*/
|
|
@@ -229529,7 +229585,7 @@ export declare namespace datafactory {
|
|
|
229529
229585
|
*/
|
|
229530
229586
|
type: pulumi.Input<"AppFigures">;
|
|
229531
229587
|
/**
|
|
229532
|
-
* The username of the Appfigures source.
|
|
229588
|
+
* The username of the Appfigures source. Type: string (or Expression with resultType string).
|
|
229533
229589
|
*/
|
|
229534
229590
|
userName: any;
|
|
229535
229591
|
}
|
|
@@ -229559,7 +229615,7 @@ export declare namespace datafactory {
|
|
|
229559
229615
|
*/
|
|
229560
229616
|
userProperties?: pulumi.Input<pulumi.Input<inputs.datafactory.v20180601.UserPropertyArgs>[]>;
|
|
229561
229617
|
/**
|
|
229562
|
-
* Value to be appended.
|
|
229618
|
+
* Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
|
|
229563
229619
|
*/
|
|
229564
229620
|
value?: any;
|
|
229565
229621
|
/**
|
|
@@ -229588,9 +229644,9 @@ export declare namespace datafactory {
|
|
|
229588
229644
|
*/
|
|
229589
229645
|
description?: pulumi.Input<string>;
|
|
229590
229646
|
/**
|
|
229591
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
229647
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229592
229648
|
*/
|
|
229593
|
-
encryptedCredential?:
|
|
229649
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
229594
229650
|
/**
|
|
229595
229651
|
* Parameters for linked service.
|
|
229596
229652
|
*/
|
|
@@ -229819,9 +229875,9 @@ export declare namespace datafactory {
|
|
|
229819
229875
|
*/
|
|
229820
229876
|
description?: pulumi.Input<string>;
|
|
229821
229877
|
/**
|
|
229822
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
229878
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229823
229879
|
*/
|
|
229824
|
-
encryptedCredential?:
|
|
229880
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
229825
229881
|
/**
|
|
229826
229882
|
* The Azure Storage linked service reference.
|
|
229827
229883
|
*/
|
|
@@ -229995,9 +230051,9 @@ export declare namespace datafactory {
|
|
|
229995
230051
|
*/
|
|
229996
230052
|
description?: pulumi.Input<string>;
|
|
229997
230053
|
/**
|
|
229998
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
230054
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
229999
230055
|
*/
|
|
230000
|
-
encryptedCredential?:
|
|
230056
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
230001
230057
|
/**
|
|
230002
230058
|
* Parameters for linked service.
|
|
230003
230059
|
*/
|
|
@@ -230235,7 +230291,7 @@ export declare namespace datafactory {
|
|
|
230235
230291
|
/**
|
|
230236
230292
|
* Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
|
|
230237
230293
|
*/
|
|
230238
|
-
accountKind?:
|
|
230294
|
+
accountKind?: any;
|
|
230239
230295
|
/**
|
|
230240
230296
|
* List of tags that can be used for describing the linked service.
|
|
230241
230297
|
*/
|
|
@@ -230269,7 +230325,7 @@ export declare namespace datafactory {
|
|
|
230269
230325
|
*/
|
|
230270
230326
|
description?: pulumi.Input<string>;
|
|
230271
230327
|
/**
|
|
230272
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
230328
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
230273
230329
|
*/
|
|
230274
230330
|
encryptedCredential?: pulumi.Input<string>;
|
|
230275
230331
|
/**
|
|
@@ -230289,7 +230345,7 @@ export declare namespace datafactory {
|
|
|
230289
230345
|
/**
|
|
230290
230346
|
* Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
230291
230347
|
*/
|
|
230292
|
-
serviceEndpoint?:
|
|
230348
|
+
serviceEndpoint?: any;
|
|
230293
230349
|
/**
|
|
230294
230350
|
* The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
|
|
230295
230351
|
*/
|
|
@@ -230343,9 +230399,9 @@ export declare namespace datafactory {
|
|
|
230343
230399
|
*/
|
|
230344
230400
|
disableMetricsCollection?: any;
|
|
230345
230401
|
/**
|
|
230346
|
-
* Indicates whether to enable partition discovery.
|
|
230402
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
230347
230403
|
*/
|
|
230348
|
-
enablePartitionDiscovery?:
|
|
230404
|
+
enablePartitionDiscovery?: any;
|
|
230349
230405
|
/**
|
|
230350
230406
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
230351
230407
|
*/
|
|
@@ -230665,9 +230721,9 @@ export declare namespace datafactory {
|
|
|
230665
230721
|
*/
|
|
230666
230722
|
description?: pulumi.Input<string>;
|
|
230667
230723
|
/**
|
|
230668
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
230724
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
230669
230725
|
*/
|
|
230670
|
-
encryptedCredential?:
|
|
230726
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
230671
230727
|
/**
|
|
230672
230728
|
* Parameters for linked service.
|
|
230673
230729
|
*/
|
|
@@ -230789,9 +230845,9 @@ export declare namespace datafactory {
|
|
|
230789
230845
|
*/
|
|
230790
230846
|
description?: pulumi.Input<string>;
|
|
230791
230847
|
/**
|
|
230792
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
230848
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
230793
230849
|
*/
|
|
230794
|
-
encryptedCredential?:
|
|
230850
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
230795
230851
|
/**
|
|
230796
230852
|
* Parameters for linked service.
|
|
230797
230853
|
*/
|
|
@@ -231119,9 +231175,9 @@ export declare namespace datafactory {
|
|
|
231119
231175
|
*/
|
|
231120
231176
|
domain: any;
|
|
231121
231177
|
/**
|
|
231122
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231178
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231123
231179
|
*/
|
|
231124
|
-
encryptedCredential?:
|
|
231180
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231125
231181
|
/**
|
|
231126
231182
|
* Parameters for linked service.
|
|
231127
231183
|
*/
|
|
@@ -231247,9 +231303,9 @@ export declare namespace datafactory {
|
|
|
231247
231303
|
*/
|
|
231248
231304
|
domain: any;
|
|
231249
231305
|
/**
|
|
231250
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231306
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231251
231307
|
*/
|
|
231252
|
-
encryptedCredential?:
|
|
231308
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231253
231309
|
/**
|
|
231254
231310
|
* The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string).
|
|
231255
231311
|
*/
|
|
@@ -231349,9 +231405,9 @@ export declare namespace datafactory {
|
|
|
231349
231405
|
*/
|
|
231350
231406
|
description?: pulumi.Input<string>;
|
|
231351
231407
|
/**
|
|
231352
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231408
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231353
231409
|
*/
|
|
231354
|
-
encryptedCredential?:
|
|
231410
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231355
231411
|
/**
|
|
231356
231412
|
* The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).
|
|
231357
231413
|
*/
|
|
@@ -231423,9 +231479,9 @@ export declare namespace datafactory {
|
|
|
231423
231479
|
*/
|
|
231424
231480
|
disableMetricsCollection?: any;
|
|
231425
231481
|
/**
|
|
231426
|
-
* Indicates whether to enable partition discovery.
|
|
231482
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
231427
231483
|
*/
|
|
231428
|
-
enablePartitionDiscovery?:
|
|
231484
|
+
enablePartitionDiscovery?: any;
|
|
231429
231485
|
/**
|
|
231430
231486
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
231431
231487
|
*/
|
|
@@ -231565,9 +231621,9 @@ export declare namespace datafactory {
|
|
|
231565
231621
|
*/
|
|
231566
231622
|
description?: pulumi.Input<string>;
|
|
231567
231623
|
/**
|
|
231568
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231624
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231569
231625
|
*/
|
|
231570
|
-
encryptedCredential?:
|
|
231626
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231571
231627
|
/**
|
|
231572
231628
|
* The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net.
|
|
231573
231629
|
*/
|
|
@@ -231793,9 +231849,9 @@ export declare namespace datafactory {
|
|
|
231793
231849
|
*/
|
|
231794
231850
|
description?: pulumi.Input<string>;
|
|
231795
231851
|
/**
|
|
231796
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231852
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231797
231853
|
*/
|
|
231798
|
-
encryptedCredential?:
|
|
231854
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231799
231855
|
/**
|
|
231800
231856
|
* The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
|
|
231801
231857
|
*/
|
|
@@ -231845,9 +231901,9 @@ export declare namespace datafactory {
|
|
|
231845
231901
|
*/
|
|
231846
231902
|
description?: pulumi.Input<string>;
|
|
231847
231903
|
/**
|
|
231848
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
231904
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231849
231905
|
*/
|
|
231850
|
-
encryptedCredential?:
|
|
231906
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231851
231907
|
/**
|
|
231852
231908
|
* Azure ML Service workspace name. Type: string (or Expression with resultType string).
|
|
231853
231909
|
*/
|
|
@@ -231964,9 +232020,9 @@ export declare namespace datafactory {
|
|
|
231964
232020
|
*/
|
|
231965
232021
|
description?: pulumi.Input<string>;
|
|
231966
232022
|
/**
|
|
231967
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232023
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
231968
232024
|
*/
|
|
231969
|
-
encryptedCredential?:
|
|
232025
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
231970
232026
|
/**
|
|
231971
232027
|
* Parameters for linked service.
|
|
231972
232028
|
*/
|
|
@@ -232086,9 +232142,9 @@ export declare namespace datafactory {
|
|
|
232086
232142
|
*/
|
|
232087
232143
|
description?: pulumi.Input<string>;
|
|
232088
232144
|
/**
|
|
232089
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232145
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232090
232146
|
*/
|
|
232091
|
-
encryptedCredential?:
|
|
232147
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232092
232148
|
/**
|
|
232093
232149
|
* Parameters for linked service.
|
|
232094
232150
|
*/
|
|
@@ -232250,9 +232306,9 @@ export declare namespace datafactory {
|
|
|
232250
232306
|
*/
|
|
232251
232307
|
description?: pulumi.Input<string>;
|
|
232252
232308
|
/**
|
|
232253
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232309
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232254
232310
|
*/
|
|
232255
|
-
encryptedCredential?:
|
|
232311
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232256
232312
|
/**
|
|
232257
232313
|
* Parameters for linked service.
|
|
232258
232314
|
*/
|
|
@@ -232526,9 +232582,9 @@ export declare namespace datafactory {
|
|
|
232526
232582
|
*/
|
|
232527
232583
|
description?: pulumi.Input<string>;
|
|
232528
232584
|
/**
|
|
232529
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232585
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232530
232586
|
*/
|
|
232531
|
-
encryptedCredential?:
|
|
232587
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232532
232588
|
/**
|
|
232533
232589
|
* Admin Key for Azure Search service
|
|
232534
232590
|
*/
|
|
@@ -232578,9 +232634,9 @@ export declare namespace datafactory {
|
|
|
232578
232634
|
*/
|
|
232579
232635
|
description?: pulumi.Input<string>;
|
|
232580
232636
|
/**
|
|
232581
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232637
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232582
232638
|
*/
|
|
232583
|
-
encryptedCredential?:
|
|
232639
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232584
232640
|
/**
|
|
232585
232641
|
* Parameters for linked service.
|
|
232586
232642
|
*/
|
|
@@ -232690,9 +232746,9 @@ export declare namespace datafactory {
|
|
|
232690
232746
|
*/
|
|
232691
232747
|
description?: pulumi.Input<string>;
|
|
232692
232748
|
/**
|
|
232693
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232749
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232694
232750
|
*/
|
|
232695
|
-
encryptedCredential?:
|
|
232751
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232696
232752
|
/**
|
|
232697
232753
|
* Parameters for linked service.
|
|
232698
232754
|
*/
|
|
@@ -232754,9 +232810,9 @@ export declare namespace datafactory {
|
|
|
232754
232810
|
*/
|
|
232755
232811
|
description?: pulumi.Input<string>;
|
|
232756
232812
|
/**
|
|
232757
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
232813
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
232758
232814
|
*/
|
|
232759
|
-
encryptedCredential?:
|
|
232815
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
232760
232816
|
/**
|
|
232761
232817
|
* Parameters for linked service.
|
|
232762
232818
|
*/
|
|
@@ -233034,7 +233090,7 @@ export declare namespace datafactory {
|
|
|
233034
233090
|
*/
|
|
233035
233091
|
description?: pulumi.Input<string>;
|
|
233036
233092
|
/**
|
|
233037
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
233093
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
233038
233094
|
*/
|
|
233039
233095
|
encryptedCredential?: pulumi.Input<string>;
|
|
233040
233096
|
/**
|
|
@@ -233258,7 +233314,7 @@ export declare namespace datafactory {
|
|
|
233258
233314
|
*/
|
|
233259
233315
|
description?: pulumi.Input<string>;
|
|
233260
233316
|
/**
|
|
233261
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
233317
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
233262
233318
|
*/
|
|
233263
233319
|
encryptedCredential?: pulumi.Input<string>;
|
|
233264
233320
|
/**
|
|
@@ -233626,9 +233682,9 @@ export declare namespace datafactory {
|
|
|
233626
233682
|
*/
|
|
233627
233683
|
description?: pulumi.Input<string>;
|
|
233628
233684
|
/**
|
|
233629
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
233685
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
233630
233686
|
*/
|
|
233631
|
-
encryptedCredential?:
|
|
233687
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
233632
233688
|
/**
|
|
233633
233689
|
* Host name for connection. Type: string (or Expression with resultType string).
|
|
233634
233690
|
*/
|
|
@@ -233868,9 +233924,9 @@ export declare namespace datafactory {
|
|
|
233868
233924
|
*/
|
|
233869
233925
|
description?: pulumi.Input<string>;
|
|
233870
233926
|
/**
|
|
233871
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
233927
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
233872
233928
|
*/
|
|
233873
|
-
encryptedCredential?:
|
|
233929
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
233874
233930
|
/**
|
|
233875
233931
|
* The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
233876
233932
|
*/
|
|
@@ -234042,9 +234098,9 @@ export declare namespace datafactory {
|
|
|
234042
234098
|
*/
|
|
234043
234099
|
description?: pulumi.Input<string>;
|
|
234044
234100
|
/**
|
|
234045
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
234101
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
234046
234102
|
*/
|
|
234047
|
-
encryptedCredential?:
|
|
234103
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
234048
234104
|
/**
|
|
234049
234105
|
* Parameters for linked service.
|
|
234050
234106
|
*/
|
|
@@ -234338,7 +234394,7 @@ export declare namespace datafactory {
|
|
|
234338
234394
|
*/
|
|
234339
234395
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
234340
234396
|
/**
|
|
234341
|
-
* The connection mode used to access CosmosDB account. Type: string
|
|
234397
|
+
* The connection mode used to access CosmosDB account. Type: string.
|
|
234342
234398
|
*/
|
|
234343
234399
|
connectionMode?: pulumi.Input<string | enums.datafactory.v20180601.CosmosDbConnectionMode>;
|
|
234344
234400
|
/**
|
|
@@ -234358,9 +234414,9 @@ export declare namespace datafactory {
|
|
|
234358
234414
|
*/
|
|
234359
234415
|
description?: pulumi.Input<string>;
|
|
234360
234416
|
/**
|
|
234361
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
234417
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
234362
234418
|
*/
|
|
234363
|
-
encryptedCredential?:
|
|
234419
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
234364
234420
|
/**
|
|
234365
234421
|
* Parameters for linked service.
|
|
234366
234422
|
*/
|
|
@@ -234372,9 +234428,9 @@ export declare namespace datafactory {
|
|
|
234372
234428
|
*/
|
|
234373
234429
|
servicePrincipalCredential?: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
234374
234430
|
/**
|
|
234375
|
-
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string
|
|
234431
|
+
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string.
|
|
234376
234432
|
*/
|
|
234377
|
-
servicePrincipalCredentialType?:
|
|
234433
|
+
servicePrincipalCredentialType?: any;
|
|
234378
234434
|
/**
|
|
234379
234435
|
* The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
|
|
234380
234436
|
*/
|
|
@@ -234710,9 +234766,9 @@ export declare namespace datafactory {
|
|
|
234710
234766
|
*/
|
|
234711
234767
|
description?: pulumi.Input<string>;
|
|
234712
234768
|
/**
|
|
234713
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
234769
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
234714
234770
|
*/
|
|
234715
|
-
encryptedCredential?:
|
|
234771
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
234716
234772
|
/**
|
|
234717
234773
|
* Parameters for linked service.
|
|
234718
234774
|
*/
|
|
@@ -235410,9 +235466,9 @@ export declare namespace datafactory {
|
|
|
235410
235466
|
*/
|
|
235411
235467
|
description?: pulumi.Input<string>;
|
|
235412
235468
|
/**
|
|
235413
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
235469
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
235414
235470
|
*/
|
|
235415
|
-
encryptedCredential?:
|
|
235471
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
235416
235472
|
/**
|
|
235417
235473
|
* Parameters for linked service.
|
|
235418
235474
|
*/
|
|
@@ -235458,9 +235514,9 @@ export declare namespace datafactory {
|
|
|
235458
235514
|
*/
|
|
235459
235515
|
description?: pulumi.Input<string>;
|
|
235460
235516
|
/**
|
|
235461
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string
|
|
235517
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string.
|
|
235462
235518
|
*/
|
|
235463
|
-
encryptedCredential?:
|
|
235519
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
235464
235520
|
/**
|
|
235465
235521
|
* Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
|
|
235466
235522
|
*/
|
|
@@ -236003,9 +236059,9 @@ export declare namespace datafactory {
|
|
|
236003
236059
|
*/
|
|
236004
236060
|
description?: pulumi.Input<string>;
|
|
236005
236061
|
/**
|
|
236006
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
236062
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
236007
236063
|
*/
|
|
236008
|
-
encryptedCredential?:
|
|
236064
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
236009
236065
|
/**
|
|
236010
236066
|
* Parameters for linked service.
|
|
236011
236067
|
*/
|
|
@@ -236129,9 +236185,9 @@ export declare namespace datafactory {
|
|
|
236129
236185
|
*/
|
|
236130
236186
|
description?: pulumi.Input<string>;
|
|
236131
236187
|
/**
|
|
236132
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
236188
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
236133
236189
|
*/
|
|
236134
|
-
encryptedCredential?:
|
|
236190
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
236135
236191
|
/**
|
|
236136
236192
|
* Parameters for linked service.
|
|
236137
236193
|
*/
|
|
@@ -236315,9 +236371,9 @@ export declare namespace datafactory {
|
|
|
236315
236371
|
*/
|
|
236316
236372
|
description?: pulumi.Input<string>;
|
|
236317
236373
|
/**
|
|
236318
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
236374
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
236319
236375
|
*/
|
|
236320
|
-
encryptedCredential?:
|
|
236376
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
236321
236377
|
/**
|
|
236322
236378
|
* The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
236323
236379
|
*/
|
|
@@ -236519,9 +236575,9 @@ export declare namespace datafactory {
|
|
|
236519
236575
|
*/
|
|
236520
236576
|
description?: pulumi.Input<string>;
|
|
236521
236577
|
/**
|
|
236522
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
236578
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
236523
236579
|
*/
|
|
236524
|
-
encryptedCredential?:
|
|
236580
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
236525
236581
|
/**
|
|
236526
236582
|
* The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
236527
236583
|
*/
|
|
@@ -236667,9 +236723,9 @@ export declare namespace datafactory {
|
|
|
236667
236723
|
*/
|
|
236668
236724
|
description?: pulumi.Input<string>;
|
|
236669
236725
|
/**
|
|
236670
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
236726
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
236671
236727
|
*/
|
|
236672
|
-
encryptedCredential?:
|
|
236728
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
236673
236729
|
/**
|
|
236674
236730
|
* The endpoint of the Eloqua server. (i.e. eloqua.example.com)
|
|
236675
236731
|
*/
|
|
@@ -237443,9 +237499,9 @@ export declare namespace datafactory {
|
|
|
237443
237499
|
*/
|
|
237444
237500
|
description?: pulumi.Input<string>;
|
|
237445
237501
|
/**
|
|
237446
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
237502
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
237447
237503
|
*/
|
|
237448
|
-
encryptedCredential?:
|
|
237504
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
237449
237505
|
/**
|
|
237450
237506
|
* Host name of the server. Type: string (or Expression with resultType string).
|
|
237451
237507
|
*/
|
|
@@ -237501,9 +237557,9 @@ export declare namespace datafactory {
|
|
|
237501
237557
|
*/
|
|
237502
237558
|
disableMetricsCollection?: any;
|
|
237503
237559
|
/**
|
|
237504
|
-
* Indicates whether to enable partition discovery.
|
|
237560
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
237505
237561
|
*/
|
|
237506
|
-
enablePartitionDiscovery?:
|
|
237562
|
+
enablePartitionDiscovery?: any;
|
|
237507
237563
|
/**
|
|
237508
237564
|
* Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
|
|
237509
237565
|
*/
|
|
@@ -237843,9 +237899,9 @@ export declare namespace datafactory {
|
|
|
237843
237899
|
*/
|
|
237844
237900
|
disableMetricsCollection?: any;
|
|
237845
237901
|
/**
|
|
237846
|
-
* Indicates whether to enable partition discovery.
|
|
237902
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
237847
237903
|
*/
|
|
237848
|
-
enablePartitionDiscovery?:
|
|
237904
|
+
enablePartitionDiscovery?: any;
|
|
237849
237905
|
/**
|
|
237850
237906
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
237851
237907
|
*/
|
|
@@ -237868,9 +237924,9 @@ export declare namespace datafactory {
|
|
|
237868
237924
|
*/
|
|
237869
237925
|
type: pulumi.Input<"FtpReadSettings">;
|
|
237870
237926
|
/**
|
|
237871
|
-
* Specify whether to use binary transfer mode for FTP stores.
|
|
237927
|
+
* Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
|
|
237872
237928
|
*/
|
|
237873
|
-
useBinaryTransfer?:
|
|
237929
|
+
useBinaryTransfer?: any;
|
|
237874
237930
|
/**
|
|
237875
237931
|
* Ftp wildcardFileName. Type: string (or Expression with resultType string).
|
|
237876
237932
|
*/
|
|
@@ -237909,9 +237965,9 @@ export declare namespace datafactory {
|
|
|
237909
237965
|
*/
|
|
237910
237966
|
enableSsl?: any;
|
|
237911
237967
|
/**
|
|
237912
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
237968
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
237913
237969
|
*/
|
|
237914
|
-
encryptedCredential?:
|
|
237970
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
237915
237971
|
/**
|
|
237916
237972
|
* Host name of the FTP server. Type: string (or Expression with resultType string).
|
|
237917
237973
|
*/
|
|
@@ -238060,7 +238116,7 @@ export declare namespace datafactory {
|
|
|
238060
238116
|
*/
|
|
238061
238117
|
authenticationType?: pulumi.Input<string | enums.datafactory.v20180601.GoogleAdWordsAuthenticationType>;
|
|
238062
238118
|
/**
|
|
238063
|
-
* The Client customer ID of the AdWords account that you want to fetch report data for.
|
|
238119
|
+
* The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).
|
|
238064
238120
|
*/
|
|
238065
238121
|
clientCustomerID?: any;
|
|
238066
238122
|
/**
|
|
@@ -238088,15 +238144,15 @@ export declare namespace datafactory {
|
|
|
238088
238144
|
*/
|
|
238089
238145
|
developerToken?: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
238090
238146
|
/**
|
|
238091
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
238147
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
238092
238148
|
*/
|
|
238093
238149
|
email?: any;
|
|
238094
238150
|
/**
|
|
238095
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238151
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238096
238152
|
*/
|
|
238097
|
-
encryptedCredential?:
|
|
238153
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238098
238154
|
/**
|
|
238099
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
238155
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
238100
238156
|
*/
|
|
238101
238157
|
keyFilePath?: any;
|
|
238102
238158
|
/**
|
|
@@ -238110,7 +238166,7 @@ export declare namespace datafactory {
|
|
|
238110
238166
|
*/
|
|
238111
238167
|
refreshToken?: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
238112
238168
|
/**
|
|
238113
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
238169
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
238114
238170
|
*/
|
|
238115
238171
|
trustedCertPath?: any;
|
|
238116
238172
|
/**
|
|
@@ -238119,7 +238175,7 @@ export declare namespace datafactory {
|
|
|
238119
238175
|
*/
|
|
238120
238176
|
type: pulumi.Input<"GoogleAdWords">;
|
|
238121
238177
|
/**
|
|
238122
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
238178
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).
|
|
238123
238179
|
*/
|
|
238124
238180
|
useSystemTrustStore?: any;
|
|
238125
238181
|
}
|
|
@@ -238210,7 +238266,7 @@ export declare namespace datafactory {
|
|
|
238210
238266
|
*/
|
|
238211
238267
|
interface GoogleBigQueryLinkedServiceArgs {
|
|
238212
238268
|
/**
|
|
238213
|
-
* A comma-separated list of public BigQuery projects to access.
|
|
238269
|
+
* A comma-separated list of public BigQuery projects to access. Type: string (or Expression with resultType string).
|
|
238214
238270
|
*/
|
|
238215
238271
|
additionalProjects?: any;
|
|
238216
238272
|
/**
|
|
@@ -238238,15 +238294,15 @@ export declare namespace datafactory {
|
|
|
238238
238294
|
*/
|
|
238239
238295
|
description?: pulumi.Input<string>;
|
|
238240
238296
|
/**
|
|
238241
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
238297
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
238242
238298
|
*/
|
|
238243
238299
|
email?: any;
|
|
238244
238300
|
/**
|
|
238245
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238301
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238246
238302
|
*/
|
|
238247
|
-
encryptedCredential?:
|
|
238303
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238248
238304
|
/**
|
|
238249
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
238305
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
238250
238306
|
*/
|
|
238251
238307
|
keyFilePath?: any;
|
|
238252
238308
|
/**
|
|
@@ -238256,7 +238312,7 @@ export declare namespace datafactory {
|
|
|
238256
238312
|
[key: string]: pulumi.Input<inputs.datafactory.v20180601.ParameterSpecificationArgs>;
|
|
238257
238313
|
}>;
|
|
238258
238314
|
/**
|
|
238259
|
-
* The default BigQuery project to query against.
|
|
238315
|
+
* The default BigQuery project to query against. Type: string (or Expression with resultType string).
|
|
238260
238316
|
*/
|
|
238261
238317
|
project: any;
|
|
238262
238318
|
/**
|
|
@@ -238264,11 +238320,11 @@ export declare namespace datafactory {
|
|
|
238264
238320
|
*/
|
|
238265
238321
|
refreshToken?: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
238266
238322
|
/**
|
|
238267
|
-
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.
|
|
238323
|
+
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false. Type: string (or Expression with resultType string).
|
|
238268
238324
|
*/
|
|
238269
238325
|
requestGoogleDriveScope?: any;
|
|
238270
238326
|
/**
|
|
238271
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
238327
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
238272
238328
|
*/
|
|
238273
238329
|
trustedCertPath?: any;
|
|
238274
238330
|
/**
|
|
@@ -238277,7 +238333,7 @@ export declare namespace datafactory {
|
|
|
238277
238333
|
*/
|
|
238278
238334
|
type: pulumi.Input<"GoogleBigQuery">;
|
|
238279
238335
|
/**
|
|
238280
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
238336
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.Type: boolean (or Expression with resultType boolean).
|
|
238281
238337
|
*/
|
|
238282
238338
|
useSystemTrustStore?: any;
|
|
238283
238339
|
}
|
|
@@ -238392,9 +238448,9 @@ export declare namespace datafactory {
|
|
|
238392
238448
|
*/
|
|
238393
238449
|
description?: pulumi.Input<string>;
|
|
238394
238450
|
/**
|
|
238395
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238451
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238396
238452
|
*/
|
|
238397
|
-
encryptedCredential?:
|
|
238453
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238398
238454
|
/**
|
|
238399
238455
|
* Parameters for linked service.
|
|
238400
238456
|
*/
|
|
@@ -238454,9 +238510,9 @@ export declare namespace datafactory {
|
|
|
238454
238510
|
*/
|
|
238455
238511
|
disableMetricsCollection?: any;
|
|
238456
238512
|
/**
|
|
238457
|
-
* Indicates whether to enable partition discovery.
|
|
238513
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
238458
238514
|
*/
|
|
238459
|
-
enablePartitionDiscovery?:
|
|
238515
|
+
enablePartitionDiscovery?: any;
|
|
238460
238516
|
/**
|
|
238461
238517
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
238462
238518
|
*/
|
|
@@ -238520,9 +238576,9 @@ export declare namespace datafactory {
|
|
|
238520
238576
|
*/
|
|
238521
238577
|
description?: pulumi.Input<string>;
|
|
238522
238578
|
/**
|
|
238523
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238579
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238524
238580
|
*/
|
|
238525
|
-
encryptedCredential?:
|
|
238581
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238526
238582
|
/**
|
|
238527
238583
|
* Parameters for linked service.
|
|
238528
238584
|
*/
|
|
@@ -238556,9 +238612,9 @@ export declare namespace datafactory {
|
|
|
238556
238612
|
*/
|
|
238557
238613
|
description?: pulumi.Input<string>;
|
|
238558
238614
|
/**
|
|
238559
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238615
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238560
238616
|
*/
|
|
238561
|
-
encryptedCredential?:
|
|
238617
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238562
238618
|
/**
|
|
238563
238619
|
* Parameters for linked service.
|
|
238564
238620
|
*/
|
|
@@ -238694,9 +238750,9 @@ export declare namespace datafactory {
|
|
|
238694
238750
|
*/
|
|
238695
238751
|
enableSsl?: any;
|
|
238696
238752
|
/**
|
|
238697
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238753
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238698
238754
|
*/
|
|
238699
|
-
encryptedCredential?:
|
|
238755
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238700
238756
|
/**
|
|
238701
238757
|
* The IP address or host name of the HBase server. (i.e. 192.168.222.160)
|
|
238702
238758
|
*/
|
|
@@ -238881,7 +238937,9 @@ export declare namespace datafactory {
|
|
|
238881
238937
|
/**
|
|
238882
238938
|
* User specified arguments under hivevar namespace.
|
|
238883
238939
|
*/
|
|
238884
|
-
variables?: pulumi.Input<
|
|
238940
|
+
variables?: pulumi.Input<{
|
|
238941
|
+
[key: string]: any;
|
|
238942
|
+
}>;
|
|
238885
238943
|
}
|
|
238886
238944
|
/**
|
|
238887
238945
|
* HDInsight linked service.
|
|
@@ -238904,9 +238962,9 @@ export declare namespace datafactory {
|
|
|
238904
238962
|
*/
|
|
238905
238963
|
description?: pulumi.Input<string>;
|
|
238906
238964
|
/**
|
|
238907
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
238965
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
238908
238966
|
*/
|
|
238909
|
-
encryptedCredential?:
|
|
238967
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
238910
238968
|
/**
|
|
238911
238969
|
* Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
|
|
238912
238970
|
*/
|
|
@@ -239076,9 +239134,9 @@ export declare namespace datafactory {
|
|
|
239076
239134
|
*/
|
|
239077
239135
|
description?: pulumi.Input<string>;
|
|
239078
239136
|
/**
|
|
239079
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
239137
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
239080
239138
|
*/
|
|
239081
|
-
encryptedCredential?:
|
|
239139
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
239082
239140
|
/**
|
|
239083
239141
|
* Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.
|
|
239084
239142
|
*/
|
|
@@ -239408,9 +239466,9 @@ export declare namespace datafactory {
|
|
|
239408
239466
|
*/
|
|
239409
239467
|
description?: pulumi.Input<string>;
|
|
239410
239468
|
/**
|
|
239411
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
239469
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
239412
239470
|
*/
|
|
239413
|
-
encryptedCredential?:
|
|
239471
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
239414
239472
|
/**
|
|
239415
239473
|
* Parameters for linked service.
|
|
239416
239474
|
*/
|
|
@@ -239470,9 +239528,9 @@ export declare namespace datafactory {
|
|
|
239470
239528
|
*/
|
|
239471
239529
|
distcpSettings?: pulumi.Input<inputs.datafactory.v20180601.DistcpSettingsArgs>;
|
|
239472
239530
|
/**
|
|
239473
|
-
* Indicates whether to enable partition discovery.
|
|
239531
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
239474
239532
|
*/
|
|
239475
|
-
enablePartitionDiscovery?:
|
|
239533
|
+
enablePartitionDiscovery?: any;
|
|
239476
239534
|
/**
|
|
239477
239535
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
239478
239536
|
*/
|
|
@@ -239578,9 +239636,9 @@ export declare namespace datafactory {
|
|
|
239578
239636
|
*/
|
|
239579
239637
|
enableSsl?: any;
|
|
239580
239638
|
/**
|
|
239581
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
239639
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
239582
239640
|
*/
|
|
239583
|
-
encryptedCredential?:
|
|
239641
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
239584
239642
|
/**
|
|
239585
239643
|
* IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
|
|
239586
239644
|
*/
|
|
@@ -239830,9 +239888,9 @@ export declare namespace datafactory {
|
|
|
239830
239888
|
*/
|
|
239831
239889
|
enableServerCertificateValidation?: any;
|
|
239832
239890
|
/**
|
|
239833
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
239891
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
239834
239892
|
*/
|
|
239835
|
-
encryptedCredential?:
|
|
239893
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
239836
239894
|
/**
|
|
239837
239895
|
* Parameters for linked service.
|
|
239838
239896
|
*/
|
|
@@ -239858,9 +239916,13 @@ export declare namespace datafactory {
|
|
|
239858
239916
|
userName?: any;
|
|
239859
239917
|
}
|
|
239860
239918
|
/**
|
|
239861
|
-
*
|
|
239919
|
+
* Http read settings.
|
|
239862
239920
|
*/
|
|
239863
239921
|
interface HttpReadSettingsArgs {
|
|
239922
|
+
/**
|
|
239923
|
+
* Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
|
|
239924
|
+
*/
|
|
239925
|
+
additionalColumns?: any;
|
|
239864
239926
|
/**
|
|
239865
239927
|
* The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
|
|
239866
239928
|
*/
|
|
@@ -239869,18 +239931,10 @@ export declare namespace datafactory {
|
|
|
239869
239931
|
* If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
|
|
239870
239932
|
*/
|
|
239871
239933
|
disableMetricsCollection?: any;
|
|
239872
|
-
/**
|
|
239873
|
-
* Indicates whether to enable partition discovery.
|
|
239874
|
-
*/
|
|
239875
|
-
enablePartitionDiscovery?: pulumi.Input<boolean>;
|
|
239876
239934
|
/**
|
|
239877
239935
|
* The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
|
|
239878
239936
|
*/
|
|
239879
239937
|
maxConcurrentConnections?: any;
|
|
239880
|
-
/**
|
|
239881
|
-
* Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
|
|
239882
|
-
*/
|
|
239883
|
-
partitionRootPath?: any;
|
|
239884
239938
|
/**
|
|
239885
239939
|
* The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
|
|
239886
239940
|
*/
|
|
@@ -239890,7 +239944,7 @@ export declare namespace datafactory {
|
|
|
239890
239944
|
*/
|
|
239891
239945
|
requestMethod?: any;
|
|
239892
239946
|
/**
|
|
239893
|
-
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server.
|
|
239947
|
+
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
|
|
239894
239948
|
*/
|
|
239895
239949
|
requestTimeout?: any;
|
|
239896
239950
|
/**
|
|
@@ -239980,9 +240034,9 @@ export declare namespace datafactory {
|
|
|
239980
240034
|
*/
|
|
239981
240035
|
description?: pulumi.Input<string>;
|
|
239982
240036
|
/**
|
|
239983
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
240037
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
239984
240038
|
*/
|
|
239985
|
-
encryptedCredential?:
|
|
240039
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
239986
240040
|
/**
|
|
239987
240041
|
* Parameters for linked service.
|
|
239988
240042
|
*/
|
|
@@ -240164,9 +240218,9 @@ export declare namespace datafactory {
|
|
|
240164
240218
|
*/
|
|
240165
240219
|
enableSsl?: any;
|
|
240166
240220
|
/**
|
|
240167
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
240221
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
240168
240222
|
*/
|
|
240169
|
-
encryptedCredential?:
|
|
240223
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
240170
240224
|
/**
|
|
240171
240225
|
* The IP address or host name of the Impala server. (i.e. 192.168.222.160)
|
|
240172
240226
|
*/
|
|
@@ -240306,7 +240360,7 @@ export declare namespace datafactory {
|
|
|
240306
240360
|
*/
|
|
240307
240361
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
240308
240362
|
/**
|
|
240309
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
240363
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
240310
240364
|
*/
|
|
240311
240365
|
connectionString: any;
|
|
240312
240366
|
/**
|
|
@@ -240318,9 +240372,9 @@ export declare namespace datafactory {
|
|
|
240318
240372
|
*/
|
|
240319
240373
|
description?: pulumi.Input<string>;
|
|
240320
240374
|
/**
|
|
240321
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
240375
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
240322
240376
|
*/
|
|
240323
|
-
encryptedCredential?:
|
|
240377
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
240324
240378
|
/**
|
|
240325
240379
|
* Parameters for linked service.
|
|
240326
240380
|
*/
|
|
@@ -240691,9 +240745,9 @@ export declare namespace datafactory {
|
|
|
240691
240745
|
*/
|
|
240692
240746
|
description?: pulumi.Input<string>;
|
|
240693
240747
|
/**
|
|
240694
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
240748
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
240695
240749
|
*/
|
|
240696
|
-
encryptedCredential?:
|
|
240750
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
240697
240751
|
/**
|
|
240698
240752
|
* The IP address or host name of the Jira service. (e.g. jira.example.com)
|
|
240699
240753
|
*/
|
|
@@ -241183,9 +241237,9 @@ export declare namespace datafactory {
|
|
|
241183
241237
|
*/
|
|
241184
241238
|
description?: pulumi.Input<string>;
|
|
241185
241239
|
/**
|
|
241186
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
241240
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
241187
241241
|
*/
|
|
241188
|
-
encryptedCredential?:
|
|
241242
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
241189
241243
|
/**
|
|
241190
241244
|
* The URL of the Magento instance. (i.e. 192.168.222.110/magento3)
|
|
241191
241245
|
*/
|
|
@@ -241441,9 +241495,9 @@ export declare namespace datafactory {
|
|
|
241441
241495
|
*/
|
|
241442
241496
|
description?: pulumi.Input<string>;
|
|
241443
241497
|
/**
|
|
241444
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
241498
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
241445
241499
|
*/
|
|
241446
|
-
encryptedCredential?:
|
|
241500
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
241447
241501
|
/**
|
|
241448
241502
|
* Parameters for linked service.
|
|
241449
241503
|
*/
|
|
@@ -241567,9 +241621,9 @@ export declare namespace datafactory {
|
|
|
241567
241621
|
*/
|
|
241568
241622
|
description?: pulumi.Input<string>;
|
|
241569
241623
|
/**
|
|
241570
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
241624
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
241571
241625
|
*/
|
|
241572
|
-
encryptedCredential?:
|
|
241626
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
241573
241627
|
/**
|
|
241574
241628
|
* The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)
|
|
241575
241629
|
*/
|
|
@@ -241710,7 +241764,7 @@ export declare namespace datafactory {
|
|
|
241710
241764
|
*/
|
|
241711
241765
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
241712
241766
|
/**
|
|
241713
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
241767
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
241714
241768
|
*/
|
|
241715
241769
|
connectionString: any;
|
|
241716
241770
|
/**
|
|
@@ -241722,9 +241776,9 @@ export declare namespace datafactory {
|
|
|
241722
241776
|
*/
|
|
241723
241777
|
description?: pulumi.Input<string>;
|
|
241724
241778
|
/**
|
|
241725
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
241779
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
241726
241780
|
*/
|
|
241727
|
-
encryptedCredential?:
|
|
241781
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
241728
241782
|
/**
|
|
241729
241783
|
* Parameters for linked service.
|
|
241730
241784
|
*/
|
|
@@ -242127,9 +242181,9 @@ export declare namespace datafactory {
|
|
|
242127
242181
|
*/
|
|
242128
242182
|
enableSsl?: any;
|
|
242129
242183
|
/**
|
|
242130
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
242184
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
242131
242185
|
*/
|
|
242132
|
-
encryptedCredential?:
|
|
242186
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
242133
242187
|
/**
|
|
242134
242188
|
* Parameters for linked service.
|
|
242135
242189
|
*/
|
|
@@ -242391,7 +242445,7 @@ export declare namespace datafactory {
|
|
|
242391
242445
|
*/
|
|
242392
242446
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
242393
242447
|
/**
|
|
242394
|
-
* The connection string.
|
|
242448
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
242395
242449
|
*/
|
|
242396
242450
|
connectionString: any;
|
|
242397
242451
|
/**
|
|
@@ -242399,9 +242453,9 @@ export declare namespace datafactory {
|
|
|
242399
242453
|
*/
|
|
242400
242454
|
description?: pulumi.Input<string>;
|
|
242401
242455
|
/**
|
|
242402
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
242456
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
242403
242457
|
*/
|
|
242404
|
-
encryptedCredential?:
|
|
242458
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
242405
242459
|
/**
|
|
242406
242460
|
* Parameters for linked service.
|
|
242407
242461
|
*/
|
|
@@ -242521,9 +242575,9 @@ export declare namespace datafactory {
|
|
|
242521
242575
|
*/
|
|
242522
242576
|
description?: pulumi.Input<string>;
|
|
242523
242577
|
/**
|
|
242524
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
242578
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
242525
242579
|
*/
|
|
242526
|
-
encryptedCredential?:
|
|
242580
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
242527
242581
|
/**
|
|
242528
242582
|
* Parameters for linked service.
|
|
242529
242583
|
*/
|
|
@@ -242701,9 +242755,9 @@ export declare namespace datafactory {
|
|
|
242701
242755
|
*/
|
|
242702
242756
|
description?: pulumi.Input<string>;
|
|
242703
242757
|
/**
|
|
242704
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
242758
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
242705
242759
|
*/
|
|
242706
|
-
encryptedCredential?:
|
|
242760
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
242707
242761
|
/**
|
|
242708
242762
|
* Parameters for linked service.
|
|
242709
242763
|
*/
|
|
@@ -242847,7 +242901,7 @@ export declare namespace datafactory {
|
|
|
242847
242901
|
*/
|
|
242848
242902
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
242849
242903
|
/**
|
|
242850
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
242904
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
242851
242905
|
*/
|
|
242852
242906
|
connectionString: any;
|
|
242853
242907
|
/**
|
|
@@ -242859,9 +242913,9 @@ export declare namespace datafactory {
|
|
|
242859
242913
|
*/
|
|
242860
242914
|
description?: pulumi.Input<string>;
|
|
242861
242915
|
/**
|
|
242862
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
242916
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
242863
242917
|
*/
|
|
242864
|
-
encryptedCredential?:
|
|
242918
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
242865
242919
|
/**
|
|
242866
242920
|
* Parameters for linked service.
|
|
242867
242921
|
*/
|
|
@@ -243067,9 +243121,9 @@ export declare namespace datafactory {
|
|
|
243067
243121
|
*/
|
|
243068
243122
|
description?: pulumi.Input<string>;
|
|
243069
243123
|
/**
|
|
243070
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
243124
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
243071
243125
|
*/
|
|
243072
|
-
encryptedCredential?:
|
|
243126
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
243073
243127
|
/**
|
|
243074
243128
|
* Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).
|
|
243075
243129
|
*/
|
|
@@ -243169,9 +243223,9 @@ export declare namespace datafactory {
|
|
|
243169
243223
|
*/
|
|
243170
243224
|
description?: pulumi.Input<string>;
|
|
243171
243225
|
/**
|
|
243172
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
243226
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
243173
243227
|
*/
|
|
243174
|
-
encryptedCredential?:
|
|
243228
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
243175
243229
|
/**
|
|
243176
243230
|
* Parameters for linked service.
|
|
243177
243231
|
*/
|
|
@@ -243231,9 +243285,9 @@ export declare namespace datafactory {
|
|
|
243231
243285
|
*/
|
|
243232
243286
|
disableMetricsCollection?: any;
|
|
243233
243287
|
/**
|
|
243234
|
-
* Indicates whether to enable partition discovery.
|
|
243288
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
243235
243289
|
*/
|
|
243236
|
-
enablePartitionDiscovery?:
|
|
243290
|
+
enablePartitionDiscovery?: any;
|
|
243237
243291
|
/**
|
|
243238
243292
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
243239
243293
|
*/
|
|
@@ -243297,9 +243351,9 @@ export declare namespace datafactory {
|
|
|
243297
243351
|
*/
|
|
243298
243352
|
description?: pulumi.Input<string>;
|
|
243299
243353
|
/**
|
|
243300
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
243354
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
243301
243355
|
*/
|
|
243302
|
-
encryptedCredential?:
|
|
243356
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
243303
243357
|
/**
|
|
243304
243358
|
* Parameters for linked service.
|
|
243305
243359
|
*/
|
|
@@ -243354,9 +243408,9 @@ export declare namespace datafactory {
|
|
|
243354
243408
|
*/
|
|
243355
243409
|
description?: pulumi.Input<string>;
|
|
243356
243410
|
/**
|
|
243357
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
243411
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
243358
243412
|
*/
|
|
243359
|
-
encryptedCredential?:
|
|
243413
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
243360
243414
|
/**
|
|
243361
243415
|
* The URL of the Oracle Service Cloud instance.
|
|
243362
243416
|
*/
|
|
@@ -243978,11 +244032,11 @@ export declare namespace datafactory {
|
|
|
243978
244032
|
*/
|
|
243979
244033
|
description?: pulumi.Input<string>;
|
|
243980
244034
|
/**
|
|
243981
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244035
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
243982
244036
|
*/
|
|
243983
|
-
encryptedCredential?:
|
|
244037
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
243984
244038
|
/**
|
|
243985
|
-
* The URL
|
|
244039
|
+
* The URL of the PayPal instance. (i.e. api.sandbox.paypal.com)
|
|
243986
244040
|
*/
|
|
243987
244041
|
host: any;
|
|
243988
244042
|
/**
|
|
@@ -244124,9 +244178,9 @@ export declare namespace datafactory {
|
|
|
244124
244178
|
*/
|
|
244125
244179
|
enableSsl?: any;
|
|
244126
244180
|
/**
|
|
244127
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244181
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
244128
244182
|
*/
|
|
244129
|
-
encryptedCredential?:
|
|
244183
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
244130
244184
|
/**
|
|
244131
244185
|
* The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)
|
|
244132
244186
|
*/
|
|
@@ -244340,7 +244394,7 @@ export declare namespace datafactory {
|
|
|
244340
244394
|
*/
|
|
244341
244395
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
244342
244396
|
/**
|
|
244343
|
-
* The connection string.
|
|
244397
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
244344
244398
|
*/
|
|
244345
244399
|
connectionString: any;
|
|
244346
244400
|
/**
|
|
@@ -244348,9 +244402,9 @@ export declare namespace datafactory {
|
|
|
244348
244402
|
*/
|
|
244349
244403
|
description?: pulumi.Input<string>;
|
|
244350
244404
|
/**
|
|
244351
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244405
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
244352
244406
|
*/
|
|
244353
|
-
encryptedCredential?:
|
|
244407
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
244354
244408
|
/**
|
|
244355
244409
|
* Parameters for linked service.
|
|
244356
244410
|
*/
|
|
@@ -244573,9 +244627,9 @@ export declare namespace datafactory {
|
|
|
244573
244627
|
*/
|
|
244574
244628
|
enableSsl?: any;
|
|
244575
244629
|
/**
|
|
244576
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244630
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
244577
244631
|
*/
|
|
244578
|
-
encryptedCredential?:
|
|
244632
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
244579
244633
|
/**
|
|
244580
244634
|
* The IP address or host name of the Presto server. (i.e. 192.168.222.160)
|
|
244581
244635
|
*/
|
|
@@ -244795,9 +244849,9 @@ export declare namespace datafactory {
|
|
|
244795
244849
|
*/
|
|
244796
244850
|
description?: pulumi.Input<string>;
|
|
244797
244851
|
/**
|
|
244798
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244852
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
244799
244853
|
*/
|
|
244800
|
-
encryptedCredential?:
|
|
244854
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
244801
244855
|
/**
|
|
244802
244856
|
* The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)
|
|
244803
244857
|
*/
|
|
@@ -244917,9 +244971,9 @@ export declare namespace datafactory {
|
|
|
244917
244971
|
*/
|
|
244918
244972
|
description?: pulumi.Input<string>;
|
|
244919
244973
|
/**
|
|
244920
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
244974
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
244921
244975
|
*/
|
|
244922
|
-
encryptedCredential?:
|
|
244976
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
244923
244977
|
/**
|
|
244924
244978
|
* Parameters for linked service.
|
|
244925
244979
|
*/
|
|
@@ -245141,9 +245195,9 @@ export declare namespace datafactory {
|
|
|
245141
245195
|
*/
|
|
245142
245196
|
description?: pulumi.Input<string>;
|
|
245143
245197
|
/**
|
|
245144
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
245198
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
245145
245199
|
*/
|
|
245146
|
-
encryptedCredential?:
|
|
245200
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
245147
245201
|
/**
|
|
245148
245202
|
* The endpoint of the Responsys server.
|
|
245149
245203
|
*/
|
|
@@ -245259,9 +245313,11 @@ export declare namespace datafactory {
|
|
|
245259
245313
|
*/
|
|
245260
245314
|
interface RestResourceDatasetArgs {
|
|
245261
245315
|
/**
|
|
245262
|
-
* The additional HTTP headers in the request to the RESTful API.
|
|
245316
|
+
* The additional HTTP headers in the request to the RESTful API.
|
|
245263
245317
|
*/
|
|
245264
|
-
additionalHeaders?:
|
|
245318
|
+
additionalHeaders?: pulumi.Input<{
|
|
245319
|
+
[key: string]: any;
|
|
245320
|
+
}>;
|
|
245265
245321
|
/**
|
|
245266
245322
|
* List of tags that can be used for describing the Dataset.
|
|
245267
245323
|
*/
|
|
@@ -245279,9 +245335,11 @@ export declare namespace datafactory {
|
|
|
245279
245335
|
*/
|
|
245280
245336
|
linkedServiceName: pulumi.Input<inputs.datafactory.v20180601.LinkedServiceReferenceArgs>;
|
|
245281
245337
|
/**
|
|
245282
|
-
* The pagination rules to compose next page requests.
|
|
245338
|
+
* The pagination rules to compose next page requests.
|
|
245283
245339
|
*/
|
|
245284
|
-
paginationRules?:
|
|
245340
|
+
paginationRules?: pulumi.Input<{
|
|
245341
|
+
[key: string]: any;
|
|
245342
|
+
}>;
|
|
245285
245343
|
/**
|
|
245286
245344
|
* Parameters for dataset.
|
|
245287
245345
|
*/
|
|
@@ -245319,7 +245377,7 @@ export declare namespace datafactory {
|
|
|
245319
245377
|
*/
|
|
245320
245378
|
interface RestServiceLinkedServiceArgs {
|
|
245321
245379
|
/**
|
|
245322
|
-
* The resource you are requesting authorization to use.
|
|
245380
|
+
* The resource you are requesting authorization to use. Type: string (or Expression with resultType string).
|
|
245323
245381
|
*/
|
|
245324
245382
|
aadResourceId?: any;
|
|
245325
245383
|
/**
|
|
@@ -245363,9 +245421,9 @@ export declare namespace datafactory {
|
|
|
245363
245421
|
*/
|
|
245364
245422
|
enableServerCertificateValidation?: any;
|
|
245365
245423
|
/**
|
|
245366
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
245424
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
245367
245425
|
*/
|
|
245368
|
-
encryptedCredential?:
|
|
245426
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
245369
245427
|
/**
|
|
245370
245428
|
* Parameters for linked service.
|
|
245371
245429
|
*/
|
|
@@ -245385,7 +245443,7 @@ export declare namespace datafactory {
|
|
|
245385
245443
|
*/
|
|
245386
245444
|
scope?: any;
|
|
245387
245445
|
/**
|
|
245388
|
-
* The application's client ID used in AadServicePrincipal authentication type.
|
|
245446
|
+
* The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
245389
245447
|
*/
|
|
245390
245448
|
servicePrincipalId?: any;
|
|
245391
245449
|
/**
|
|
@@ -245393,7 +245451,7 @@ export declare namespace datafactory {
|
|
|
245393
245451
|
*/
|
|
245394
245452
|
servicePrincipalKey?: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
245395
245453
|
/**
|
|
245396
|
-
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
|
|
245454
|
+
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
245397
245455
|
*/
|
|
245398
245456
|
tenant?: any;
|
|
245399
245457
|
/**
|
|
@@ -245406,11 +245464,11 @@ export declare namespace datafactory {
|
|
|
245406
245464
|
*/
|
|
245407
245465
|
type: pulumi.Input<"RestService">;
|
|
245408
245466
|
/**
|
|
245409
|
-
* The base URL of the REST service.
|
|
245467
|
+
* The base URL of the REST service. Type: string (or Expression with resultType string).
|
|
245410
245468
|
*/
|
|
245411
245469
|
url: any;
|
|
245412
245470
|
/**
|
|
245413
|
-
* The user name used in Basic authentication type.
|
|
245471
|
+
* The user name used in Basic authentication type. Type: string (or Expression with resultType string).
|
|
245414
245472
|
*/
|
|
245415
245473
|
userName?: any;
|
|
245416
245474
|
}
|
|
@@ -245540,7 +245598,7 @@ export declare namespace datafactory {
|
|
|
245540
245598
|
*/
|
|
245541
245599
|
interface SSISAccessCredentialArgs {
|
|
245542
245600
|
/**
|
|
245543
|
-
* Domain for windows authentication.
|
|
245601
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
245544
245602
|
*/
|
|
245545
245603
|
domain: any;
|
|
245546
245604
|
/**
|
|
@@ -245548,7 +245606,7 @@ export declare namespace datafactory {
|
|
|
245548
245606
|
*/
|
|
245549
245607
|
password: pulumi.Input<inputs.datafactory.v20180601.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.v20180601.SecureStringArgs>;
|
|
245550
245608
|
/**
|
|
245551
|
-
* UseName for windows authentication.
|
|
245609
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
245552
245610
|
*/
|
|
245553
245611
|
userName: any;
|
|
245554
245612
|
}
|
|
@@ -245578,7 +245636,7 @@ export declare namespace datafactory {
|
|
|
245578
245636
|
*/
|
|
245579
245637
|
interface SSISExecutionCredentialArgs {
|
|
245580
245638
|
/**
|
|
245581
|
-
* Domain for windows authentication.
|
|
245639
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
245582
245640
|
*/
|
|
245583
245641
|
domain: any;
|
|
245584
245642
|
/**
|
|
@@ -245586,7 +245644,7 @@ export declare namespace datafactory {
|
|
|
245586
245644
|
*/
|
|
245587
245645
|
password: pulumi.Input<inputs.datafactory.v20180601.SecureStringArgs>;
|
|
245588
245646
|
/**
|
|
245589
|
-
* UseName for windows authentication.
|
|
245647
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
245590
245648
|
*/
|
|
245591
245649
|
userName: any;
|
|
245592
245650
|
}
|
|
@@ -245699,9 +245757,9 @@ export declare namespace datafactory {
|
|
|
245699
245757
|
*/
|
|
245700
245758
|
description?: pulumi.Input<string>;
|
|
245701
245759
|
/**
|
|
245702
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
245760
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
245703
245761
|
*/
|
|
245704
|
-
encryptedCredential?:
|
|
245762
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
245705
245763
|
/**
|
|
245706
245764
|
* The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
245707
245765
|
*/
|
|
@@ -245759,9 +245817,9 @@ export declare namespace datafactory {
|
|
|
245759
245817
|
*/
|
|
245760
245818
|
description?: pulumi.Input<string>;
|
|
245761
245819
|
/**
|
|
245762
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
245820
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
245763
245821
|
*/
|
|
245764
|
-
encryptedCredential?:
|
|
245822
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
245765
245823
|
/**
|
|
245766
245824
|
* Parameters for linked service.
|
|
245767
245825
|
*/
|
|
@@ -245933,9 +245991,9 @@ export declare namespace datafactory {
|
|
|
245933
245991
|
*/
|
|
245934
245992
|
description?: pulumi.Input<string>;
|
|
245935
245993
|
/**
|
|
245936
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
245994
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
245937
245995
|
*/
|
|
245938
|
-
encryptedCredential?:
|
|
245996
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
245939
245997
|
/**
|
|
245940
245998
|
* The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
245941
245999
|
*/
|
|
@@ -246205,9 +246263,9 @@ export declare namespace datafactory {
|
|
|
246205
246263
|
*/
|
|
246206
246264
|
description?: pulumi.Input<string>;
|
|
246207
246265
|
/**
|
|
246208
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
246266
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
246209
246267
|
*/
|
|
246210
|
-
encryptedCredential?:
|
|
246268
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
246211
246269
|
/**
|
|
246212
246270
|
* Parameters for linked service.
|
|
246213
246271
|
*/
|
|
@@ -246331,9 +246389,9 @@ export declare namespace datafactory {
|
|
|
246331
246389
|
*/
|
|
246332
246390
|
description?: pulumi.Input<string>;
|
|
246333
246391
|
/**
|
|
246334
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
246392
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
246335
246393
|
*/
|
|
246336
|
-
encryptedCredential?:
|
|
246394
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
246337
246395
|
/**
|
|
246338
246396
|
* Parameters for linked service.
|
|
246339
246397
|
*/
|
|
@@ -246503,7 +246561,7 @@ export declare namespace datafactory {
|
|
|
246503
246561
|
*/
|
|
246504
246562
|
description?: pulumi.Input<string>;
|
|
246505
246563
|
/**
|
|
246506
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
246564
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
246507
246565
|
*/
|
|
246508
246566
|
encryptedCredential?: pulumi.Input<string>;
|
|
246509
246567
|
/**
|
|
@@ -246524,11 +246582,11 @@ export declare namespace datafactory {
|
|
|
246524
246582
|
/**
|
|
246525
246583
|
* The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
|
|
246526
246584
|
*/
|
|
246527
|
-
url:
|
|
246585
|
+
url: any;
|
|
246528
246586
|
/**
|
|
246529
246587
|
* The username for Basic authentication. Type: string (or Expression with resultType string).
|
|
246530
246588
|
*/
|
|
246531
|
-
username?:
|
|
246589
|
+
username?: any;
|
|
246532
246590
|
}
|
|
246533
246591
|
/**
|
|
246534
246592
|
* The path of the SAP ECC OData entity.
|
|
@@ -246641,9 +246699,9 @@ export declare namespace datafactory {
|
|
|
246641
246699
|
*/
|
|
246642
246700
|
description?: pulumi.Input<string>;
|
|
246643
246701
|
/**
|
|
246644
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
246702
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
246645
246703
|
*/
|
|
246646
|
-
encryptedCredential?:
|
|
246704
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
246647
246705
|
/**
|
|
246648
246706
|
* Parameters for linked service.
|
|
246649
246707
|
*/
|
|
@@ -246792,9 +246850,9 @@ export declare namespace datafactory {
|
|
|
246792
246850
|
*/
|
|
246793
246851
|
description?: pulumi.Input<string>;
|
|
246794
246852
|
/**
|
|
246795
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
246853
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
246796
246854
|
*/
|
|
246797
|
-
encryptedCredential?:
|
|
246855
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
246798
246856
|
/**
|
|
246799
246857
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
246800
246858
|
*/
|
|
@@ -246990,9 +247048,9 @@ export declare namespace datafactory {
|
|
|
246990
247048
|
*/
|
|
246991
247049
|
description?: pulumi.Input<string>;
|
|
246992
247050
|
/**
|
|
246993
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
247051
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
246994
247052
|
*/
|
|
246995
|
-
encryptedCredential?:
|
|
247053
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
246996
247054
|
/**
|
|
246997
247055
|
* Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
246998
247056
|
*/
|
|
@@ -247164,9 +247222,9 @@ export declare namespace datafactory {
|
|
|
247164
247222
|
*/
|
|
247165
247223
|
description?: pulumi.Input<string>;
|
|
247166
247224
|
/**
|
|
247167
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
247225
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
247168
247226
|
*/
|
|
247169
|
-
encryptedCredential?:
|
|
247227
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
247170
247228
|
/**
|
|
247171
247229
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
247172
247230
|
*/
|
|
@@ -247513,7 +247571,7 @@ export declare namespace datafactory {
|
|
|
247513
247571
|
*/
|
|
247514
247572
|
type?: pulumi.Input<string | enums.datafactory.v20180601.ScriptActivityParameterType>;
|
|
247515
247573
|
/**
|
|
247516
|
-
* The value of the parameter.
|
|
247574
|
+
* The value of the parameter. Type: string (or Expression with resultType string).
|
|
247517
247575
|
*/
|
|
247518
247576
|
value?: any;
|
|
247519
247577
|
}
|
|
@@ -247626,9 +247684,9 @@ export declare namespace datafactory {
|
|
|
247626
247684
|
*/
|
|
247627
247685
|
description?: pulumi.Input<string>;
|
|
247628
247686
|
/**
|
|
247629
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
247687
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
247630
247688
|
*/
|
|
247631
|
-
encryptedCredential?:
|
|
247689
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
247632
247690
|
/**
|
|
247633
247691
|
* The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com)
|
|
247634
247692
|
*/
|
|
@@ -247820,9 +247878,9 @@ export declare namespace datafactory {
|
|
|
247820
247878
|
*/
|
|
247821
247879
|
disableMetricsCollection?: any;
|
|
247822
247880
|
/**
|
|
247823
|
-
* Indicates whether to enable partition discovery.
|
|
247881
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
247824
247882
|
*/
|
|
247825
|
-
enablePartitionDiscovery?:
|
|
247883
|
+
enablePartitionDiscovery?: any;
|
|
247826
247884
|
/**
|
|
247827
247885
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
247828
247886
|
*/
|
|
@@ -247882,9 +247940,9 @@ export declare namespace datafactory {
|
|
|
247882
247940
|
*/
|
|
247883
247941
|
description?: pulumi.Input<string>;
|
|
247884
247942
|
/**
|
|
247885
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
247943
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
247886
247944
|
*/
|
|
247887
|
-
encryptedCredential?:
|
|
247945
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
247888
247946
|
/**
|
|
247889
247947
|
* The SFTP server host name. Type: string (or Expression with resultType string).
|
|
247890
247948
|
*/
|
|
@@ -247980,9 +248038,9 @@ export declare namespace datafactory {
|
|
|
247980
248038
|
*/
|
|
247981
248039
|
description?: pulumi.Input<string>;
|
|
247982
248040
|
/**
|
|
247983
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
248041
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
247984
248042
|
*/
|
|
247985
|
-
encryptedCredential?:
|
|
248043
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
247986
248044
|
/**
|
|
247987
248045
|
* Parameters for linked service.
|
|
247988
248046
|
*/
|
|
@@ -248110,9 +248168,9 @@ export declare namespace datafactory {
|
|
|
248110
248168
|
*/
|
|
248111
248169
|
description?: pulumi.Input<string>;
|
|
248112
248170
|
/**
|
|
248113
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
248171
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
248114
248172
|
*/
|
|
248115
|
-
encryptedCredential?:
|
|
248173
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
248116
248174
|
/**
|
|
248117
248175
|
* The endpoint of the Shopify server. (i.e. mystore.myshopify.com)
|
|
248118
248176
|
*/
|
|
@@ -248257,9 +248315,9 @@ export declare namespace datafactory {
|
|
|
248257
248315
|
*/
|
|
248258
248316
|
description?: pulumi.Input<string>;
|
|
248259
248317
|
/**
|
|
248260
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
248318
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
248261
248319
|
*/
|
|
248262
|
-
encryptedCredential?:
|
|
248320
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
248263
248321
|
/**
|
|
248264
248322
|
* Parameters for linked service.
|
|
248265
248323
|
*/
|
|
@@ -248381,9 +248439,9 @@ export declare namespace datafactory {
|
|
|
248381
248439
|
*/
|
|
248382
248440
|
description?: pulumi.Input<string>;
|
|
248383
248441
|
/**
|
|
248384
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
248442
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
248385
248443
|
*/
|
|
248386
|
-
encryptedCredential?:
|
|
248444
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
248387
248445
|
/**
|
|
248388
248446
|
* Parameters for linked service.
|
|
248389
248447
|
*/
|
|
@@ -248522,9 +248580,9 @@ export declare namespace datafactory {
|
|
|
248522
248580
|
*/
|
|
248523
248581
|
enableSsl?: any;
|
|
248524
248582
|
/**
|
|
248525
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
248583
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
248526
248584
|
*/
|
|
248527
|
-
encryptedCredential?:
|
|
248585
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
248528
248586
|
/**
|
|
248529
248587
|
* IP address or host name of the Spark server
|
|
248530
248588
|
*/
|
|
@@ -248664,7 +248722,7 @@ export declare namespace datafactory {
|
|
|
248664
248722
|
*/
|
|
248665
248723
|
interface SqlAlwaysEncryptedPropertiesArgs {
|
|
248666
248724
|
/**
|
|
248667
|
-
* Sql always encrypted AKV authentication type. Type: string
|
|
248725
|
+
* Sql always encrypted AKV authentication type. Type: string.
|
|
248668
248726
|
*/
|
|
248669
248727
|
alwaysEncryptedAkvAuthType: pulumi.Input<string | enums.datafactory.v20180601.SqlAlwaysEncryptedAkvAuthType>;
|
|
248670
248728
|
/**
|
|
@@ -248987,9 +249045,9 @@ export declare namespace datafactory {
|
|
|
248987
249045
|
*/
|
|
248988
249046
|
description?: pulumi.Input<string>;
|
|
248989
249047
|
/**
|
|
248990
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
249048
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
248991
249049
|
*/
|
|
248992
|
-
encryptedCredential?:
|
|
249050
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
248993
249051
|
/**
|
|
248994
249052
|
* Parameters for linked service.
|
|
248995
249053
|
*/
|
|
@@ -249402,11 +249460,11 @@ export declare namespace datafactory {
|
|
|
249402
249460
|
*/
|
|
249403
249461
|
description?: pulumi.Input<string>;
|
|
249404
249462
|
/**
|
|
249405
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
249463
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
249406
249464
|
*/
|
|
249407
|
-
encryptedCredential?:
|
|
249465
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
249408
249466
|
/**
|
|
249409
|
-
* The URL
|
|
249467
|
+
* The URL of the Square instance. (i.e. mystore.mysquare.com)
|
|
249410
249468
|
*/
|
|
249411
249469
|
host?: any;
|
|
249412
249470
|
/**
|
|
@@ -249612,9 +249670,9 @@ export declare namespace datafactory {
|
|
|
249612
249670
|
*/
|
|
249613
249671
|
description?: pulumi.Input<string>;
|
|
249614
249672
|
/**
|
|
249615
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
249673
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
249616
249674
|
*/
|
|
249617
|
-
encryptedCredential?:
|
|
249675
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
249618
249676
|
/**
|
|
249619
249677
|
* Parameters for linked service.
|
|
249620
249678
|
*/
|
|
@@ -249762,9 +249820,9 @@ export declare namespace datafactory {
|
|
|
249762
249820
|
*/
|
|
249763
249821
|
notebook: pulumi.Input<inputs.datafactory.v20180601.SynapseNotebookReferenceArgs>;
|
|
249764
249822
|
/**
|
|
249765
|
-
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.
|
|
249823
|
+
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
|
|
249766
249824
|
*/
|
|
249767
|
-
numExecutors?:
|
|
249825
|
+
numExecutors?: any;
|
|
249768
249826
|
/**
|
|
249769
249827
|
* Notebook parameters.
|
|
249770
249828
|
*/
|
|
@@ -250002,9 +250060,9 @@ export declare namespace datafactory {
|
|
|
250002
250060
|
*/
|
|
250003
250061
|
description?: pulumi.Input<string>;
|
|
250004
250062
|
/**
|
|
250005
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
250063
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
250006
250064
|
*/
|
|
250007
|
-
encryptedCredential?:
|
|
250065
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
250008
250066
|
/**
|
|
250009
250067
|
* Parameters for linked service.
|
|
250010
250068
|
*/
|
|
@@ -250054,9 +250112,9 @@ export declare namespace datafactory {
|
|
|
250054
250112
|
*/
|
|
250055
250113
|
description?: pulumi.Input<string>;
|
|
250056
250114
|
/**
|
|
250057
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
250115
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
250058
250116
|
*/
|
|
250059
|
-
encryptedCredential?:
|
|
250117
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
250060
250118
|
/**
|
|
250061
250119
|
* Parameters for linked service.
|
|
250062
250120
|
*/
|
|
@@ -250421,7 +250479,7 @@ export declare namespace datafactory {
|
|
|
250421
250479
|
*/
|
|
250422
250480
|
type: pulumi.Input<"Twilio">;
|
|
250423
250481
|
/**
|
|
250424
|
-
* The Account SID of Twilio service.
|
|
250482
|
+
* The Account SID of Twilio service. Type: string (or Expression with resultType string).
|
|
250425
250483
|
*/
|
|
250426
250484
|
userName: any;
|
|
250427
250485
|
}
|
|
@@ -250450,7 +250508,7 @@ export declare namespace datafactory {
|
|
|
250450
250508
|
*/
|
|
250451
250509
|
name: pulumi.Input<string>;
|
|
250452
250510
|
/**
|
|
250453
|
-
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
250511
|
+
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
250454
250512
|
*/
|
|
250455
250513
|
timeout?: any;
|
|
250456
250514
|
/**
|
|
@@ -250556,9 +250614,9 @@ export declare namespace datafactory {
|
|
|
250556
250614
|
*/
|
|
250557
250615
|
description?: pulumi.Input<string>;
|
|
250558
250616
|
/**
|
|
250559
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
250617
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
250560
250618
|
*/
|
|
250561
|
-
encryptedCredential?:
|
|
250619
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
250562
250620
|
/**
|
|
250563
250621
|
* Parameters for linked service.
|
|
250564
250622
|
*/
|
|
@@ -250687,7 +250745,7 @@ export declare namespace datafactory {
|
|
|
250687
250745
|
*/
|
|
250688
250746
|
userProperties?: pulumi.Input<pulumi.Input<inputs.datafactory.v20180601.UserPropertyArgs>[]>;
|
|
250689
250747
|
/**
|
|
250690
|
-
* Duration in seconds.
|
|
250748
|
+
* Duration in seconds. Type: integer (or Expression with resultType integer).
|
|
250691
250749
|
*/
|
|
250692
250750
|
waitTimeInSeconds: any;
|
|
250693
250751
|
}
|
|
@@ -251075,9 +251133,9 @@ export declare namespace datafactory {
|
|
|
251075
251133
|
*/
|
|
251076
251134
|
description?: pulumi.Input<string>;
|
|
251077
251135
|
/**
|
|
251078
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
251136
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
251079
251137
|
*/
|
|
251080
|
-
encryptedCredential?:
|
|
251138
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
251081
251139
|
/**
|
|
251082
251140
|
* The endpoint of the Xero server. (i.e. api.xero.com)
|
|
251083
251141
|
*/
|
|
@@ -251342,9 +251400,9 @@ export declare namespace datafactory {
|
|
|
251342
251400
|
*/
|
|
251343
251401
|
description?: pulumi.Input<string>;
|
|
251344
251402
|
/**
|
|
251345
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
251403
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
251346
251404
|
*/
|
|
251347
|
-
encryptedCredential?:
|
|
251405
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
251348
251406
|
/**
|
|
251349
251407
|
* Parameters for linked service.
|
|
251350
251408
|
*/
|
|
@@ -251408,9 +251466,9 @@ export declare namespace datafactory {
|
|
|
251408
251466
|
*/
|
|
251409
251467
|
description?: pulumi.Input<string>;
|
|
251410
251468
|
/**
|
|
251411
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
251469
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
251412
251470
|
*/
|
|
251413
|
-
encryptedCredential?:
|
|
251471
|
+
encryptedCredential?: pulumi.Input<string>;
|
|
251414
251472
|
/**
|
|
251415
251473
|
* The endpoint of the Zoho server. (i.e. crm.zoho.com/crm/private)
|
|
251416
251474
|
*/
|
|
@@ -277604,6 +277662,10 @@ export declare namespace dbformysql {
|
|
|
277604
277662
|
*/
|
|
277605
277663
|
geoRedundantBackup?: pulumi.Input<string | enums.dbformysql.v20211201preview.EnableStatusEnum>;
|
|
277606
277664
|
}
|
|
277665
|
+
/**
|
|
277666
|
+
* backupArgsProvideDefaults sets the appropriate defaults for BackupArgs
|
|
277667
|
+
*/
|
|
277668
|
+
function backupArgsProvideDefaults(val: BackupArgs): BackupArgs;
|
|
277607
277669
|
/**
|
|
277608
277670
|
* The date encryption for cmk.
|
|
277609
277671
|
*/
|
|
@@ -277720,11 +277782,19 @@ export declare namespace dbformysql {
|
|
|
277720
277782
|
* Storage IOPS for a server.
|
|
277721
277783
|
*/
|
|
277722
277784
|
iops?: pulumi.Input<number>;
|
|
277785
|
+
/**
|
|
277786
|
+
* Enable Log On Disk or not.
|
|
277787
|
+
*/
|
|
277788
|
+
logOnDisk?: pulumi.Input<string | enums.dbformysql.v20211201preview.EnableStatusEnum>;
|
|
277723
277789
|
/**
|
|
277724
277790
|
* Max storage size allowed for a server.
|
|
277725
277791
|
*/
|
|
277726
277792
|
storageSizeGB?: pulumi.Input<number>;
|
|
277727
277793
|
}
|
|
277794
|
+
/**
|
|
277795
|
+
* storageArgsProvideDefaults sets the appropriate defaults for StorageArgs
|
|
277796
|
+
*/
|
|
277797
|
+
function storageArgsProvideDefaults(val: StorageArgs): StorageArgs;
|
|
277728
277798
|
}
|
|
277729
277799
|
namespace v20220101 {
|
|
277730
277800
|
/**
|
|
@@ -277740,6 +277810,10 @@ export declare namespace dbformysql {
|
|
|
277740
277810
|
*/
|
|
277741
277811
|
geoRedundantBackup?: pulumi.Input<string | enums.dbformysql.v20220101.EnableStatusEnum>;
|
|
277742
277812
|
}
|
|
277813
|
+
/**
|
|
277814
|
+
* backupArgsProvideDefaults sets the appropriate defaults for BackupArgs
|
|
277815
|
+
*/
|
|
277816
|
+
function backupArgsProvideDefaults(val: BackupArgs): BackupArgs;
|
|
277743
277817
|
/**
|
|
277744
277818
|
* The date encryption for cmk.
|
|
277745
277819
|
*/
|
|
@@ -277856,11 +277930,19 @@ export declare namespace dbformysql {
|
|
|
277856
277930
|
* Storage IOPS for a server.
|
|
277857
277931
|
*/
|
|
277858
277932
|
iops?: pulumi.Input<number>;
|
|
277933
|
+
/**
|
|
277934
|
+
* Enable Log On Disk or not.
|
|
277935
|
+
*/
|
|
277936
|
+
logOnDisk?: pulumi.Input<string | enums.dbformysql.v20220101.EnableStatusEnum>;
|
|
277859
277937
|
/**
|
|
277860
277938
|
* Max storage size allowed for a server.
|
|
277861
277939
|
*/
|
|
277862
277940
|
storageSizeGB?: pulumi.Input<number>;
|
|
277863
277941
|
}
|
|
277942
|
+
/**
|
|
277943
|
+
* storageArgsProvideDefaults sets the appropriate defaults for StorageArgs
|
|
277944
|
+
*/
|
|
277945
|
+
function storageArgsProvideDefaults(val: StorageArgs): StorageArgs;
|
|
277864
277946
|
}
|
|
277865
277947
|
namespace v20220930preview {
|
|
277866
277948
|
/**
|
|
@@ -348279,6 +348361,28 @@ export declare namespace healthcareapis {
|
|
|
348279
348361
|
}
|
|
348280
348362
|
}
|
|
348281
348363
|
}
|
|
348364
|
+
export declare namespace hybridcloud {
|
|
348365
|
+
/**
|
|
348366
|
+
* Resource reference properties.
|
|
348367
|
+
*/
|
|
348368
|
+
interface ResourceReferenceArgs {
|
|
348369
|
+
/**
|
|
348370
|
+
* Resource ID.
|
|
348371
|
+
*/
|
|
348372
|
+
id?: pulumi.Input<string>;
|
|
348373
|
+
}
|
|
348374
|
+
namespace v20230101preview {
|
|
348375
|
+
/**
|
|
348376
|
+
* Resource reference properties.
|
|
348377
|
+
*/
|
|
348378
|
+
interface ResourceReferenceArgs {
|
|
348379
|
+
/**
|
|
348380
|
+
* Resource ID.
|
|
348381
|
+
*/
|
|
348382
|
+
id?: pulumi.Input<string>;
|
|
348383
|
+
}
|
|
348384
|
+
}
|
|
348385
|
+
}
|
|
348282
348386
|
export declare namespace hybridcompute {
|
|
348283
348387
|
/**
|
|
348284
348388
|
* Properties that define a Azure Arc PrivateLinkScope resource.
|
|
@@ -351066,6 +351170,210 @@ export declare namespace hybridcompute {
|
|
|
351066
351170
|
guestConfigurationService?: pulumi.Input<inputs.hybridcompute.v20221110.ServiceStatusArgs>;
|
|
351067
351171
|
}
|
|
351068
351172
|
}
|
|
351173
|
+
namespace v20221227 {
|
|
351174
|
+
/**
|
|
351175
|
+
* The info w.r.t Agent Upgrade.
|
|
351176
|
+
*/
|
|
351177
|
+
interface AgentUpgradeArgs {
|
|
351178
|
+
/**
|
|
351179
|
+
* The correlation ID passed in from RSM per upgrade.
|
|
351180
|
+
*/
|
|
351181
|
+
correlationId?: pulumi.Input<string>;
|
|
351182
|
+
/**
|
|
351183
|
+
* Specifies the version info w.r.t AgentUpgrade for the machine.
|
|
351184
|
+
*/
|
|
351185
|
+
desiredVersion?: pulumi.Input<string>;
|
|
351186
|
+
/**
|
|
351187
|
+
* Specifies if RSM should try to upgrade this machine
|
|
351188
|
+
*/
|
|
351189
|
+
enableAutomaticUpgrade?: pulumi.Input<boolean>;
|
|
351190
|
+
}
|
|
351191
|
+
/**
|
|
351192
|
+
* Properties that define a Azure Arc PrivateLinkScope resource.
|
|
351193
|
+
*/
|
|
351194
|
+
interface HybridComputePrivateLinkScopePropertiesArgs {
|
|
351195
|
+
/**
|
|
351196
|
+
* Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
|
|
351197
|
+
*/
|
|
351198
|
+
publicNetworkAccess?: pulumi.Input<string | enums.hybridcompute.v20221227.PublicNetworkAccessType>;
|
|
351199
|
+
}
|
|
351200
|
+
/**
|
|
351201
|
+
* Identity for the resource.
|
|
351202
|
+
*/
|
|
351203
|
+
interface IdentityArgs {
|
|
351204
|
+
/**
|
|
351205
|
+
* The identity type.
|
|
351206
|
+
*/
|
|
351207
|
+
type?: pulumi.Input<enums.hybridcompute.v20221227.ResourceIdentityType>;
|
|
351208
|
+
}
|
|
351209
|
+
/**
|
|
351210
|
+
* Metadata pertaining to the geographic location of the resource.
|
|
351211
|
+
*/
|
|
351212
|
+
interface LocationDataArgs {
|
|
351213
|
+
/**
|
|
351214
|
+
* The city or locality where the resource is located.
|
|
351215
|
+
*/
|
|
351216
|
+
city?: pulumi.Input<string>;
|
|
351217
|
+
/**
|
|
351218
|
+
* The country or region where the resource is located
|
|
351219
|
+
*/
|
|
351220
|
+
countryOrRegion?: pulumi.Input<string>;
|
|
351221
|
+
/**
|
|
351222
|
+
* The district, state, or province where the resource is located.
|
|
351223
|
+
*/
|
|
351224
|
+
district?: pulumi.Input<string>;
|
|
351225
|
+
/**
|
|
351226
|
+
* A canonical name for the geographic or physical location.
|
|
351227
|
+
*/
|
|
351228
|
+
name: pulumi.Input<string>;
|
|
351229
|
+
}
|
|
351230
|
+
/**
|
|
351231
|
+
* Describes the Machine Extension Instance View.
|
|
351232
|
+
*/
|
|
351233
|
+
interface MachineExtensionInstanceViewArgs {
|
|
351234
|
+
/**
|
|
351235
|
+
* The machine extension name.
|
|
351236
|
+
*/
|
|
351237
|
+
name?: pulumi.Input<string>;
|
|
351238
|
+
/**
|
|
351239
|
+
* Instance view status.
|
|
351240
|
+
*/
|
|
351241
|
+
status?: pulumi.Input<inputs.hybridcompute.v20221227.MachineExtensionInstanceViewStatusArgs>;
|
|
351242
|
+
/**
|
|
351243
|
+
* Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
351244
|
+
*/
|
|
351245
|
+
type?: pulumi.Input<string>;
|
|
351246
|
+
/**
|
|
351247
|
+
* Specifies the version of the script handler.
|
|
351248
|
+
*/
|
|
351249
|
+
typeHandlerVersion?: pulumi.Input<string>;
|
|
351250
|
+
}
|
|
351251
|
+
/**
|
|
351252
|
+
* Instance view status.
|
|
351253
|
+
*/
|
|
351254
|
+
interface MachineExtensionInstanceViewStatusArgs {
|
|
351255
|
+
/**
|
|
351256
|
+
* The status code.
|
|
351257
|
+
*/
|
|
351258
|
+
code?: pulumi.Input<string>;
|
|
351259
|
+
/**
|
|
351260
|
+
* The short localizable label for the status.
|
|
351261
|
+
*/
|
|
351262
|
+
displayStatus?: pulumi.Input<string>;
|
|
351263
|
+
/**
|
|
351264
|
+
* The level code.
|
|
351265
|
+
*/
|
|
351266
|
+
level?: pulumi.Input<string | enums.hybridcompute.v20221227.StatusLevelTypes>;
|
|
351267
|
+
/**
|
|
351268
|
+
* The detailed status message, including for alerts and error messages.
|
|
351269
|
+
*/
|
|
351270
|
+
message?: pulumi.Input<string>;
|
|
351271
|
+
/**
|
|
351272
|
+
* The time of the status.
|
|
351273
|
+
*/
|
|
351274
|
+
time?: pulumi.Input<string>;
|
|
351275
|
+
}
|
|
351276
|
+
/**
|
|
351277
|
+
* Specifies the operating system settings for the hybrid machine.
|
|
351278
|
+
*/
|
|
351279
|
+
interface OSProfileArgs {
|
|
351280
|
+
/**
|
|
351281
|
+
* Specifies the linux configuration for update management.
|
|
351282
|
+
*/
|
|
351283
|
+
linuxConfiguration?: pulumi.Input<inputs.hybridcompute.v20221227.OSProfileLinuxConfigurationArgs>;
|
|
351284
|
+
/**
|
|
351285
|
+
* Specifies the windows configuration for update management.
|
|
351286
|
+
*/
|
|
351287
|
+
windowsConfiguration?: pulumi.Input<inputs.hybridcompute.v20221227.OSProfileWindowsConfigurationArgs>;
|
|
351288
|
+
}
|
|
351289
|
+
/**
|
|
351290
|
+
* Specifies the linux configuration for update management.
|
|
351291
|
+
*/
|
|
351292
|
+
interface OSProfileLinuxConfigurationArgs {
|
|
351293
|
+
/**
|
|
351294
|
+
* Specifies the assessment mode.
|
|
351295
|
+
*/
|
|
351296
|
+
assessmentMode?: pulumi.Input<string | enums.hybridcompute.v20221227.AssessmentModeTypes>;
|
|
351297
|
+
/**
|
|
351298
|
+
* Specifies the patch mode.
|
|
351299
|
+
*/
|
|
351300
|
+
patchMode?: pulumi.Input<string | enums.hybridcompute.v20221227.PatchModeTypes>;
|
|
351301
|
+
}
|
|
351302
|
+
/**
|
|
351303
|
+
* Specifies the windows configuration for update management.
|
|
351304
|
+
*/
|
|
351305
|
+
interface OSProfileWindowsConfigurationArgs {
|
|
351306
|
+
/**
|
|
351307
|
+
* Specifies the assessment mode.
|
|
351308
|
+
*/
|
|
351309
|
+
assessmentMode?: pulumi.Input<string | enums.hybridcompute.v20221227.AssessmentModeTypes>;
|
|
351310
|
+
/**
|
|
351311
|
+
* Specifies the patch mode.
|
|
351312
|
+
*/
|
|
351313
|
+
patchMode?: pulumi.Input<string | enums.hybridcompute.v20221227.PatchModeTypes>;
|
|
351314
|
+
}
|
|
351315
|
+
/**
|
|
351316
|
+
* Properties of a private endpoint connection.
|
|
351317
|
+
*/
|
|
351318
|
+
interface PrivateEndpointConnectionPropertiesArgs {
|
|
351319
|
+
/**
|
|
351320
|
+
* Private endpoint which the connection belongs to.
|
|
351321
|
+
*/
|
|
351322
|
+
privateEndpoint?: pulumi.Input<inputs.hybridcompute.v20221227.PrivateEndpointPropertyArgs>;
|
|
351323
|
+
/**
|
|
351324
|
+
* Connection state of the private endpoint connection.
|
|
351325
|
+
*/
|
|
351326
|
+
privateLinkServiceConnectionState?: pulumi.Input<inputs.hybridcompute.v20221227.PrivateLinkServiceConnectionStatePropertyArgs>;
|
|
351327
|
+
}
|
|
351328
|
+
/**
|
|
351329
|
+
* Private endpoint which the connection belongs to.
|
|
351330
|
+
*/
|
|
351331
|
+
interface PrivateEndpointPropertyArgs {
|
|
351332
|
+
/**
|
|
351333
|
+
* Resource id of the private endpoint.
|
|
351334
|
+
*/
|
|
351335
|
+
id?: pulumi.Input<string>;
|
|
351336
|
+
}
|
|
351337
|
+
/**
|
|
351338
|
+
* State of the private endpoint connection.
|
|
351339
|
+
*/
|
|
351340
|
+
interface PrivateLinkServiceConnectionStatePropertyArgs {
|
|
351341
|
+
/**
|
|
351342
|
+
* The private link service connection description.
|
|
351343
|
+
*/
|
|
351344
|
+
description: pulumi.Input<string>;
|
|
351345
|
+
/**
|
|
351346
|
+
* The private link service connection status.
|
|
351347
|
+
*/
|
|
351348
|
+
status: pulumi.Input<string>;
|
|
351349
|
+
}
|
|
351350
|
+
/**
|
|
351351
|
+
* Describes the status and behavior of a service.
|
|
351352
|
+
*/
|
|
351353
|
+
interface ServiceStatusArgs {
|
|
351354
|
+
/**
|
|
351355
|
+
* The behavior of the service when the Arc-enabled machine starts up.
|
|
351356
|
+
*/
|
|
351357
|
+
startupType?: pulumi.Input<string>;
|
|
351358
|
+
/**
|
|
351359
|
+
* The current status of the service.
|
|
351360
|
+
*/
|
|
351361
|
+
status?: pulumi.Input<string>;
|
|
351362
|
+
}
|
|
351363
|
+
/**
|
|
351364
|
+
* Reports the state and behavior of dependent services.
|
|
351365
|
+
*/
|
|
351366
|
+
interface ServiceStatusesArgs {
|
|
351367
|
+
/**
|
|
351368
|
+
* The state of the extension service on the Arc-enabled machine.
|
|
351369
|
+
*/
|
|
351370
|
+
extensionService?: pulumi.Input<inputs.hybridcompute.v20221227.ServiceStatusArgs>;
|
|
351371
|
+
/**
|
|
351372
|
+
* The state of the guest configuration service on the Arc-enabled machine.
|
|
351373
|
+
*/
|
|
351374
|
+
guestConfigurationService?: pulumi.Input<inputs.hybridcompute.v20221227.ServiceStatusArgs>;
|
|
351375
|
+
}
|
|
351376
|
+
}
|
|
351069
351377
|
namespace v20221227preview {
|
|
351070
351378
|
/**
|
|
351071
351379
|
* The info w.r.t Agent Upgrade.
|
|
@@ -443474,9 +443782,9 @@ export declare namespace machinelearningservices {
|
|
|
443474
443782
|
mode?: pulumi.Input<string | enums.machinelearningservices.v20230401preview.MonitoringNotificationMode>;
|
|
443475
443783
|
/**
|
|
443476
443784
|
*
|
|
443477
|
-
* Expected value is '
|
|
443785
|
+
* Expected value is 'ModelPerformance'.
|
|
443478
443786
|
*/
|
|
443479
|
-
signalType: pulumi.Input<"
|
|
443787
|
+
signalType: pulumi.Input<"ModelPerformance">;
|
|
443480
443788
|
/**
|
|
443481
443789
|
* [Required] The data produced by the production service which drift will be calculated for.
|
|
443482
443790
|
*/
|
|
@@ -474060,6 +474368,8 @@ export declare namespace mobilenetwork {
|
|
|
474060
474368
|
export declare namespace monitor {
|
|
474061
474369
|
namespace v20210603preview {
|
|
474062
474370
|
}
|
|
474371
|
+
namespace v20230403 {
|
|
474372
|
+
}
|
|
474063
474373
|
}
|
|
474064
474374
|
export declare namespace netapp {
|
|
474065
474375
|
/**
|
|
@@ -758305,6 +758615,10 @@ export declare namespace recoveryservices {
|
|
|
758305
758615
|
* Private Endpoint Connection Response Properties
|
|
758306
758616
|
*/
|
|
758307
758617
|
interface PrivateEndpointConnectionArgs {
|
|
758618
|
+
/**
|
|
758619
|
+
* Group Ids for the Private Endpoint
|
|
758620
|
+
*/
|
|
758621
|
+
groupIds?: pulumi.Input<pulumi.Input<string | enums.recoveryservices.v20230101.VaultSubResourceType>[]>;
|
|
758308
758622
|
/**
|
|
758309
758623
|
* Gets or sets private endpoint associated with the private endpoint connection
|
|
758310
758624
|
*/
|
|
@@ -758325,7 +758639,7 @@ export declare namespace recoveryservices {
|
|
|
758325
758639
|
/**
|
|
758326
758640
|
* Gets or sets actions required
|
|
758327
758641
|
*/
|
|
758328
|
-
|
|
758642
|
+
actionsRequired?: pulumi.Input<string>;
|
|
758329
758643
|
/**
|
|
758330
758644
|
* Gets or sets description
|
|
758331
758645
|
*/
|
|
@@ -763169,6 +763483,10 @@ export declare namespace recoveryservices {
|
|
|
763169
763483
|
* Private Endpoint Connection Response Properties
|
|
763170
763484
|
*/
|
|
763171
763485
|
interface PrivateEndpointConnectionArgs {
|
|
763486
|
+
/**
|
|
763487
|
+
* Group Ids for the Private Endpoint
|
|
763488
|
+
*/
|
|
763489
|
+
groupIds?: pulumi.Input<pulumi.Input<string | enums.recoveryservices.v20230201.VaultSubResourceType>[]>;
|
|
763172
763490
|
/**
|
|
763173
763491
|
* Gets or sets private endpoint associated with the private endpoint connection
|
|
763174
763492
|
*/
|
|
@@ -763189,7 +763507,7 @@ export declare namespace recoveryservices {
|
|
|
763189
763507
|
/**
|
|
763190
763508
|
* Gets or sets actions required
|
|
763191
763509
|
*/
|
|
763192
|
-
|
|
763510
|
+
actionsRequired?: pulumi.Input<string>;
|
|
763193
763511
|
/**
|
|
763194
763512
|
* Gets or sets description
|
|
763195
763513
|
*/
|