@pulumi/scm 1.0.5 → 1.0.6
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/forwardingProfile.d.ts +294 -0
- package/forwardingProfile.js +247 -0
- package/forwardingProfile.js.map +1 -0
- package/forwardingProfileDestination.d.ts +190 -0
- package/forwardingProfileDestination.js +143 -0
- package/forwardingProfileDestination.js.map +1 -0
- package/forwardingProfileRegionalAndCustomProxy.d.ts +289 -0
- package/forwardingProfileRegionalAndCustomProxy.js +192 -0
- package/forwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/forwardingProfileSourceApplication.d.ts +161 -0
- package/forwardingProfileSourceApplication.js +129 -0
- package/forwardingProfileSourceApplication.js.map +1 -0
- package/forwardingProfileUserLocation.d.ts +172 -0
- package/forwardingProfileUserLocation.js +125 -0
- package/forwardingProfileUserLocation.js.map +1 -0
- package/getAddressGroupList.d.ts +4 -4
- package/getAddressGroupList.js +4 -4
- package/getAddressList.d.ts +4 -4
- package/getAddressList.js +4 -4
- package/getAggregateInterfaceList.d.ts +2 -2
- package/getAggregateInterfaceList.js +2 -2
- package/getApplicationGroupList.d.ts +4 -4
- package/getApplicationGroupList.js +4 -4
- package/getBgpAuthProfileList.d.ts +2 -2
- package/getBgpAuthProfileList.js +2 -2
- package/getBgpRedistributionProfileList.d.ts +2 -2
- package/getBgpRedistributionProfileList.js +2 -2
- package/getBgpRouteMapList.d.ts +2 -2
- package/getBgpRouteMapList.js +2 -2
- package/getConfigMatchListList.d.ts +2 -2
- package/getConfigMatchListList.js +2 -2
- package/getDevice.d.ts +267 -0
- package/getDevice.js +82 -0
- package/getDevice.js.map +1 -0
- package/getDeviceList.d.ts +171 -0
- package/getDeviceList.js +88 -0
- package/getDeviceList.js.map +1 -0
- package/getDynamicUserGroupList.d.ts +4 -4
- package/getDynamicUserGroupList.js +4 -4
- package/getEthernetInterfaceList.d.ts +2 -2
- package/getEthernetInterfaceList.js +2 -2
- package/getForwardingProfile.d.ts +137 -0
- package/getForwardingProfile.js +92 -0
- package/getForwardingProfile.js.map +1 -0
- package/getForwardingProfileDestination.d.ts +127 -0
- package/getForwardingProfileDestination.js +82 -0
- package/getForwardingProfileDestination.js.map +1 -0
- package/getForwardingProfileDestinationList.d.ts +163 -0
- package/getForwardingProfileDestinationList.js +90 -0
- package/getForwardingProfileDestinationList.js.map +1 -0
- package/getForwardingProfileList.d.ts +163 -0
- package/getForwardingProfileList.js +90 -0
- package/getForwardingProfileList.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxy.d.ts +157 -0
- package/getForwardingProfileRegionalAndCustomProxy.js +92 -0
- package/getForwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxyList.d.ts +163 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js +90 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js.map +1 -0
- package/getForwardingProfileSourceApplication.d.ts +98 -0
- package/getForwardingProfileSourceApplication.js +58 -0
- package/getForwardingProfileSourceApplication.js.map +1 -0
- package/getForwardingProfileSourceApplicationList.d.ts +113 -0
- package/getForwardingProfileSourceApplicationList.js +40 -0
- package/getForwardingProfileSourceApplicationList.js.map +1 -0
- package/getForwardingProfileUserLocation.d.ts +127 -0
- package/getForwardingProfileUserLocation.js +82 -0
- package/getForwardingProfileUserLocation.js.map +1 -0
- package/getForwardingProfileUserLocationList.d.ts +163 -0
- package/getForwardingProfileUserLocationList.js +90 -0
- package/getForwardingProfileUserLocationList.js.map +1 -0
- package/getGlobalprotectMatchListList.d.ts +2 -2
- package/getGlobalprotectMatchListList.js +2 -2
- package/getHipmatchMatchListList.d.ts +2 -2
- package/getHipmatchMatchListList.js +2 -2
- package/getIptagMatchListList.d.ts +2 -2
- package/getIptagMatchListList.js +2 -2
- package/getLayer2SubinterfaceList.d.ts +2 -2
- package/getLayer2SubinterfaceList.js +2 -2
- package/getLayer3SubinterfaceList.d.ts +2 -2
- package/getLayer3SubinterfaceList.js +2 -2
- package/getLogicalRouterList.d.ts +2 -2
- package/getLogicalRouterList.js +2 -2
- package/getLoopbackInterfaceList.d.ts +2 -2
- package/getLoopbackInterfaceList.js +2 -2
- package/getServiceConnection.d.ts +4 -0
- package/getServiceConnection.js.map +1 -1
- package/getServiceList.d.ts +2 -2
- package/getServiceList.js +2 -2
- package/getSystemMatchListList.d.ts +2 -2
- package/getSystemMatchListList.js +2 -2
- package/getTunnelInterfaceList.d.ts +2 -2
- package/getTunnelInterfaceList.js +2 -2
- package/getUseridMatchListList.d.ts +2 -2
- package/getUseridMatchListList.js +2 -2
- package/getVlanInterfaceList.d.ts +2 -2
- package/getVlanInterfaceList.js +2 -2
- package/getZoneList.d.ts +2 -2
- package/getZoneList.js +2 -2
- package/index.d.ts +51 -0
- package/index.js +74 -13
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/securityRule.d.ts +27 -0
- package/securityRule.js +27 -0
- package/securityRule.js.map +1 -1
- package/serviceConnection.d.ts +12 -0
- package/serviceConnection.js +2 -0
- package/serviceConnection.js.map +1 -1
- package/types/input.d.ts +335 -1
- package/types/output.d.ts +1423 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getForwardingProfileDestinationListOutput = exports.getForwardingProfileDestinationList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* // This data source will call the "ListForwardingProfileDestinations" API endpoint
|
|
18
|
+
* // and return all forwarding profile destinations in the "Mobile Users" folder.
|
|
19
|
+
* // 1. Use a single data block to fetch ALL forwarding profile destinations in the "Mobile Users" folder.
|
|
20
|
+
* const allMobileUsers = scm.getForwardingProfileDestinationList({
|
|
21
|
+
* folder: "Mobile Users",
|
|
22
|
+
* });
|
|
23
|
+
* export const forwardingProfileDestinationDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, dest) => ({ ...__obj, [dest.id]: dest }), {}));
|
|
24
|
+
* const paginatedDestinationsExample = scm.getForwardingProfileDestinationList({
|
|
25
|
+
* folder: "Mobile Users",
|
|
26
|
+
* limit: 5,
|
|
27
|
+
* offset: 0,
|
|
28
|
+
* });
|
|
29
|
+
* export const paginatedDestinations = paginatedDestinationsExample.then(paginatedDestinationsExample => .reduce((__obj, dest) => ({ ...__obj, [dest.id]: dest }), {}));
|
|
30
|
+
* export const paginationDestinationsDetails = {
|
|
31
|
+
* totalObjectsInFolder: paginatedDestinationsExample.then(paginatedDestinationsExample => paginatedDestinationsExample.total),
|
|
32
|
+
* limitUsed: paginatedDestinationsExample.then(paginatedDestinationsExample => paginatedDestinationsExample.limit),
|
|
33
|
+
* };
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
function getForwardingProfileDestinationList(args, opts) {
|
|
37
|
+
args = args || {};
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invoke("scm:index/getForwardingProfileDestinationList:getForwardingProfileDestinationList", {
|
|
40
|
+
"device": args.device,
|
|
41
|
+
"folder": args.folder,
|
|
42
|
+
"limit": args.limit,
|
|
43
|
+
"name": args.name,
|
|
44
|
+
"offset": args.offset,
|
|
45
|
+
"snippet": args.snippet,
|
|
46
|
+
}, opts);
|
|
47
|
+
}
|
|
48
|
+
exports.getForwardingProfileDestinationList = getForwardingProfileDestinationList;
|
|
49
|
+
/**
|
|
50
|
+
* Retrieves a listing of config items.
|
|
51
|
+
*
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as scm from "@pulumi/scm";
|
|
57
|
+
*
|
|
58
|
+
* // This data source will call the "ListForwardingProfileDestinations" API endpoint
|
|
59
|
+
* // and return all forwarding profile destinations in the "Mobile Users" folder.
|
|
60
|
+
* // 1. Use a single data block to fetch ALL forwarding profile destinations in the "Mobile Users" folder.
|
|
61
|
+
* const allMobileUsers = scm.getForwardingProfileDestinationList({
|
|
62
|
+
* folder: "Mobile Users",
|
|
63
|
+
* });
|
|
64
|
+
* export const forwardingProfileDestinationDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, dest) => ({ ...__obj, [dest.id]: dest }), {}));
|
|
65
|
+
* const paginatedDestinationsExample = scm.getForwardingProfileDestinationList({
|
|
66
|
+
* folder: "Mobile Users",
|
|
67
|
+
* limit: 5,
|
|
68
|
+
* offset: 0,
|
|
69
|
+
* });
|
|
70
|
+
* export const paginatedDestinations = paginatedDestinationsExample.then(paginatedDestinationsExample => .reduce((__obj, dest) => ({ ...__obj, [dest.id]: dest }), {}));
|
|
71
|
+
* export const paginationDestinationsDetails = {
|
|
72
|
+
* totalObjectsInFolder: paginatedDestinationsExample.then(paginatedDestinationsExample => paginatedDestinationsExample.total),
|
|
73
|
+
* limitUsed: paginatedDestinationsExample.then(paginatedDestinationsExample => paginatedDestinationsExample.limit),
|
|
74
|
+
* };
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
function getForwardingProfileDestinationListOutput(args, opts) {
|
|
78
|
+
args = args || {};
|
|
79
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
80
|
+
return pulumi.runtime.invokeOutput("scm:index/getForwardingProfileDestinationList:getForwardingProfileDestinationList", {
|
|
81
|
+
"device": args.device,
|
|
82
|
+
"folder": args.folder,
|
|
83
|
+
"limit": args.limit,
|
|
84
|
+
"name": args.name,
|
|
85
|
+
"offset": args.offset,
|
|
86
|
+
"snippet": args.snippet,
|
|
87
|
+
}, opts);
|
|
88
|
+
}
|
|
89
|
+
exports.getForwardingProfileDestinationListOutput = getForwardingProfileDestinationListOutput;
|
|
90
|
+
//# sourceMappingURL=getForwardingProfileDestinationList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getForwardingProfileDestinationList.js","sourceRoot":"","sources":["../getForwardingProfileDestinationList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAA2B;IAC3H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mFAAmF,EAAE;QAC9G,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kFAWC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,yCAAyC,CAAC,IAAoD,EAAE,IAAiC;IAC7I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mFAAmF,EAAE;QACpH,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8FAWC"}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieves a listing of config items.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* // This data source will call the "ListForwardingProfiles" API endpoint
|
|
13
|
+
* // and return all forwarding profiles in the "Mobile Users" folder.
|
|
14
|
+
* // 1. Use a single data block to fetch ALL forwarding profiles in the "Mobile Users" folder.
|
|
15
|
+
* const allMobileUsers = scm.getForwardingProfileList({
|
|
16
|
+
* folder: "Mobile Users",
|
|
17
|
+
* });
|
|
18
|
+
* export const forwardingProfileDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
19
|
+
* const paginatedProfilesExample = scm.getForwardingProfileList({
|
|
20
|
+
* folder: "Mobile Users",
|
|
21
|
+
* limit: 5,
|
|
22
|
+
* offset: 0,
|
|
23
|
+
* });
|
|
24
|
+
* export const paginatedForwardingProfiles = paginatedProfilesExample.then(paginatedProfilesExample => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
25
|
+
* export const paginationForwardingProfilesDetails = {
|
|
26
|
+
* totalObjectsInFolder: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.total),
|
|
27
|
+
* limitUsed: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.limit),
|
|
28
|
+
* };
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare function getForwardingProfileList(args?: GetForwardingProfileListArgs, opts?: pulumi.InvokeOptions): Promise<GetForwardingProfileListResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getForwardingProfileList.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetForwardingProfileListArgs {
|
|
36
|
+
/**
|
|
37
|
+
* The device of the item.
|
|
38
|
+
*/
|
|
39
|
+
device?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The folder of the item. Default: Shared.
|
|
42
|
+
*/
|
|
43
|
+
folder?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The max number of items to return. Default: 200.
|
|
46
|
+
*/
|
|
47
|
+
limit?: number;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the item.
|
|
50
|
+
*/
|
|
51
|
+
name?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The offset of the first item to return.
|
|
54
|
+
*/
|
|
55
|
+
offset?: number;
|
|
56
|
+
/**
|
|
57
|
+
* The snippet of the item.
|
|
58
|
+
*/
|
|
59
|
+
snippet?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* A collection of values returned by getForwardingProfileList.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetForwardingProfileListResult {
|
|
65
|
+
/**
|
|
66
|
+
* The data.
|
|
67
|
+
*/
|
|
68
|
+
readonly datas: outputs.GetForwardingProfileListData[];
|
|
69
|
+
/**
|
|
70
|
+
* The device of the item.
|
|
71
|
+
*/
|
|
72
|
+
readonly device?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The folder of the item. Default: Shared.
|
|
75
|
+
*/
|
|
76
|
+
readonly folder?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The provider-assigned unique ID for this managed resource.
|
|
79
|
+
*/
|
|
80
|
+
readonly id: string;
|
|
81
|
+
/**
|
|
82
|
+
* The max number of items to return. Default: 200.
|
|
83
|
+
*/
|
|
84
|
+
readonly limit?: number;
|
|
85
|
+
/**
|
|
86
|
+
* The name of the item.
|
|
87
|
+
*/
|
|
88
|
+
readonly name?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The offset of the first item to return.
|
|
91
|
+
*/
|
|
92
|
+
readonly offset?: number;
|
|
93
|
+
/**
|
|
94
|
+
* The snippet of the item.
|
|
95
|
+
*/
|
|
96
|
+
readonly snippet?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The Terraform ID.
|
|
99
|
+
*/
|
|
100
|
+
readonly tfid: string;
|
|
101
|
+
/**
|
|
102
|
+
* The total number of items.
|
|
103
|
+
*/
|
|
104
|
+
readonly total: number;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Retrieves a listing of config items.
|
|
108
|
+
*
|
|
109
|
+
* ## Example Usage
|
|
110
|
+
*
|
|
111
|
+
* ```typescript
|
|
112
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
113
|
+
* import * as scm from "@pulumi/scm";
|
|
114
|
+
*
|
|
115
|
+
* // This data source will call the "ListForwardingProfiles" API endpoint
|
|
116
|
+
* // and return all forwarding profiles in the "Mobile Users" folder.
|
|
117
|
+
* // 1. Use a single data block to fetch ALL forwarding profiles in the "Mobile Users" folder.
|
|
118
|
+
* const allMobileUsers = scm.getForwardingProfileList({
|
|
119
|
+
* folder: "Mobile Users",
|
|
120
|
+
* });
|
|
121
|
+
* export const forwardingProfileDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
122
|
+
* const paginatedProfilesExample = scm.getForwardingProfileList({
|
|
123
|
+
* folder: "Mobile Users",
|
|
124
|
+
* limit: 5,
|
|
125
|
+
* offset: 0,
|
|
126
|
+
* });
|
|
127
|
+
* export const paginatedForwardingProfiles = paginatedProfilesExample.then(paginatedProfilesExample => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
128
|
+
* export const paginationForwardingProfilesDetails = {
|
|
129
|
+
* totalObjectsInFolder: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.total),
|
|
130
|
+
* limitUsed: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.limit),
|
|
131
|
+
* };
|
|
132
|
+
* ```
|
|
133
|
+
*/
|
|
134
|
+
export declare function getForwardingProfileListOutput(args?: GetForwardingProfileListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetForwardingProfileListResult>;
|
|
135
|
+
/**
|
|
136
|
+
* A collection of arguments for invoking getForwardingProfileList.
|
|
137
|
+
*/
|
|
138
|
+
export interface GetForwardingProfileListOutputArgs {
|
|
139
|
+
/**
|
|
140
|
+
* The device of the item.
|
|
141
|
+
*/
|
|
142
|
+
device?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* The folder of the item. Default: Shared.
|
|
145
|
+
*/
|
|
146
|
+
folder?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The max number of items to return. Default: 200.
|
|
149
|
+
*/
|
|
150
|
+
limit?: pulumi.Input<number>;
|
|
151
|
+
/**
|
|
152
|
+
* The name of the item.
|
|
153
|
+
*/
|
|
154
|
+
name?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* The offset of the first item to return.
|
|
157
|
+
*/
|
|
158
|
+
offset?: pulumi.Input<number>;
|
|
159
|
+
/**
|
|
160
|
+
* The snippet of the item.
|
|
161
|
+
*/
|
|
162
|
+
snippet?: pulumi.Input<string>;
|
|
163
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getForwardingProfileListOutput = exports.getForwardingProfileList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* // This data source will call the "ListForwardingProfiles" API endpoint
|
|
18
|
+
* // and return all forwarding profiles in the "Mobile Users" folder.
|
|
19
|
+
* // 1. Use a single data block to fetch ALL forwarding profiles in the "Mobile Users" folder.
|
|
20
|
+
* const allMobileUsers = scm.getForwardingProfileList({
|
|
21
|
+
* folder: "Mobile Users",
|
|
22
|
+
* });
|
|
23
|
+
* export const forwardingProfileDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
24
|
+
* const paginatedProfilesExample = scm.getForwardingProfileList({
|
|
25
|
+
* folder: "Mobile Users",
|
|
26
|
+
* limit: 5,
|
|
27
|
+
* offset: 0,
|
|
28
|
+
* });
|
|
29
|
+
* export const paginatedForwardingProfiles = paginatedProfilesExample.then(paginatedProfilesExample => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
30
|
+
* export const paginationForwardingProfilesDetails = {
|
|
31
|
+
* totalObjectsInFolder: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.total),
|
|
32
|
+
* limitUsed: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.limit),
|
|
33
|
+
* };
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
function getForwardingProfileList(args, opts) {
|
|
37
|
+
args = args || {};
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invoke("scm:index/getForwardingProfileList:getForwardingProfileList", {
|
|
40
|
+
"device": args.device,
|
|
41
|
+
"folder": args.folder,
|
|
42
|
+
"limit": args.limit,
|
|
43
|
+
"name": args.name,
|
|
44
|
+
"offset": args.offset,
|
|
45
|
+
"snippet": args.snippet,
|
|
46
|
+
}, opts);
|
|
47
|
+
}
|
|
48
|
+
exports.getForwardingProfileList = getForwardingProfileList;
|
|
49
|
+
/**
|
|
50
|
+
* Retrieves a listing of config items.
|
|
51
|
+
*
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as scm from "@pulumi/scm";
|
|
57
|
+
*
|
|
58
|
+
* // This data source will call the "ListForwardingProfiles" API endpoint
|
|
59
|
+
* // and return all forwarding profiles in the "Mobile Users" folder.
|
|
60
|
+
* // 1. Use a single data block to fetch ALL forwarding profiles in the "Mobile Users" folder.
|
|
61
|
+
* const allMobileUsers = scm.getForwardingProfileList({
|
|
62
|
+
* folder: "Mobile Users",
|
|
63
|
+
* });
|
|
64
|
+
* export const forwardingProfileDataSourceResultsFromList = allMobileUsers.then(allMobileUsers => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
65
|
+
* const paginatedProfilesExample = scm.getForwardingProfileList({
|
|
66
|
+
* folder: "Mobile Users",
|
|
67
|
+
* limit: 5,
|
|
68
|
+
* offset: 0,
|
|
69
|
+
* });
|
|
70
|
+
* export const paginatedForwardingProfiles = paginatedProfilesExample.then(paginatedProfilesExample => .reduce((__obj, fp) => ({ ...__obj, [fp.id]: fp }), {}));
|
|
71
|
+
* export const paginationForwardingProfilesDetails = {
|
|
72
|
+
* totalObjectsInFolder: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.total),
|
|
73
|
+
* limitUsed: paginatedProfilesExample.then(paginatedProfilesExample => paginatedProfilesExample.limit),
|
|
74
|
+
* };
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
function getForwardingProfileListOutput(args, opts) {
|
|
78
|
+
args = args || {};
|
|
79
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
80
|
+
return pulumi.runtime.invokeOutput("scm:index/getForwardingProfileList:getForwardingProfileList", {
|
|
81
|
+
"device": args.device,
|
|
82
|
+
"folder": args.folder,
|
|
83
|
+
"limit": args.limit,
|
|
84
|
+
"name": args.name,
|
|
85
|
+
"offset": args.offset,
|
|
86
|
+
"snippet": args.snippet,
|
|
87
|
+
}, opts);
|
|
88
|
+
}
|
|
89
|
+
exports.getForwardingProfileListOutput = getForwardingProfileListOutput;
|
|
90
|
+
//# sourceMappingURL=getForwardingProfileList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getForwardingProfileList.js","sourceRoot":"","sources":["../getForwardingProfileList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4DAWC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAAiC;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE;QAC9F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wEAWC"}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ForwardingProfileRegionalAndCustomProxy data source
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* // Look up the gp-and-pac basic proxy by its ID.
|
|
13
|
+
* const scmForwardingProfileRegionalAndCustomProxy1Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
14
|
+
* id: "0e1c887a-ecf7-4a12-990c-bf1213ef81fd",
|
|
15
|
+
* });
|
|
16
|
+
* // Look up the gp-and-pac dual proxy by its ID.
|
|
17
|
+
* const scmForwardingProfileRegionalAndCustomProxy2Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
18
|
+
* id: "64ecc1e6-8bb6-4689-8f69-67a4553d4da8",
|
|
19
|
+
* });
|
|
20
|
+
* // Look up the ztna-agent basic proxy by its ID.
|
|
21
|
+
* const scmForwardingProfileRegionalAndCustomProxy3Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
22
|
+
* id: "8a3401e6-01dc-4fd4-b273-b0070c8fe9bb",
|
|
23
|
+
* });
|
|
24
|
+
* // Look up the complete ztna-agent by its ID.
|
|
25
|
+
* const scmForwardingProfileRegionalAndCustomProxy4Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
26
|
+
* id: "7de1edaf-b9dc-4b65-b8c4-c44a14f1095b",
|
|
27
|
+
* });
|
|
28
|
+
* export const forwardingProfileRegionalAndCustomProxyDataSourceResults = {
|
|
29
|
+
* gpAndPacBasicProxy: scmForwardingProfileRegionalAndCustomProxy1Ds,
|
|
30
|
+
* gpAndPacDualProxy: scmForwardingProfileRegionalAndCustomProxy2Ds,
|
|
31
|
+
* ztnaAgentBasicProxy: scmForwardingProfileRegionalAndCustomProxy3Ds,
|
|
32
|
+
* ztnaAgentFullProxy: scmForwardingProfileRegionalAndCustomProxy4Ds,
|
|
33
|
+
* };
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare function getForwardingProfileRegionalAndCustomProxy(args: GetForwardingProfileRegionalAndCustomProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetForwardingProfileRegionalAndCustomProxyResult>;
|
|
37
|
+
/**
|
|
38
|
+
* A collection of arguments for invoking getForwardingProfileRegionalAndCustomProxy.
|
|
39
|
+
*/
|
|
40
|
+
export interface GetForwardingProfileRegionalAndCustomProxyArgs {
|
|
41
|
+
/**
|
|
42
|
+
* The folder in which the resource is defined
|
|
43
|
+
*/
|
|
44
|
+
folder?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The UUID of the regional and custom proxy
|
|
47
|
+
*/
|
|
48
|
+
id: string;
|
|
49
|
+
/**
|
|
50
|
+
* alphanumeric string [ 0-9a-zA-Z ._-]
|
|
51
|
+
*/
|
|
52
|
+
name?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getForwardingProfileRegionalAndCustomProxy.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetForwardingProfileRegionalAndCustomProxyResult {
|
|
58
|
+
/**
|
|
59
|
+
* List of connectivity methods and their enablement status for establishing proxy connections
|
|
60
|
+
*/
|
|
61
|
+
readonly connectivityPreferences: outputs.GetForwardingProfileRegionalAndCustomProxyConnectivityPreference[];
|
|
62
|
+
/**
|
|
63
|
+
* regional and custom proxy configuration description
|
|
64
|
+
*/
|
|
65
|
+
readonly description: string;
|
|
66
|
+
/**
|
|
67
|
+
* Behavior when proxy connection fails - 'fail-open' allows direct internet access, 'fail-safe' blocks traffic until proxy is restored
|
|
68
|
+
*/
|
|
69
|
+
readonly fallbackOption: string;
|
|
70
|
+
/**
|
|
71
|
+
* The folder in which the resource is defined
|
|
72
|
+
*/
|
|
73
|
+
readonly folder: string;
|
|
74
|
+
/**
|
|
75
|
+
* The UUID of the regional and custom proxy
|
|
76
|
+
*/
|
|
77
|
+
readonly id: string;
|
|
78
|
+
/**
|
|
79
|
+
* Strategy for selecting Prisma Access location - 'best-available-pa-location' automatically selects optimal location, 'specific-pa-location' uses predefined locations
|
|
80
|
+
*/
|
|
81
|
+
readonly locationPreference: string;
|
|
82
|
+
/**
|
|
83
|
+
* alphanumeric string [ 0-9a-zA-Z ._-]
|
|
84
|
+
*/
|
|
85
|
+
readonly name: string;
|
|
86
|
+
/**
|
|
87
|
+
* Select Prisma Access location Americas, Europe and Asia-Pacific.
|
|
88
|
+
*/
|
|
89
|
+
readonly prismaAccessLocations: outputs.GetForwardingProfileRegionalAndCustomProxyPrismaAccessLocation[];
|
|
90
|
+
/**
|
|
91
|
+
* primary regional and custom proxy
|
|
92
|
+
*/
|
|
93
|
+
readonly proxy1: outputs.GetForwardingProfileRegionalAndCustomProxyProxy1;
|
|
94
|
+
/**
|
|
95
|
+
* secondary regional and custom proxy
|
|
96
|
+
*/
|
|
97
|
+
readonly proxy2: outputs.GetForwardingProfileRegionalAndCustomProxyProxy2;
|
|
98
|
+
/**
|
|
99
|
+
* The Terraform ID.
|
|
100
|
+
*/
|
|
101
|
+
readonly tfid: string;
|
|
102
|
+
/**
|
|
103
|
+
* Proxy configuration type - 'gp-and-pac' for GlobalProtect and PAC file forwarding, 'ztna-agent' for ZTNA agent forwarding
|
|
104
|
+
*/
|
|
105
|
+
readonly type: string;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* ForwardingProfileRegionalAndCustomProxy data source
|
|
109
|
+
*
|
|
110
|
+
* ## Example Usage
|
|
111
|
+
*
|
|
112
|
+
* ```typescript
|
|
113
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
114
|
+
* import * as scm from "@pulumi/scm";
|
|
115
|
+
*
|
|
116
|
+
* // Look up the gp-and-pac basic proxy by its ID.
|
|
117
|
+
* const scmForwardingProfileRegionalAndCustomProxy1Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
118
|
+
* id: "0e1c887a-ecf7-4a12-990c-bf1213ef81fd",
|
|
119
|
+
* });
|
|
120
|
+
* // Look up the gp-and-pac dual proxy by its ID.
|
|
121
|
+
* const scmForwardingProfileRegionalAndCustomProxy2Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
122
|
+
* id: "64ecc1e6-8bb6-4689-8f69-67a4553d4da8",
|
|
123
|
+
* });
|
|
124
|
+
* // Look up the ztna-agent basic proxy by its ID.
|
|
125
|
+
* const scmForwardingProfileRegionalAndCustomProxy3Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
126
|
+
* id: "8a3401e6-01dc-4fd4-b273-b0070c8fe9bb",
|
|
127
|
+
* });
|
|
128
|
+
* // Look up the complete ztna-agent by its ID.
|
|
129
|
+
* const scmForwardingProfileRegionalAndCustomProxy4Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
130
|
+
* id: "7de1edaf-b9dc-4b65-b8c4-c44a14f1095b",
|
|
131
|
+
* });
|
|
132
|
+
* export const forwardingProfileRegionalAndCustomProxyDataSourceResults = {
|
|
133
|
+
* gpAndPacBasicProxy: scmForwardingProfileRegionalAndCustomProxy1Ds,
|
|
134
|
+
* gpAndPacDualProxy: scmForwardingProfileRegionalAndCustomProxy2Ds,
|
|
135
|
+
* ztnaAgentBasicProxy: scmForwardingProfileRegionalAndCustomProxy3Ds,
|
|
136
|
+
* ztnaAgentFullProxy: scmForwardingProfileRegionalAndCustomProxy4Ds,
|
|
137
|
+
* };
|
|
138
|
+
* ```
|
|
139
|
+
*/
|
|
140
|
+
export declare function getForwardingProfileRegionalAndCustomProxyOutput(args: GetForwardingProfileRegionalAndCustomProxyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetForwardingProfileRegionalAndCustomProxyResult>;
|
|
141
|
+
/**
|
|
142
|
+
* A collection of arguments for invoking getForwardingProfileRegionalAndCustomProxy.
|
|
143
|
+
*/
|
|
144
|
+
export interface GetForwardingProfileRegionalAndCustomProxyOutputArgs {
|
|
145
|
+
/**
|
|
146
|
+
* The folder in which the resource is defined
|
|
147
|
+
*/
|
|
148
|
+
folder?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* The UUID of the regional and custom proxy
|
|
151
|
+
*/
|
|
152
|
+
id: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* alphanumeric string [ 0-9a-zA-Z ._-]
|
|
155
|
+
*/
|
|
156
|
+
name?: pulumi.Input<string>;
|
|
157
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getForwardingProfileRegionalAndCustomProxyOutput = exports.getForwardingProfileRegionalAndCustomProxy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ForwardingProfileRegionalAndCustomProxy data source
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* // Look up the gp-and-pac basic proxy by its ID.
|
|
18
|
+
* const scmForwardingProfileRegionalAndCustomProxy1Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
19
|
+
* id: "0e1c887a-ecf7-4a12-990c-bf1213ef81fd",
|
|
20
|
+
* });
|
|
21
|
+
* // Look up the gp-and-pac dual proxy by its ID.
|
|
22
|
+
* const scmForwardingProfileRegionalAndCustomProxy2Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
23
|
+
* id: "64ecc1e6-8bb6-4689-8f69-67a4553d4da8",
|
|
24
|
+
* });
|
|
25
|
+
* // Look up the ztna-agent basic proxy by its ID.
|
|
26
|
+
* const scmForwardingProfileRegionalAndCustomProxy3Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
27
|
+
* id: "8a3401e6-01dc-4fd4-b273-b0070c8fe9bb",
|
|
28
|
+
* });
|
|
29
|
+
* // Look up the complete ztna-agent by its ID.
|
|
30
|
+
* const scmForwardingProfileRegionalAndCustomProxy4Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
31
|
+
* id: "7de1edaf-b9dc-4b65-b8c4-c44a14f1095b",
|
|
32
|
+
* });
|
|
33
|
+
* export const forwardingProfileRegionalAndCustomProxyDataSourceResults = {
|
|
34
|
+
* gpAndPacBasicProxy: scmForwardingProfileRegionalAndCustomProxy1Ds,
|
|
35
|
+
* gpAndPacDualProxy: scmForwardingProfileRegionalAndCustomProxy2Ds,
|
|
36
|
+
* ztnaAgentBasicProxy: scmForwardingProfileRegionalAndCustomProxy3Ds,
|
|
37
|
+
* ztnaAgentFullProxy: scmForwardingProfileRegionalAndCustomProxy4Ds,
|
|
38
|
+
* };
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
function getForwardingProfileRegionalAndCustomProxy(args, opts) {
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
43
|
+
return pulumi.runtime.invoke("scm:index/getForwardingProfileRegionalAndCustomProxy:getForwardingProfileRegionalAndCustomProxy", {
|
|
44
|
+
"folder": args.folder,
|
|
45
|
+
"id": args.id,
|
|
46
|
+
"name": args.name,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getForwardingProfileRegionalAndCustomProxy = getForwardingProfileRegionalAndCustomProxy;
|
|
50
|
+
/**
|
|
51
|
+
* ForwardingProfileRegionalAndCustomProxy data source
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as scm from "@pulumi/scm";
|
|
58
|
+
*
|
|
59
|
+
* // Look up the gp-and-pac basic proxy by its ID.
|
|
60
|
+
* const scmForwardingProfileRegionalAndCustomProxy1Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
61
|
+
* id: "0e1c887a-ecf7-4a12-990c-bf1213ef81fd",
|
|
62
|
+
* });
|
|
63
|
+
* // Look up the gp-and-pac dual proxy by its ID.
|
|
64
|
+
* const scmForwardingProfileRegionalAndCustomProxy2Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
65
|
+
* id: "64ecc1e6-8bb6-4689-8f69-67a4553d4da8",
|
|
66
|
+
* });
|
|
67
|
+
* // Look up the ztna-agent basic proxy by its ID.
|
|
68
|
+
* const scmForwardingProfileRegionalAndCustomProxy3Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
69
|
+
* id: "8a3401e6-01dc-4fd4-b273-b0070c8fe9bb",
|
|
70
|
+
* });
|
|
71
|
+
* // Look up the complete ztna-agent by its ID.
|
|
72
|
+
* const scmForwardingProfileRegionalAndCustomProxy4Ds = scm.getForwardingProfileRegionalAndCustomProxy({
|
|
73
|
+
* id: "7de1edaf-b9dc-4b65-b8c4-c44a14f1095b",
|
|
74
|
+
* });
|
|
75
|
+
* export const forwardingProfileRegionalAndCustomProxyDataSourceResults = {
|
|
76
|
+
* gpAndPacBasicProxy: scmForwardingProfileRegionalAndCustomProxy1Ds,
|
|
77
|
+
* gpAndPacDualProxy: scmForwardingProfileRegionalAndCustomProxy2Ds,
|
|
78
|
+
* ztnaAgentBasicProxy: scmForwardingProfileRegionalAndCustomProxy3Ds,
|
|
79
|
+
* ztnaAgentFullProxy: scmForwardingProfileRegionalAndCustomProxy4Ds,
|
|
80
|
+
* };
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
function getForwardingProfileRegionalAndCustomProxyOutput(args, opts) {
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
85
|
+
return pulumi.runtime.invokeOutput("scm:index/getForwardingProfileRegionalAndCustomProxy:getForwardingProfileRegionalAndCustomProxy", {
|
|
86
|
+
"folder": args.folder,
|
|
87
|
+
"id": args.id,
|
|
88
|
+
"name": args.name,
|
|
89
|
+
}, opts);
|
|
90
|
+
}
|
|
91
|
+
exports.getForwardingProfileRegionalAndCustomProxyOutput = getForwardingProfileRegionalAndCustomProxyOutput;
|
|
92
|
+
//# sourceMappingURL=getForwardingProfileRegionalAndCustomProxy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getForwardingProfileRegionalAndCustomProxy.js","sourceRoot":"","sources":["../getForwardingProfileRegionalAndCustomProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,0CAA0C,CAAC,IAAoD,EAAE,IAA2B;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iGAAiG,EAAE;QAC5H,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gGAOC;AAyED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,gDAAgD,CAAC,IAA0D,EAAE,IAAiC;IAC1J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iGAAiG,EAAE;QAClI,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4GAOC"}
|