@pulumi/nomad 2.2.0-alpha.1709215476 → 2.2.0-alpha.1710156747
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/aclAuthMethod.d.ts +2 -0
- package/aclAuthMethod.js +2 -0
- package/aclAuthMethod.js.map +1 -1
- package/aclPolicy.d.ts +4 -0
- package/aclPolicy.js +4 -0
- package/aclPolicy.js.map +1 -1
- package/aclToken.d.ts +8 -0
- package/aclToken.js +8 -0
- package/aclToken.js.map +1 -1
- package/externalVolume.d.ts +2 -0
- package/externalVolume.js +2 -0
- package/externalVolume.js.map +1 -1
- package/getAclPolicies.d.ts +4 -0
- package/getAclPolicies.js +4 -0
- package/getAclPolicies.js.map +1 -1
- package/getAclPolicy.d.ts +4 -0
- package/getAclPolicy.js +4 -0
- package/getAclPolicy.js.map +1 -1
- package/getAclRole.d.ts +4 -0
- package/getAclRole.js +4 -0
- package/getAclRole.js.map +1 -1
- package/getAclRoles.d.ts +4 -0
- package/getAclRoles.js +4 -0
- package/getAclRoles.js.map +1 -1
- package/getAclToken.d.ts +4 -0
- package/getAclToken.js +4 -0
- package/getAclToken.js.map +1 -1
- package/getAclTokens.d.ts +4 -0
- package/getAclTokens.js +4 -0
- package/getAclTokens.js.map +1 -1
- package/getAllocations.d.ts +4 -0
- package/getAllocations.js +4 -0
- package/getAllocations.js.map +1 -1
- package/getDatacenters.d.ts +4 -0
- package/getDatacenters.js +4 -0
- package/getDatacenters.js.map +1 -1
- package/getDeployments.d.ts +4 -0
- package/getDeployments.js +4 -0
- package/getDeployments.js.map +1 -1
- package/getJob.d.ts +4 -0
- package/getJob.js +4 -0
- package/getJob.js.map +1 -1
- package/getJobParser.d.ts +4 -0
- package/getJobParser.js +4 -0
- package/getJobParser.js.map +1 -1
- package/getNamespace.d.ts +4 -0
- package/getNamespace.js +4 -0
- package/getNamespace.js.map +1 -1
- package/getNamespaces.d.ts +4 -0
- package/getNamespaces.js +4 -0
- package/getNamespaces.js.map +1 -1
- package/getNodePool.d.ts +4 -0
- package/getNodePool.js +4 -0
- package/getNodePool.js.map +1 -1
- package/getNodePools.d.ts +4 -0
- package/getNodePools.js +4 -0
- package/getNodePools.js.map +1 -1
- package/getPlugin.d.ts +4 -0
- package/getPlugin.js +4 -0
- package/getPlugin.js.map +1 -1
- package/getPlugins.d.ts +4 -0
- package/getPlugins.js +4 -0
- package/getPlugins.js.map +1 -1
- package/getScalingPolicies.d.ts +4 -0
- package/getScalingPolicies.js +4 -0
- package/getScalingPolicies.js.map +1 -1
- package/getScalingPolicy.d.ts +4 -0
- package/getScalingPolicy.js +4 -0
- package/getScalingPolicy.js.map +1 -1
- package/getSchedulerPolicy.d.ts +4 -0
- package/getSchedulerPolicy.js +4 -0
- package/getSchedulerPolicy.js.map +1 -1
- package/getVariable.d.ts +4 -0
- package/getVariable.js +4 -0
- package/getVariable.js.map +1 -1
- package/getVolumes.d.ts +4 -0
- package/getVolumes.js +4 -0
- package/getVolumes.js.map +1 -1
- package/namespace.d.ts +4 -0
- package/namespace.js +4 -0
- package/namespace.js.map +1 -1
- package/nodePool.d.ts +2 -0
- package/nodePool.js +2 -0
- package/nodePool.js.map +1 -1
- package/package.json +1 -1
- package/quoteSpecification.d.ts +2 -0
- package/quoteSpecification.js +2 -0
- package/quoteSpecification.js.map +1 -1
- package/schedulerConfig.d.ts +2 -0
- package/schedulerConfig.js +2 -0
- package/schedulerConfig.js.map +1 -1
- package/sentinelPolicy.d.ts +2 -0
- package/sentinelPolicy.js +2 -0
- package/sentinelPolicy.js.map +1 -1
- package/variable.d.ts +4 -0
- package/variable.js +4 -0
- package/variable.js.map +1 -1
- package/volume.d.ts +2 -0
- package/volume.js +2 -0
- package/volume.js.map +1 -1
package/aclAuthMethod.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* Creating an ALC Auth Method:
|
|
10
10
|
*
|
|
11
|
+
* <!--Start PulumiCodeChooser -->
|
|
11
12
|
* ```typescript
|
|
12
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
14
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -33,6 +34,7 @@ import * as outputs from "./types/output";
|
|
|
33
34
|
* },
|
|
34
35
|
* });
|
|
35
36
|
* ```
|
|
37
|
+
* <!--End PulumiCodeChooser -->
|
|
36
38
|
*/
|
|
37
39
|
export declare class AclAuthMethod extends pulumi.CustomResource {
|
|
38
40
|
/**
|
package/aclAuthMethod.js
CHANGED
|
@@ -12,6 +12,7 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* Creating an ALC Auth Method:
|
|
14
14
|
*
|
|
15
|
+
* <!--Start PulumiCodeChooser -->
|
|
15
16
|
* ```typescript
|
|
16
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
18
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -37,6 +38,7 @@ const utilities = require("./utilities");
|
|
|
37
38
|
* },
|
|
38
39
|
* });
|
|
39
40
|
* ```
|
|
41
|
+
* <!--End PulumiCodeChooser -->
|
|
40
42
|
*/
|
|
41
43
|
class AclAuthMethod extends pulumi.CustomResource {
|
|
42
44
|
/**
|
package/aclAuthMethod.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aclAuthMethod.js","sourceRoot":"","sources":["../aclAuthMethod.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"aclAuthMethod.js","sourceRoot":"","sources":["../aclAuthMethod.ts"],"names":[],"mappings":"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"}
|
package/aclPolicy.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* Registering a policy from a HCL file:
|
|
10
10
|
*
|
|
11
|
+
* <!--Start PulumiCodeChooser -->
|
|
11
12
|
* ```typescript
|
|
12
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
14
|
* import * as fs from "fs";
|
|
@@ -18,9 +19,11 @@ import * as outputs from "./types/output";
|
|
|
18
19
|
* rulesHcl: fs.readFileSync(`${path.module}/dev.hcl`, "utf8"),
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*
|
|
22
24
|
* Registering a policy from inline HCL:
|
|
23
25
|
*
|
|
26
|
+
* <!--Start PulumiCodeChooser -->
|
|
24
27
|
* ```typescript
|
|
25
28
|
* import * as pulumi from "@pulumi/pulumi";
|
|
26
29
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -34,6 +37,7 @@ import * as outputs from "./types/output";
|
|
|
34
37
|
* `,
|
|
35
38
|
* });
|
|
36
39
|
* ```
|
|
40
|
+
* <!--End PulumiCodeChooser -->
|
|
37
41
|
*/
|
|
38
42
|
export declare class AclPolicy extends pulumi.CustomResource {
|
|
39
43
|
/**
|
package/aclPolicy.js
CHANGED
|
@@ -12,6 +12,7 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* Registering a policy from a HCL file:
|
|
14
14
|
*
|
|
15
|
+
* <!--Start PulumiCodeChooser -->
|
|
15
16
|
* ```typescript
|
|
16
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
18
|
* import * as fs from "fs";
|
|
@@ -22,9 +23,11 @@ const utilities = require("./utilities");
|
|
|
22
23
|
* rulesHcl: fs.readFileSync(`${path.module}/dev.hcl`, "utf8"),
|
|
23
24
|
* });
|
|
24
25
|
* ```
|
|
26
|
+
* <!--End PulumiCodeChooser -->
|
|
25
27
|
*
|
|
26
28
|
* Registering a policy from inline HCL:
|
|
27
29
|
*
|
|
30
|
+
* <!--Start PulumiCodeChooser -->
|
|
28
31
|
* ```typescript
|
|
29
32
|
* import * as pulumi from "@pulumi/pulumi";
|
|
30
33
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -38,6 +41,7 @@ const utilities = require("./utilities");
|
|
|
38
41
|
* `,
|
|
39
42
|
* });
|
|
40
43
|
* ```
|
|
44
|
+
* <!--End PulumiCodeChooser -->
|
|
41
45
|
*/
|
|
42
46
|
class AclPolicy extends pulumi.CustomResource {
|
|
43
47
|
/**
|
package/aclPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aclPolicy.js","sourceRoot":"","sources":["../aclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"aclPolicy.js","sourceRoot":"","sources":["../aclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA4BD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA3EL,8BA4EC;AA9DG,gBAAgB;AACO,sBAAY,GAAG,iCAAiC,CAAC"}
|
package/aclToken.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Creating a token with limited policies:
|
|
8
8
|
*
|
|
9
|
+
* <!--Start PulumiCodeChooser -->
|
|
9
10
|
* ```typescript
|
|
10
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
12
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -18,9 +19,11 @@ import * as outputs from "./types/output";
|
|
|
18
19
|
* type: "client",
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*
|
|
22
24
|
* Creating a global token that will be replicated to all regions:
|
|
23
25
|
*
|
|
26
|
+
* <!--Start PulumiCodeChooser -->
|
|
24
27
|
* ```typescript
|
|
25
28
|
* import * as pulumi from "@pulumi/pulumi";
|
|
26
29
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -34,18 +37,22 @@ import * as outputs from "./types/output";
|
|
|
34
37
|
* type: "client",
|
|
35
38
|
* });
|
|
36
39
|
* ```
|
|
40
|
+
* <!--End PulumiCodeChooser -->
|
|
37
41
|
*
|
|
38
42
|
* Creating a token with full access to the cluster:
|
|
39
43
|
*
|
|
44
|
+
* <!--Start PulumiCodeChooser -->
|
|
40
45
|
* ```typescript
|
|
41
46
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
47
|
* import * as nomad from "@pulumi/nomad";
|
|
43
48
|
*
|
|
44
49
|
* const iman = new nomad.AclToken("iman", {type: "management"});
|
|
45
50
|
* ```
|
|
51
|
+
* <!--End PulumiCodeChooser -->
|
|
46
52
|
*
|
|
47
53
|
* Accessing the token:
|
|
48
54
|
*
|
|
55
|
+
* <!--Start PulumiCodeChooser -->
|
|
49
56
|
* ```typescript
|
|
50
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
51
58
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -56,6 +63,7 @@ import * as outputs from "./types/output";
|
|
|
56
63
|
* });
|
|
57
64
|
* export const nomadToken = token.secretId;
|
|
58
65
|
* ```
|
|
66
|
+
* <!--End PulumiCodeChooser -->
|
|
59
67
|
*/
|
|
60
68
|
export declare class AclToken extends pulumi.CustomResource {
|
|
61
69
|
/**
|
package/aclToken.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Creating a token with limited policies:
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -22,9 +23,11 @@ const utilities = require("./utilities");
|
|
|
22
23
|
* type: "client",
|
|
23
24
|
* });
|
|
24
25
|
* ```
|
|
26
|
+
* <!--End PulumiCodeChooser -->
|
|
25
27
|
*
|
|
26
28
|
* Creating a global token that will be replicated to all regions:
|
|
27
29
|
*
|
|
30
|
+
* <!--Start PulumiCodeChooser -->
|
|
28
31
|
* ```typescript
|
|
29
32
|
* import * as pulumi from "@pulumi/pulumi";
|
|
30
33
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -38,18 +41,22 @@ const utilities = require("./utilities");
|
|
|
38
41
|
* type: "client",
|
|
39
42
|
* });
|
|
40
43
|
* ```
|
|
44
|
+
* <!--End PulumiCodeChooser -->
|
|
41
45
|
*
|
|
42
46
|
* Creating a token with full access to the cluster:
|
|
43
47
|
*
|
|
48
|
+
* <!--Start PulumiCodeChooser -->
|
|
44
49
|
* ```typescript
|
|
45
50
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
51
|
* import * as nomad from "@pulumi/nomad";
|
|
47
52
|
*
|
|
48
53
|
* const iman = new nomad.AclToken("iman", {type: "management"});
|
|
49
54
|
* ```
|
|
55
|
+
* <!--End PulumiCodeChooser -->
|
|
50
56
|
*
|
|
51
57
|
* Accessing the token:
|
|
52
58
|
*
|
|
59
|
+
* <!--Start PulumiCodeChooser -->
|
|
53
60
|
* ```typescript
|
|
54
61
|
* import * as pulumi from "@pulumi/pulumi";
|
|
55
62
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -60,6 +67,7 @@ const utilities = require("./utilities");
|
|
|
60
67
|
* });
|
|
61
68
|
* export const nomadToken = token.secretId;
|
|
62
69
|
* ```
|
|
70
|
+
* <!--End PulumiCodeChooser -->
|
|
63
71
|
*/
|
|
64
72
|
class AclToken extends pulumi.CustomResource {
|
|
65
73
|
/**
|
package/aclToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aclToken.js","sourceRoot":"","sources":["../aclToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"aclToken.js","sourceRoot":"","sources":["../aclToken.ts"],"names":[],"mappings":"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"}
|
package/externalVolume.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Creating a volume:
|
|
8
8
|
*
|
|
9
|
+
* <!--Start PulumiCodeChooser -->
|
|
9
10
|
* ```typescript
|
|
10
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
12
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -48,6 +49,7 @@ import * as outputs from "./types/output";
|
|
|
48
49
|
* dependsOn: [ebs],
|
|
49
50
|
* });
|
|
50
51
|
* ```
|
|
52
|
+
* <!--End PulumiCodeChooser -->
|
|
51
53
|
*/
|
|
52
54
|
export declare class ExternalVolume extends pulumi.CustomResource {
|
|
53
55
|
/**
|
package/externalVolume.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Creating a volume:
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -52,6 +53,7 @@ const utilities = require("./utilities");
|
|
|
52
53
|
* dependsOn: [ebs],
|
|
53
54
|
* });
|
|
54
55
|
* ```
|
|
56
|
+
* <!--End PulumiCodeChooser -->
|
|
55
57
|
*/
|
|
56
58
|
class ExternalVolume extends pulumi.CustomResource {
|
|
57
59
|
/**
|
package/externalVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalVolume.js","sourceRoot":"","sources":["../externalVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"externalVolume.js","sourceRoot":"","sources":["../externalVolume.ts"],"names":[],"mappings":"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"}
|
package/getAclPolicies.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
8
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
9
|
* ```typescript
|
|
9
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
11
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -13,6 +14,7 @@ import * as outputs from "./types/output";
|
|
|
13
14
|
* prefix: "prod",
|
|
14
15
|
* });
|
|
15
16
|
* ```
|
|
17
|
+
* <!--End PulumiCodeChooser -->
|
|
16
18
|
*/
|
|
17
19
|
export declare function getAclPolicies(args?: GetAclPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetAclPoliciesResult>;
|
|
18
20
|
/**
|
|
@@ -43,6 +45,7 @@ export interface GetAclPoliciesResult {
|
|
|
43
45
|
*
|
|
44
46
|
* ## Example Usage
|
|
45
47
|
*
|
|
48
|
+
* <!--Start PulumiCodeChooser -->
|
|
46
49
|
* ```typescript
|
|
47
50
|
* import * as pulumi from "@pulumi/pulumi";
|
|
48
51
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -51,6 +54,7 @@ export interface GetAclPoliciesResult {
|
|
|
51
54
|
* prefix: "prod",
|
|
52
55
|
* });
|
|
53
56
|
* ```
|
|
57
|
+
* <!--End PulumiCodeChooser -->
|
|
54
58
|
*/
|
|
55
59
|
export declare function getAclPoliciesOutput(args?: GetAclPoliciesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclPoliciesResult>;
|
|
56
60
|
/**
|
package/getAclPolicies.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -18,6 +19,7 @@ const utilities = require("./utilities");
|
|
|
18
19
|
* prefix: "prod",
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*/
|
|
22
24
|
function getAclPolicies(args, opts) {
|
|
23
25
|
args = args || {};
|
|
@@ -32,6 +34,7 @@ exports.getAclPolicies = getAclPolicies;
|
|
|
32
34
|
*
|
|
33
35
|
* ## Example Usage
|
|
34
36
|
*
|
|
37
|
+
* <!--Start PulumiCodeChooser -->
|
|
35
38
|
* ```typescript
|
|
36
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
37
40
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -40,6 +43,7 @@ exports.getAclPolicies = getAclPolicies;
|
|
|
40
43
|
* prefix: "prod",
|
|
41
44
|
* });
|
|
42
45
|
* ```
|
|
46
|
+
* <!--End PulumiCodeChooser -->
|
|
43
47
|
*/
|
|
44
48
|
function getAclPoliciesOutput(args, opts) {
|
|
45
49
|
return pulumi.output(args).apply((a) => getAclPolicies(a, opts));
|
package/getAclPolicies.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclPolicies.js","sourceRoot":"","sources":["../getAclPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAclPolicies.js","sourceRoot":"","sources":["../getAclPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA0BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/getAclPolicy.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
+
* <!--Start PulumiCodeChooser -->
|
|
7
8
|
* ```typescript
|
|
8
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
10
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -12,6 +13,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
13
|
* name: "my-policy",
|
|
13
14
|
* });
|
|
14
15
|
* ```
|
|
16
|
+
* <!--End PulumiCodeChooser -->
|
|
15
17
|
*/
|
|
16
18
|
export declare function getAclPolicy(args: GetAclPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetAclPolicyResult>;
|
|
17
19
|
/**
|
|
@@ -49,6 +51,7 @@ export interface GetAclPolicyResult {
|
|
|
49
51
|
*
|
|
50
52
|
* ## Example Usage
|
|
51
53
|
*
|
|
54
|
+
* <!--Start PulumiCodeChooser -->
|
|
52
55
|
* ```typescript
|
|
53
56
|
* import * as pulumi from "@pulumi/pulumi";
|
|
54
57
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -57,6 +60,7 @@ export interface GetAclPolicyResult {
|
|
|
57
60
|
* name: "my-policy",
|
|
58
61
|
* });
|
|
59
62
|
* ```
|
|
63
|
+
* <!--End PulumiCodeChooser -->
|
|
60
64
|
*/
|
|
61
65
|
export declare function getAclPolicyOutput(args: GetAclPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclPolicyResult>;
|
|
62
66
|
/**
|
package/getAclPolicy.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -18,6 +19,7 @@ const utilities = require("./utilities");
|
|
|
18
19
|
* name: "my-policy",
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*/
|
|
22
24
|
function getAclPolicy(args, opts) {
|
|
23
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -31,6 +33,7 @@ exports.getAclPolicy = getAclPolicy;
|
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
|
36
|
+
* <!--Start PulumiCodeChooser -->
|
|
34
37
|
* ```typescript
|
|
35
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
39
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -39,6 +42,7 @@ exports.getAclPolicy = getAclPolicy;
|
|
|
39
42
|
* name: "my-policy",
|
|
40
43
|
* });
|
|
41
44
|
* ```
|
|
45
|
+
* <!--End PulumiCodeChooser -->
|
|
42
46
|
*/
|
|
43
47
|
function getAclPolicyOutput(args, opts) {
|
|
44
48
|
return pulumi.output(args).apply((a) => getAclPolicy(a, opts));
|
package/getAclPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclPolicy.js","sourceRoot":"","sources":["../getAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAclPolicy.js","sourceRoot":"","sources":["../getAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAiCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/getAclRole.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
8
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
9
|
* ```typescript
|
|
9
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
11
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -13,6 +14,7 @@ import * as outputs from "./types/output";
|
|
|
13
14
|
* id: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
14
15
|
* });
|
|
15
16
|
* ```
|
|
17
|
+
* <!--End PulumiCodeChooser -->
|
|
16
18
|
*/
|
|
17
19
|
export declare function getAclRole(args: GetAclRoleArgs, opts?: pulumi.InvokeOptions): Promise<GetAclRoleResult>;
|
|
18
20
|
/**
|
|
@@ -50,6 +52,7 @@ export interface GetAclRoleResult {
|
|
|
50
52
|
*
|
|
51
53
|
* ## Example Usage
|
|
52
54
|
*
|
|
55
|
+
* <!--Start PulumiCodeChooser -->
|
|
53
56
|
* ```typescript
|
|
54
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
55
58
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -58,6 +61,7 @@ export interface GetAclRoleResult {
|
|
|
58
61
|
* id: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
59
62
|
* });
|
|
60
63
|
* ```
|
|
64
|
+
* <!--End PulumiCodeChooser -->
|
|
61
65
|
*/
|
|
62
66
|
export declare function getAclRoleOutput(args: GetAclRoleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclRoleResult>;
|
|
63
67
|
/**
|
package/getAclRole.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -18,6 +19,7 @@ const utilities = require("./utilities");
|
|
|
18
19
|
* id: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*/
|
|
22
24
|
function getAclRole(args, opts) {
|
|
23
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -31,6 +33,7 @@ exports.getAclRole = getAclRole;
|
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
|
36
|
+
* <!--Start PulumiCodeChooser -->
|
|
34
37
|
* ```typescript
|
|
35
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
39
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -39,6 +42,7 @@ exports.getAclRole = getAclRole;
|
|
|
39
42
|
* id: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
40
43
|
* });
|
|
41
44
|
* ```
|
|
45
|
+
* <!--End PulumiCodeChooser -->
|
|
42
46
|
*/
|
|
43
47
|
function getAclRoleOutput(args, opts) {
|
|
44
48
|
return pulumi.output(args).apply((a) => getAclRole(a, opts));
|
package/getAclRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclRole.js","sourceRoot":"","sources":["../getAclRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAclRole.js","sourceRoot":"","sources":["../getAclRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAiCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
package/getAclRoles.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
8
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
9
|
* ```typescript
|
|
9
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
11
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -13,6 +14,7 @@ import * as outputs from "./types/output";
|
|
|
13
14
|
* prefix: "a242",
|
|
14
15
|
* });
|
|
15
16
|
* ```
|
|
17
|
+
* <!--End PulumiCodeChooser -->
|
|
16
18
|
*/
|
|
17
19
|
export declare function getAclRoles(args?: GetAclRolesArgs, opts?: pulumi.InvokeOptions): Promise<GetAclRolesResult>;
|
|
18
20
|
/**
|
|
@@ -41,6 +43,7 @@ export interface GetAclRolesResult {
|
|
|
41
43
|
*
|
|
42
44
|
* ## Example Usage
|
|
43
45
|
*
|
|
46
|
+
* <!--Start PulumiCodeChooser -->
|
|
44
47
|
* ```typescript
|
|
45
48
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
49
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -49,6 +52,7 @@ export interface GetAclRolesResult {
|
|
|
49
52
|
* prefix: "a242",
|
|
50
53
|
* });
|
|
51
54
|
* ```
|
|
55
|
+
* <!--End PulumiCodeChooser -->
|
|
52
56
|
*/
|
|
53
57
|
export declare function getAclRolesOutput(args?: GetAclRolesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclRolesResult>;
|
|
54
58
|
/**
|
package/getAclRoles.js
CHANGED
|
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
16
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -18,6 +19,7 @@ const utilities = require("./utilities");
|
|
|
18
19
|
* prefix: "a242",
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
22
|
+
* <!--End PulumiCodeChooser -->
|
|
21
23
|
*/
|
|
22
24
|
function getAclRoles(args, opts) {
|
|
23
25
|
args = args || {};
|
|
@@ -32,6 +34,7 @@ exports.getAclRoles = getAclRoles;
|
|
|
32
34
|
*
|
|
33
35
|
* ## Example Usage
|
|
34
36
|
*
|
|
37
|
+
* <!--Start PulumiCodeChooser -->
|
|
35
38
|
* ```typescript
|
|
36
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
37
40
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -40,6 +43,7 @@ exports.getAclRoles = getAclRoles;
|
|
|
40
43
|
* prefix: "a242",
|
|
41
44
|
* });
|
|
42
45
|
* ```
|
|
46
|
+
* <!--End PulumiCodeChooser -->
|
|
43
47
|
*/
|
|
44
48
|
function getAclRolesOutput(args, opts) {
|
|
45
49
|
return pulumi.output(args).apply((a) => getAclRoles(a, opts));
|
package/getAclRoles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclRoles.js","sourceRoot":"","sources":["../getAclRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAclRoles.js","sourceRoot":"","sources":["../getAclRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAwBD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/getAclToken.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as outputs from "./types/output";
|
|
|
3
3
|
/**
|
|
4
4
|
* ## Example Usage
|
|
5
5
|
*
|
|
6
|
+
* <!--Start PulumiCodeChooser -->
|
|
6
7
|
* ```typescript
|
|
7
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
8
9
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -11,6 +12,7 @@ import * as outputs from "./types/output";
|
|
|
11
12
|
* accessorId: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
12
13
|
* });
|
|
13
14
|
* ```
|
|
15
|
+
* <!--End PulumiCodeChooser -->
|
|
14
16
|
*/
|
|
15
17
|
export declare function getAclToken(args: GetAclTokenArgs, opts?: pulumi.InvokeOptions): Promise<GetAclTokenResult>;
|
|
16
18
|
/**
|
|
@@ -77,6 +79,7 @@ export interface GetAclTokenResult {
|
|
|
77
79
|
/**
|
|
78
80
|
* ## Example Usage
|
|
79
81
|
*
|
|
82
|
+
* <!--Start PulumiCodeChooser -->
|
|
80
83
|
* ```typescript
|
|
81
84
|
* import * as pulumi from "@pulumi/pulumi";
|
|
82
85
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -85,6 +88,7 @@ export interface GetAclTokenResult {
|
|
|
85
88
|
* accessorId: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
86
89
|
* });
|
|
87
90
|
* ```
|
|
91
|
+
* <!--End PulumiCodeChooser -->
|
|
88
92
|
*/
|
|
89
93
|
export declare function getAclTokenOutput(args: GetAclTokenOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclTokenResult>;
|
|
90
94
|
/**
|
package/getAclToken.js
CHANGED
|
@@ -8,6 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
+
* <!--Start PulumiCodeChooser -->
|
|
11
12
|
* ```typescript
|
|
12
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
14
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -16,6 +17,7 @@ const utilities = require("./utilities");
|
|
|
16
17
|
* accessorId: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
17
18
|
* });
|
|
18
19
|
* ```
|
|
20
|
+
* <!--End PulumiCodeChooser -->
|
|
19
21
|
*/
|
|
20
22
|
function getAclToken(args, opts) {
|
|
21
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -27,6 +29,7 @@ exports.getAclToken = getAclToken;
|
|
|
27
29
|
/**
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
|
32
|
+
* <!--Start PulumiCodeChooser -->
|
|
30
33
|
* ```typescript
|
|
31
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
32
35
|
* import * as nomad from "@pulumi/nomad";
|
|
@@ -35,6 +38,7 @@ exports.getAclToken = getAclToken;
|
|
|
35
38
|
* accessorId: "aa534e09-6a07-0a45-2295-a7f77063d429",
|
|
36
39
|
* });
|
|
37
40
|
* ```
|
|
41
|
+
* <!--End PulumiCodeChooser -->
|
|
38
42
|
*/
|
|
39
43
|
function getAclTokenOutput(args, opts) {
|
|
40
44
|
return pulumi.output(args).apply((a) => getAclToken(a, opts));
|
package/getAclToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclToken.js","sourceRoot":"","sources":["../getAclToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAclToken.js","sourceRoot":"","sources":["../getAclToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAgED;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|