@pierskarsenbarg/sdm 1.16.0 → 1.18.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/getAccount.js +16 -1
- package/getAccount.js.map +1 -1
- package/getAccountAttachment.js +7 -1
- package/getAccountAttachment.js.map +1 -1
- package/getApprovalWorkflow.js +8 -1
- package/getApprovalWorkflow.js.map +1 -1
- package/getApprovalWorkflowApprover.js +9 -1
- package/getApprovalWorkflowApprover.js.map +1 -1
- package/getApprovalWorkflowStep.js +6 -1
- package/getApprovalWorkflowStep.js.map +1 -1
- package/getIdentityAlias.js +8 -1
- package/getIdentityAlias.js.map +1 -1
- package/getIdentitySet.js +6 -1
- package/getIdentitySet.js.map +1 -1
- package/getNode.js +10 -1
- package/getNode.js.map +1 -1
- package/getPeeringGroup.js +6 -1
- package/getPeeringGroup.js.map +1 -1
- package/getPeeringGroupNode.js +7 -1
- package/getPeeringGroupNode.js.map +1 -1
- package/getPeeringGroupPeer.js +7 -1
- package/getPeeringGroupPeer.js.map +1 -1
- package/getPeeringGroupResource.js +7 -1
- package/getPeeringGroupResource.js.map +1 -1
- package/getPolicy.d.ts +103 -0
- package/getPolicy.js +58 -0
- package/getPolicy.js.map +1 -0
- package/getProxyClusterKey.d.ts +81 -0
- package/getProxyClusterKey.js +56 -0
- package/getProxyClusterKey.js.map +1 -0
- package/getRemoteIdentity.js +8 -1
- package/getRemoteIdentity.js.map +1 -1
- package/getRemoteIdentityGroup.js +6 -1
- package/getRemoteIdentityGroup.js.map +1 -1
- package/getResource.js +11 -1
- package/getResource.js.map +1 -1
- package/getRole.js +7 -1
- package/getRole.js.map +1 -1
- package/getSecretStore.js +8 -1
- package/getSecretStore.js.map +1 -1
- package/getSshCaPubkey.js +6 -1
- package/getSshCaPubkey.js.map +1 -1
- package/getWorkflow.d.ts +0 -22
- package/getWorkflow.js +11 -23
- package/getWorkflow.js.map +1 -1
- package/getWorkflowApprover.js +8 -1
- package/getWorkflowApprover.js.map +1 -1
- package/getWorkflowRole.js +7 -1
- package/getWorkflowRole.js.map +1 -1
- package/index.d.ts +12 -0
- package/index.js +18 -2
- package/index.js.map +1 -1
- package/node.d.ts +12 -0
- package/node.js +2 -0
- package/node.js.map +1 -1
- package/package.json +1 -1
- package/policy.d.ts +98 -0
- package/policy.js +79 -0
- package/policy.js.map +1 -0
- package/proxyClusterKey.d.ts +72 -0
- package/proxyClusterKey.js +78 -0
- package/proxyClusterKey.js.map +1 -0
- package/resource.d.ts +24 -0
- package/resource.js +4 -0
- package/resource.js.map +1 -1
- package/types/input.d.ts +153 -0
- package/types/output.d.ts +352 -0
- package/workflow.d.ts +0 -28
- package/workflow.js +0 -28
- package/workflow.js.map +1 -1
package/getAccount.js
CHANGED
|
@@ -83,7 +83,22 @@ exports.getAccount = getAccount;
|
|
|
83
83
|
* ```
|
|
84
84
|
*/
|
|
85
85
|
function getAccountOutput(args, opts) {
|
|
86
|
-
|
|
86
|
+
args = args || {};
|
|
87
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
88
|
+
return pulumi.runtime.invokeOutput("sdm:index/getAccount:getAccount", {
|
|
89
|
+
"accountType": args.accountType,
|
|
90
|
+
"email": args.email,
|
|
91
|
+
"externalId": args.externalId,
|
|
92
|
+
"firstName": args.firstName,
|
|
93
|
+
"id": args.id,
|
|
94
|
+
"lastName": args.lastName,
|
|
95
|
+
"name": args.name,
|
|
96
|
+
"permissionLevel": args.permissionLevel,
|
|
97
|
+
"permissions": args.permissions,
|
|
98
|
+
"suspended": args.suspended,
|
|
99
|
+
"tags": args.tags,
|
|
100
|
+
"type": args.type,
|
|
101
|
+
}, opts);
|
|
87
102
|
}
|
|
88
103
|
exports.getAccountOutput = getAccountOutput;
|
|
89
104
|
//# sourceMappingURL=getAccount.js.map
|
package/getAccount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,iCAAiC,EAAE;QAC5D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,gCAiBC;AAmHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,iCAAiC,EAAE;QAClE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,4CAiBC"}
|
package/getAccountAttachment.js
CHANGED
|
@@ -42,7 +42,13 @@ exports.getAccountAttachment = getAccountAttachment;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getAccountAttachmentOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
args = args || {};
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("sdm:index/getAccountAttachment:getAccountAttachment", {
|
|
48
|
+
"accountId": args.accountId,
|
|
49
|
+
"id": args.id,
|
|
50
|
+
"roleId": args.roleId,
|
|
51
|
+
}, opts);
|
|
46
52
|
}
|
|
47
53
|
exports.getAccountAttachmentOutput = getAccountAttachmentOutput;
|
|
48
54
|
//# sourceMappingURL=getAccountAttachment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountAttachment.js","sourceRoot":"","sources":["../getAccountAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getAccountAttachment.js","sourceRoot":"","sources":["../getAccountAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,qDAAqD,EAAE;QAChF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AA6CD;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,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,qDAAqD,EAAE;QACtF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
|
package/getApprovalWorkflow.js
CHANGED
|
@@ -55,7 +55,14 @@ exports.getApprovalWorkflow = getApprovalWorkflow;
|
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
function getApprovalWorkflowOutput(args, opts) {
|
|
58
|
-
|
|
58
|
+
args = args || {};
|
|
59
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
60
|
+
return pulumi.runtime.invokeOutput("sdm:index/getApprovalWorkflow:getApprovalWorkflow", {
|
|
61
|
+
"approvalMode": args.approvalMode,
|
|
62
|
+
"description": args.description,
|
|
63
|
+
"id": args.id,
|
|
64
|
+
"name": args.name,
|
|
65
|
+
}, opts);
|
|
59
66
|
}
|
|
60
67
|
exports.getApprovalWorkflowOutput = getApprovalWorkflowOutput;
|
|
61
68
|
//# sourceMappingURL=getApprovalWorkflow.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApprovalWorkflow.js","sourceRoot":"","sources":["../getApprovalWorkflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getApprovalWorkflow.js","sourceRoot":"","sources":["../getApprovalWorkflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,mDAAmD,EAAE;QAC9E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC;AAqDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,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,mDAAmD,EAAE;QACpF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8DASC"}
|
|
@@ -58,7 +58,15 @@ exports.getApprovalWorkflowApprover = getApprovalWorkflowApprover;
|
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
60
|
function getApprovalWorkflowApproverOutput(args, opts) {
|
|
61
|
-
|
|
61
|
+
args = args || {};
|
|
62
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
63
|
+
return pulumi.runtime.invokeOutput("sdm:index/getApprovalWorkflowApprover:getApprovalWorkflowApprover", {
|
|
64
|
+
"accountId": args.accountId,
|
|
65
|
+
"approvalFlowId": args.approvalFlowId,
|
|
66
|
+
"approvalStepId": args.approvalStepId,
|
|
67
|
+
"id": args.id,
|
|
68
|
+
"roleId": args.roleId,
|
|
69
|
+
}, opts);
|
|
62
70
|
}
|
|
63
71
|
exports.getApprovalWorkflowApproverOutput = getApprovalWorkflowApproverOutput;
|
|
64
72
|
//# sourceMappingURL=getApprovalWorkflowApprover.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApprovalWorkflowApprover.js","sourceRoot":"","sources":["../getApprovalWorkflowApprover.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getApprovalWorkflowApprover.js","sourceRoot":"","sources":["../getApprovalWorkflowApprover.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,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,mEAAmE,EAAE;QAC9F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kEAUC;AA6DD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;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,mEAAmE,EAAE;QACpG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8EAUC"}
|
|
@@ -41,7 +41,12 @@ exports.getApprovalWorkflowStep = getApprovalWorkflowStep;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getApprovalWorkflowStepOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
args = args || {};
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("sdm:index/getApprovalWorkflowStep:getApprovalWorkflowStep", {
|
|
47
|
+
"approvalFlowId": args.approvalFlowId,
|
|
48
|
+
"id": args.id,
|
|
49
|
+
}, opts);
|
|
45
50
|
}
|
|
46
51
|
exports.getApprovalWorkflowStepOutput = getApprovalWorkflowStepOutput;
|
|
47
52
|
//# sourceMappingURL=getApprovalWorkflowStep.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApprovalWorkflowStep.js","sourceRoot":"","sources":["../getApprovalWorkflowStep.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getApprovalWorkflowStep.js","sourceRoot":"","sources":["../getApprovalWorkflowStep.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,2DAA2D,EAAE;QACtF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,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,2DAA2D,EAAE;QAC5F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC"}
|
package/getIdentityAlias.js
CHANGED
|
@@ -47,7 +47,14 @@ exports.getIdentityAlias = getIdentityAlias;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getIdentityAliasOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
args = args || {};
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("sdm:index/getIdentityAlias:getIdentityAlias", {
|
|
53
|
+
"accountId": args.accountId,
|
|
54
|
+
"id": args.id,
|
|
55
|
+
"identitySetId": args.identitySetId,
|
|
56
|
+
"username": args.username,
|
|
57
|
+
}, opts);
|
|
51
58
|
}
|
|
52
59
|
exports.getIdentityAliasOutput = getIdentityAliasOutput;
|
|
53
60
|
//# sourceMappingURL=getIdentityAlias.js.map
|
package/getIdentityAlias.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentityAlias.js","sourceRoot":"","sources":["../getIdentityAlias.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getIdentityAlias.js","sourceRoot":"","sources":["../getIdentityAlias.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,6CAA6C,EAAE;QACxE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAqDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,6CAA6C,EAAE;QAC9E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC"}
|
package/getIdentitySet.js
CHANGED
|
@@ -41,7 +41,12 @@ exports.getIdentitySet = getIdentitySet;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getIdentitySetOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
args = args || {};
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("sdm:index/getIdentitySet:getIdentitySet", {
|
|
47
|
+
"id": args.id,
|
|
48
|
+
"name": args.name,
|
|
49
|
+
}, opts);
|
|
45
50
|
}
|
|
46
51
|
exports.getIdentitySetOutput = getIdentitySetOutput;
|
|
47
52
|
//# sourceMappingURL=getIdentitySet.js.map
|
package/getIdentitySet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentitySet.js","sourceRoot":"","sources":["../getIdentitySet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getIdentitySet.js","sourceRoot":"","sources":["../getIdentitySet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,yCAAyC,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
|
package/getNode.js
CHANGED
|
@@ -59,7 +59,16 @@ exports.getNode = getNode;
|
|
|
59
59
|
* ```
|
|
60
60
|
*/
|
|
61
61
|
function getNodeOutput(args, opts) {
|
|
62
|
-
|
|
62
|
+
args = args || {};
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
64
|
+
return pulumi.runtime.invokeOutput("sdm:index/getNode:getNode", {
|
|
65
|
+
"bindAddress": args.bindAddress,
|
|
66
|
+
"id": args.id,
|
|
67
|
+
"listenAddress": args.listenAddress,
|
|
68
|
+
"name": args.name,
|
|
69
|
+
"tags": args.tags,
|
|
70
|
+
"type": args.type,
|
|
71
|
+
}, opts);
|
|
63
72
|
}
|
|
64
73
|
exports.getNodeOutput = getNodeOutput;
|
|
65
74
|
//# sourceMappingURL=getNode.js.map
|
package/getNode.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,2BAA2B,EAAE;QACtD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAmED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,2BAA2B,EAAE;QAC5D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC"}
|
package/getPeeringGroup.js
CHANGED
|
@@ -23,7 +23,12 @@ exports.getPeeringGroup = getPeeringGroup;
|
|
|
23
23
|
* They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
|
|
24
24
|
*/
|
|
25
25
|
function getPeeringGroupOutput(args, opts) {
|
|
26
|
-
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invokeOutput("sdm:index/getPeeringGroup:getPeeringGroup", {
|
|
29
|
+
"id": args.id,
|
|
30
|
+
"name": args.name,
|
|
31
|
+
}, opts);
|
|
27
32
|
}
|
|
28
33
|
exports.getPeeringGroupOutput = getPeeringGroupOutput;
|
|
29
34
|
//# sourceMappingURL=getPeeringGroup.js.map
|
package/getPeeringGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroup.js","sourceRoot":"","sources":["../getPeeringGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;GAGG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getPeeringGroup.js","sourceRoot":"","sources":["../getPeeringGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;GAGG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AAqCD;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,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,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
package/getPeeringGroupNode.js
CHANGED
|
@@ -22,7 +22,13 @@ exports.getPeeringGroupNode = getPeeringGroupNode;
|
|
|
22
22
|
* PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
|
|
23
23
|
*/
|
|
24
24
|
function getPeeringGroupNodeOutput(args, opts) {
|
|
25
|
-
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invokeOutput("sdm:index/getPeeringGroupNode:getPeeringGroupNode", {
|
|
28
|
+
"groupId": args.groupId,
|
|
29
|
+
"id": args.id,
|
|
30
|
+
"nodeId": args.nodeId,
|
|
31
|
+
}, opts);
|
|
26
32
|
}
|
|
27
33
|
exports.getPeeringGroupNodeOutput = getPeeringGroupNodeOutput;
|
|
28
34
|
//# sourceMappingURL=getPeeringGroupNode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupNode.js","sourceRoot":"","sources":["../getPeeringGroupNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getPeeringGroupNode.js","sourceRoot":"","sources":["../getPeeringGroupNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,mDAAmD,EAAE;QAC9E,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA6CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,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,mDAAmD,EAAE;QACpF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
package/getPeeringGroupPeer.js
CHANGED
|
@@ -22,7 +22,13 @@ exports.getPeeringGroupPeer = getPeeringGroupPeer;
|
|
|
22
22
|
* PeeringGroupPeer represents the link between two PeeringGroups
|
|
23
23
|
*/
|
|
24
24
|
function getPeeringGroupPeerOutput(args, opts) {
|
|
25
|
-
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invokeOutput("sdm:index/getPeeringGroupPeer:getPeeringGroupPeer", {
|
|
28
|
+
"groupId": args.groupId,
|
|
29
|
+
"id": args.id,
|
|
30
|
+
"peersWithGroupId": args.peersWithGroupId,
|
|
31
|
+
}, opts);
|
|
26
32
|
}
|
|
27
33
|
exports.getPeeringGroupPeerOutput = getPeeringGroupPeerOutput;
|
|
28
34
|
//# sourceMappingURL=getPeeringGroupPeer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupPeer.js","sourceRoot":"","sources":["../getPeeringGroupPeer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getPeeringGroupPeer.js","sourceRoot":"","sources":["../getPeeringGroupPeer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,mDAAmD,EAAE;QAC9E,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA6CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,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,mDAAmD,EAAE;QACpF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
|
@@ -22,7 +22,13 @@ exports.getPeeringGroupResource = getPeeringGroupResource;
|
|
|
22
22
|
* PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
|
|
23
23
|
*/
|
|
24
24
|
function getPeeringGroupResourceOutput(args, opts) {
|
|
25
|
-
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invokeOutput("sdm:index/getPeeringGroupResource:getPeeringGroupResource", {
|
|
28
|
+
"groupId": args.groupId,
|
|
29
|
+
"id": args.id,
|
|
30
|
+
"resourceId": args.resourceId,
|
|
31
|
+
}, opts);
|
|
26
32
|
}
|
|
27
33
|
exports.getPeeringGroupResourceOutput = getPeeringGroupResourceOutput;
|
|
28
34
|
//# sourceMappingURL=getPeeringGroupResource.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupResource.js","sourceRoot":"","sources":["../getPeeringGroupResource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getPeeringGroupResource.js","sourceRoot":"","sources":["../getPeeringGroupResource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,2DAA2D,EAAE;QACtF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;AA6CD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,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,2DAA2D,EAAE;QAC5F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sEAQC"}
|
package/getPolicy.d.ts
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Policy is a collection of one or more statements that enforce fine-grained access control
|
|
5
|
+
* for the users of an organization.
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as sdm from "@pulumi/sdm";
|
|
11
|
+
*
|
|
12
|
+
* const policy = sdm.getPolicy({
|
|
13
|
+
* name: "policy-query",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getPolicy(args?: GetPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getPolicy.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetPolicyArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Optional description of the Policy.
|
|
24
|
+
*/
|
|
25
|
+
description?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique identifier of the Policy.
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique human-readable name of the Policy.
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The content of the Policy, in Cedar policy language.
|
|
36
|
+
*/
|
|
37
|
+
policy?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A collection of values returned by getPolicy.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetPolicyResult {
|
|
43
|
+
/**
|
|
44
|
+
* Optional description of the Policy.
|
|
45
|
+
*/
|
|
46
|
+
readonly description?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Unique identifier of the Policy.
|
|
49
|
+
*/
|
|
50
|
+
readonly id?: string;
|
|
51
|
+
/**
|
|
52
|
+
* a list of strings of ids of data sources that match the given arguments.
|
|
53
|
+
*/
|
|
54
|
+
readonly ids: string[];
|
|
55
|
+
/**
|
|
56
|
+
* Unique human-readable name of the Policy.
|
|
57
|
+
*/
|
|
58
|
+
readonly name?: string;
|
|
59
|
+
/**
|
|
60
|
+
* A list where each element has the following attributes:
|
|
61
|
+
*/
|
|
62
|
+
readonly policies: outputs.GetPolicyPolicy[];
|
|
63
|
+
/**
|
|
64
|
+
* The content of the Policy, in Cedar policy language.
|
|
65
|
+
*/
|
|
66
|
+
readonly policy?: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Policy is a collection of one or more statements that enforce fine-grained access control
|
|
70
|
+
* for the users of an organization.
|
|
71
|
+
* ## Example Usage
|
|
72
|
+
*
|
|
73
|
+
* ```typescript
|
|
74
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
+
* import * as sdm from "@pulumi/sdm";
|
|
76
|
+
*
|
|
77
|
+
* const policy = sdm.getPolicy({
|
|
78
|
+
* name: "policy-query",
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare function getPolicyOutput(args?: GetPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPolicyResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking getPolicy.
|
|
85
|
+
*/
|
|
86
|
+
export interface GetPolicyOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Optional description of the Policy.
|
|
89
|
+
*/
|
|
90
|
+
description?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Unique identifier of the Policy.
|
|
93
|
+
*/
|
|
94
|
+
id?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Unique human-readable name of the Policy.
|
|
97
|
+
*/
|
|
98
|
+
name?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The content of the Policy, in Cedar policy language.
|
|
101
|
+
*/
|
|
102
|
+
policy?: pulumi.Input<string>;
|
|
103
|
+
}
|
package/getPolicy.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getPolicyOutput = exports.getPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Policy is a collection of one or more statements that enforce fine-grained access control
|
|
10
|
+
* for the users of an organization.
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as sdm from "@pulumi/sdm";
|
|
16
|
+
*
|
|
17
|
+
* const policy = sdm.getPolicy({
|
|
18
|
+
* name: "policy-query",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPolicy(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("sdm:index/getPolicy:getPolicy", {
|
|
26
|
+
"description": args.description,
|
|
27
|
+
"id": args.id,
|
|
28
|
+
"name": args.name,
|
|
29
|
+
"policy": args.policy,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getPolicy = getPolicy;
|
|
33
|
+
/**
|
|
34
|
+
* Policy is a collection of one or more statements that enforce fine-grained access control
|
|
35
|
+
* for the users of an organization.
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as sdm from "@pulumi/sdm";
|
|
41
|
+
*
|
|
42
|
+
* const policy = sdm.getPolicy({
|
|
43
|
+
* name: "policy-query",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getPolicyOutput(args, opts) {
|
|
48
|
+
args = args || {};
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("sdm:index/getPolicy:getPolicy", {
|
|
51
|
+
"description": args.description,
|
|
52
|
+
"id": args.id,
|
|
53
|
+
"name": args.name,
|
|
54
|
+
"policy": args.policy,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getPolicyOutput = getPolicyOutput;
|
|
58
|
+
//# sourceMappingURL=getPolicy.js.map
|
package/getPolicy.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPolicy.js","sourceRoot":"","sources":["../getPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,+BAA+B,EAAE;QAC1D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AAqDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,+BAA+B,EAAE;QAChE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Proxy Cluster Keys are authentication keys for all proxies within a cluster.
|
|
5
|
+
* The proxies within a cluster share the same key. One cluster can have
|
|
6
|
+
* multiple keys in order to facilitate key rotation.
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as sdm from "@pulumi/sdm";
|
|
12
|
+
*
|
|
13
|
+
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
14
|
+
* proxyClusterId: "n-233332245",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getProxyClusterKey(args?: GetProxyClusterKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetProxyClusterKeyResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getProxyClusterKey.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetProxyClusterKeyArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier of the Relay.
|
|
25
|
+
*/
|
|
26
|
+
id?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The ID of the proxy cluster which this key authenticates to.
|
|
29
|
+
*/
|
|
30
|
+
proxyClusterId?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getProxyClusterKey.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetProxyClusterKeyResult {
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier of the Relay.
|
|
38
|
+
*/
|
|
39
|
+
readonly id?: string;
|
|
40
|
+
/**
|
|
41
|
+
* a list of strings of ids of data sources that match the given arguments.
|
|
42
|
+
*/
|
|
43
|
+
readonly ids: string[];
|
|
44
|
+
/**
|
|
45
|
+
* The ID of the proxy cluster which this key authenticates to.
|
|
46
|
+
*/
|
|
47
|
+
readonly proxyClusterId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* A list where each element has the following attributes:
|
|
50
|
+
*/
|
|
51
|
+
readonly proxyClusterKeys: outputs.GetProxyClusterKeyProxyClusterKey[];
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Proxy Cluster Keys are authentication keys for all proxies within a cluster.
|
|
55
|
+
* The proxies within a cluster share the same key. One cluster can have
|
|
56
|
+
* multiple keys in order to facilitate key rotation.
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as sdm from "@pulumi/sdm";
|
|
62
|
+
*
|
|
63
|
+
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
64
|
+
* proxyClusterId: "n-233332245",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function getProxyClusterKeyOutput(args?: GetProxyClusterKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProxyClusterKeyResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getProxyClusterKey.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetProxyClusterKeyOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* Unique identifier of the Relay.
|
|
75
|
+
*/
|
|
76
|
+
id?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The ID of the proxy cluster which this key authenticates to.
|
|
79
|
+
*/
|
|
80
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getProxyClusterKeyOutput = exports.getProxyClusterKey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Proxy Cluster Keys are authentication keys for all proxies within a cluster.
|
|
10
|
+
* The proxies within a cluster share the same key. One cluster can have
|
|
11
|
+
* multiple keys in order to facilitate key rotation.
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as sdm from "@pulumi/sdm";
|
|
17
|
+
*
|
|
18
|
+
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
19
|
+
* proxyClusterId: "n-233332245",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getProxyClusterKey(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("sdm:index/getProxyClusterKey:getProxyClusterKey", {
|
|
27
|
+
"id": args.id,
|
|
28
|
+
"proxyClusterId": args.proxyClusterId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getProxyClusterKey = getProxyClusterKey;
|
|
32
|
+
/**
|
|
33
|
+
* Proxy Cluster Keys are authentication keys for all proxies within a cluster.
|
|
34
|
+
* The proxies within a cluster share the same key. One cluster can have
|
|
35
|
+
* multiple keys in order to facilitate key rotation.
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as sdm from "@pulumi/sdm";
|
|
41
|
+
*
|
|
42
|
+
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
43
|
+
* proxyClusterId: "n-233332245",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getProxyClusterKeyOutput(args, opts) {
|
|
48
|
+
args = args || {};
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("sdm:index/getProxyClusterKey:getProxyClusterKey", {
|
|
51
|
+
"id": args.id,
|
|
52
|
+
"proxyClusterId": args.proxyClusterId,
|
|
53
|
+
}, opts);
|
|
54
|
+
}
|
|
55
|
+
exports.getProxyClusterKeyOutput = getProxyClusterKeyOutput;
|
|
56
|
+
//# sourceMappingURL=getProxyClusterKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProxyClusterKey.js","sourceRoot":"","sources":["../getProxyClusterKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,iDAAiD,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAqCD;;;;;;;;;;;;;;GAcG;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,YAAY,CAAC,iDAAiD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
package/getRemoteIdentity.js
CHANGED
|
@@ -47,7 +47,14 @@ exports.getRemoteIdentity = getRemoteIdentity;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getRemoteIdentityOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
args = args || {};
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("sdm:index/getRemoteIdentity:getRemoteIdentity", {
|
|
53
|
+
"accountId": args.accountId,
|
|
54
|
+
"id": args.id,
|
|
55
|
+
"remoteIdentityGroupId": args.remoteIdentityGroupId,
|
|
56
|
+
"username": args.username,
|
|
57
|
+
}, opts);
|
|
51
58
|
}
|
|
52
59
|
exports.getRemoteIdentityOutput = getRemoteIdentityOutput;
|
|
53
60
|
//# sourceMappingURL=getRemoteIdentity.js.map
|