@pierskarsenbarg/sdm 1.3.0 → 1.4.1

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.
@@ -0,0 +1,59 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * PeeringGroups are the building blocks used for explicit network topology making.
5
+ * They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
6
+ */
7
+ export declare function getPeeringGroup(args?: GetPeeringGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetPeeringGroupResult>;
8
+ /**
9
+ * A collection of arguments for invoking getPeeringGroup.
10
+ */
11
+ export interface GetPeeringGroupArgs {
12
+ /**
13
+ * Unique identifier of the PeeringGroup.
14
+ */
15
+ id?: string;
16
+ /**
17
+ * Unique human-readable name of the PeeringGroup.
18
+ */
19
+ name?: string;
20
+ }
21
+ /**
22
+ * A collection of values returned by getPeeringGroup.
23
+ */
24
+ export interface GetPeeringGroupResult {
25
+ /**
26
+ * Unique identifier of the PeeringGroup.
27
+ */
28
+ readonly id?: string;
29
+ /**
30
+ * a list of strings of ids of data sources that match the given arguments.
31
+ */
32
+ readonly ids: string[];
33
+ /**
34
+ * Unique human-readable name of the PeeringGroup.
35
+ */
36
+ readonly name?: string;
37
+ /**
38
+ * A list where each element has the following attributes:
39
+ */
40
+ readonly peeringGroups: outputs.GetPeeringGroupPeeringGroup[];
41
+ }
42
+ /**
43
+ * PeeringGroups are the building blocks used for explicit network topology making.
44
+ * They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
45
+ */
46
+ export declare function getPeeringGroupOutput(args?: GetPeeringGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPeeringGroupResult>;
47
+ /**
48
+ * A collection of arguments for invoking getPeeringGroup.
49
+ */
50
+ export interface GetPeeringGroupOutputArgs {
51
+ /**
52
+ * Unique identifier of the PeeringGroup.
53
+ */
54
+ id?: pulumi.Input<string>;
55
+ /**
56
+ * Unique human-readable name of the PeeringGroup.
57
+ */
58
+ name?: pulumi.Input<string>;
59
+ }
@@ -0,0 +1,29 @@
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.getPeeringGroupOutput = exports.getPeeringGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * PeeringGroups are the building blocks used for explicit network topology making.
10
+ * They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
11
+ */
12
+ function getPeeringGroup(args, opts) {
13
+ args = args || {};
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invoke("sdm:index/getPeeringGroup:getPeeringGroup", {
16
+ "id": args.id,
17
+ "name": args.name,
18
+ }, opts);
19
+ }
20
+ exports.getPeeringGroup = getPeeringGroup;
21
+ /**
22
+ * PeeringGroups are the building blocks used for explicit network topology making.
23
+ * They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
24
+ */
25
+ function getPeeringGroupOutput(args, opts) {
26
+ return pulumi.output(args).apply((a) => getPeeringGroup(a, opts));
27
+ }
28
+ exports.getPeeringGroupOutput = getPeeringGroupOutput;
29
+ //# sourceMappingURL=getPeeringGroup.js.map
@@ -0,0 +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;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAqCD;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
5
+ */
6
+ export declare function getPeeringGroupNode(args?: GetPeeringGroupNodeArgs, opts?: pulumi.InvokeOptions): Promise<GetPeeringGroupNodeResult>;
7
+ /**
8
+ * A collection of arguments for invoking getPeeringGroupNode.
9
+ */
10
+ export interface GetPeeringGroupNodeArgs {
11
+ /**
12
+ * Peering Group ID to which the node will be attached to.
13
+ */
14
+ groupId?: string;
15
+ /**
16
+ * Unique identifier of the Attachment.
17
+ */
18
+ id?: string;
19
+ /**
20
+ * Node ID to be attached.
21
+ */
22
+ nodeId?: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getPeeringGroupNode.
26
+ */
27
+ export interface GetPeeringGroupNodeResult {
28
+ /**
29
+ * Peering Group ID to which the node will be attached to.
30
+ */
31
+ readonly groupId?: string;
32
+ /**
33
+ * Unique identifier of the Attachment.
34
+ */
35
+ readonly id?: string;
36
+ /**
37
+ * a list of strings of ids of data sources that match the given arguments.
38
+ */
39
+ readonly ids: string[];
40
+ /**
41
+ * Node ID to be attached.
42
+ */
43
+ readonly nodeId?: string;
44
+ /**
45
+ * A list where each element has the following attributes:
46
+ */
47
+ readonly peeringGroupNodes: outputs.GetPeeringGroupNodePeeringGroupNode[];
48
+ }
49
+ /**
50
+ * PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
51
+ */
52
+ export declare function getPeeringGroupNodeOutput(args?: GetPeeringGroupNodeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPeeringGroupNodeResult>;
53
+ /**
54
+ * A collection of arguments for invoking getPeeringGroupNode.
55
+ */
56
+ export interface GetPeeringGroupNodeOutputArgs {
57
+ /**
58
+ * Peering Group ID to which the node will be attached to.
59
+ */
60
+ groupId?: pulumi.Input<string>;
61
+ /**
62
+ * Unique identifier of the Attachment.
63
+ */
64
+ id?: pulumi.Input<string>;
65
+ /**
66
+ * Node ID to be attached.
67
+ */
68
+ nodeId?: pulumi.Input<string>;
69
+ }
@@ -0,0 +1,28 @@
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.getPeeringGroupNodeOutput = exports.getPeeringGroupNode = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
10
+ */
11
+ function getPeeringGroupNode(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("sdm:index/getPeeringGroupNode:getPeeringGroupNode", {
15
+ "groupId": args.groupId,
16
+ "id": args.id,
17
+ "nodeId": args.nodeId,
18
+ }, opts);
19
+ }
20
+ exports.getPeeringGroupNode = getPeeringGroupNode;
21
+ /**
22
+ * PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
23
+ */
24
+ function getPeeringGroupNodeOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getPeeringGroupNode(a, opts));
26
+ }
27
+ exports.getPeeringGroupNodeOutput = getPeeringGroupNodeOutput;
28
+ //# sourceMappingURL=getPeeringGroupNode.js.map
@@ -0,0 +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;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,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;AATD,kDASC;AA6CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * PeeringGroupPeer represents the link between two PeeringGroups
5
+ */
6
+ export declare function getPeeringGroupPeer(args?: GetPeeringGroupPeerArgs, opts?: pulumi.InvokeOptions): Promise<GetPeeringGroupPeerResult>;
7
+ /**
8
+ * A collection of arguments for invoking getPeeringGroupPeer.
9
+ */
10
+ export interface GetPeeringGroupPeerArgs {
11
+ /**
12
+ * Group ID from which the link will originate.
13
+ */
14
+ groupId?: string;
15
+ /**
16
+ * Unique identifier of the Attachment.
17
+ */
18
+ id?: string;
19
+ /**
20
+ * Peering Group ID to which Group ID will link.
21
+ */
22
+ peersWithGroupId?: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getPeeringGroupPeer.
26
+ */
27
+ export interface GetPeeringGroupPeerResult {
28
+ /**
29
+ * Group ID from which the link will originate.
30
+ */
31
+ readonly groupId?: string;
32
+ /**
33
+ * Unique identifier of the Attachment.
34
+ */
35
+ readonly id?: string;
36
+ /**
37
+ * a list of strings of ids of data sources that match the given arguments.
38
+ */
39
+ readonly ids: string[];
40
+ /**
41
+ * A list where each element has the following attributes:
42
+ */
43
+ readonly peeringGroupPeers: outputs.GetPeeringGroupPeerPeeringGroupPeer[];
44
+ /**
45
+ * Peering Group ID to which Group ID will link.
46
+ */
47
+ readonly peersWithGroupId?: string;
48
+ }
49
+ /**
50
+ * PeeringGroupPeer represents the link between two PeeringGroups
51
+ */
52
+ export declare function getPeeringGroupPeerOutput(args?: GetPeeringGroupPeerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPeeringGroupPeerResult>;
53
+ /**
54
+ * A collection of arguments for invoking getPeeringGroupPeer.
55
+ */
56
+ export interface GetPeeringGroupPeerOutputArgs {
57
+ /**
58
+ * Group ID from which the link will originate.
59
+ */
60
+ groupId?: pulumi.Input<string>;
61
+ /**
62
+ * Unique identifier of the Attachment.
63
+ */
64
+ id?: pulumi.Input<string>;
65
+ /**
66
+ * Peering Group ID to which Group ID will link.
67
+ */
68
+ peersWithGroupId?: pulumi.Input<string>;
69
+ }
@@ -0,0 +1,28 @@
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.getPeeringGroupPeerOutput = exports.getPeeringGroupPeer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * PeeringGroupPeer represents the link between two PeeringGroups
10
+ */
11
+ function getPeeringGroupPeer(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("sdm:index/getPeeringGroupPeer:getPeeringGroupPeer", {
15
+ "groupId": args.groupId,
16
+ "id": args.id,
17
+ "peersWithGroupId": args.peersWithGroupId,
18
+ }, opts);
19
+ }
20
+ exports.getPeeringGroupPeer = getPeeringGroupPeer;
21
+ /**
22
+ * PeeringGroupPeer represents the link between two PeeringGroups
23
+ */
24
+ function getPeeringGroupPeerOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getPeeringGroupPeer(a, opts));
26
+ }
27
+ exports.getPeeringGroupPeerOutput = getPeeringGroupPeerOutput;
28
+ //# sourceMappingURL=getPeeringGroupPeer.js.map
@@ -0,0 +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;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,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;AATD,kDASC;AA6CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
5
+ */
6
+ export declare function getPeeringGroupResource(args?: GetPeeringGroupResourceArgs, opts?: pulumi.InvokeOptions): Promise<GetPeeringGroupResourceResult>;
7
+ /**
8
+ * A collection of arguments for invoking getPeeringGroupResource.
9
+ */
10
+ export interface GetPeeringGroupResourceArgs {
11
+ /**
12
+ * Peering Group ID to which the resource will be attached to.
13
+ */
14
+ groupId?: string;
15
+ /**
16
+ * Unique identifier of the Attachment.
17
+ */
18
+ id?: string;
19
+ /**
20
+ * Resource ID to be attached.
21
+ */
22
+ resourceId?: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getPeeringGroupResource.
26
+ */
27
+ export interface GetPeeringGroupResourceResult {
28
+ /**
29
+ * Peering Group ID to which the resource will be attached to.
30
+ */
31
+ readonly groupId?: string;
32
+ /**
33
+ * Unique identifier of the Attachment.
34
+ */
35
+ readonly id?: string;
36
+ /**
37
+ * a list of strings of ids of data sources that match the given arguments.
38
+ */
39
+ readonly ids: string[];
40
+ /**
41
+ * A list where each element has the following attributes:
42
+ */
43
+ readonly peeringGroupResources: outputs.GetPeeringGroupResourcePeeringGroupResource[];
44
+ /**
45
+ * Resource ID to be attached.
46
+ */
47
+ readonly resourceId?: string;
48
+ }
49
+ /**
50
+ * PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
51
+ */
52
+ export declare function getPeeringGroupResourceOutput(args?: GetPeeringGroupResourceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPeeringGroupResourceResult>;
53
+ /**
54
+ * A collection of arguments for invoking getPeeringGroupResource.
55
+ */
56
+ export interface GetPeeringGroupResourceOutputArgs {
57
+ /**
58
+ * Peering Group ID to which the resource will be attached to.
59
+ */
60
+ groupId?: pulumi.Input<string>;
61
+ /**
62
+ * Unique identifier of the Attachment.
63
+ */
64
+ id?: pulumi.Input<string>;
65
+ /**
66
+ * Resource ID to be attached.
67
+ */
68
+ resourceId?: pulumi.Input<string>;
69
+ }
@@ -0,0 +1,28 @@
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.getPeeringGroupResourceOutput = exports.getPeeringGroupResource = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
10
+ */
11
+ function getPeeringGroupResource(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("sdm:index/getPeeringGroupResource:getPeeringGroupResource", {
15
+ "groupId": args.groupId,
16
+ "id": args.id,
17
+ "resourceId": args.resourceId,
18
+ }, opts);
19
+ }
20
+ exports.getPeeringGroupResource = getPeeringGroupResource;
21
+ /**
22
+ * PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
23
+ */
24
+ function getPeeringGroupResourceOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getPeeringGroupResource(a, opts));
26
+ }
27
+ exports.getPeeringGroupResourceOutput = getPeeringGroupResourceOutput;
28
+ //# sourceMappingURL=getPeeringGroupResource.js.map
@@ -0,0 +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;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,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;AATD,0DASC;AA6CD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
package/index.d.ts CHANGED
@@ -13,6 +13,18 @@ export declare const getAccountAttachmentOutput: typeof import("./getAccountAtta
13
13
  export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode";
14
14
  export declare const getNode: typeof import("./getNode").getNode;
15
15
  export declare const getNodeOutput: typeof import("./getNode").getNodeOutput;
16
+ export { GetPeeringGroupArgs, GetPeeringGroupResult, GetPeeringGroupOutputArgs } from "./getPeeringGroup";
17
+ export declare const getPeeringGroup: typeof import("./getPeeringGroup").getPeeringGroup;
18
+ export declare const getPeeringGroupOutput: typeof import("./getPeeringGroup").getPeeringGroupOutput;
19
+ export { GetPeeringGroupNodeArgs, GetPeeringGroupNodeResult, GetPeeringGroupNodeOutputArgs } from "./getPeeringGroupNode";
20
+ export declare const getPeeringGroupNode: typeof import("./getPeeringGroupNode").getPeeringGroupNode;
21
+ export declare const getPeeringGroupNodeOutput: typeof import("./getPeeringGroupNode").getPeeringGroupNodeOutput;
22
+ export { GetPeeringGroupPeerArgs, GetPeeringGroupPeerResult, GetPeeringGroupPeerOutputArgs } from "./getPeeringGroupPeer";
23
+ export declare const getPeeringGroupPeer: typeof import("./getPeeringGroupPeer").getPeeringGroupPeer;
24
+ export declare const getPeeringGroupPeerOutput: typeof import("./getPeeringGroupPeer").getPeeringGroupPeerOutput;
25
+ export { GetPeeringGroupResourceArgs, GetPeeringGroupResourceResult, GetPeeringGroupResourceOutputArgs } from "./getPeeringGroupResource";
26
+ export declare const getPeeringGroupResource: typeof import("./getPeeringGroupResource").getPeeringGroupResource;
27
+ export declare const getPeeringGroupResourceOutput: typeof import("./getPeeringGroupResource").getPeeringGroupResourceOutput;
16
28
  export { GetRemoteIdentityArgs, GetRemoteIdentityResult, GetRemoteIdentityOutputArgs } from "./getRemoteIdentity";
17
29
  export declare const getRemoteIdentity: typeof import("./getRemoteIdentity").getRemoteIdentity;
18
30
  export declare const getRemoteIdentityOutput: typeof import("./getRemoteIdentity").getRemoteIdentityOutput;
@@ -34,6 +46,18 @@ export declare const getSshCaPubkeyOutput: typeof import("./getSshCaPubkey").get
34
46
  export { NodeArgs, NodeState } from "./node";
35
47
  export type Node = import("./node").Node;
36
48
  export declare const Node: typeof import("./node").Node;
49
+ export { PeeringGroupArgs, PeeringGroupState } from "./peeringGroup";
50
+ export type PeeringGroup = import("./peeringGroup").PeeringGroup;
51
+ export declare const PeeringGroup: typeof import("./peeringGroup").PeeringGroup;
52
+ export { PeeringGroupNodeArgs, PeeringGroupNodeState } from "./peeringGroupNode";
53
+ export type PeeringGroupNode = import("./peeringGroupNode").PeeringGroupNode;
54
+ export declare const PeeringGroupNode: typeof import("./peeringGroupNode").PeeringGroupNode;
55
+ export { PeeringGroupPeerArgs, PeeringGroupPeerState } from "./peeringGroupPeer";
56
+ export type PeeringGroupPeer = import("./peeringGroupPeer").PeeringGroupPeer;
57
+ export declare const PeeringGroupPeer: typeof import("./peeringGroupPeer").PeeringGroupPeer;
58
+ export { PeeringGroupResourceArgs, PeeringGroupResourceState } from "./peeringGroupResource";
59
+ export type PeeringGroupResource = import("./peeringGroupResource").PeeringGroupResource;
60
+ export declare const PeeringGroupResource: typeof import("./peeringGroupResource").PeeringGroupResource;
37
61
  export { ProviderArgs } from "./provider";
38
62
  export type Provider = import("./provider").Provider;
39
63
  export declare const Provider: typeof import("./provider").Provider;
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.types = exports.config = exports.SecretStore = exports.Role = exports.Resource = exports.RemoteIdentity = exports.Provider = exports.Node = exports.getSshCaPubkeyOutput = exports.getSshCaPubkey = exports.getSecretStoreOutput = exports.getSecretStore = exports.getRoleOutput = exports.getRole = exports.getResourceOutput = exports.getResource = exports.getRemoteIdentityGroupOutput = exports.getRemoteIdentityGroup = exports.getRemoteIdentityOutput = exports.getRemoteIdentity = exports.getNodeOutput = exports.getNode = exports.getAccountAttachmentOutput = exports.getAccountAttachment = exports.getAccountOutput = exports.getAccount = exports.AccountAttachment = exports.Account = void 0;
5
+ exports.types = exports.config = exports.SecretStore = exports.Role = exports.Resource = exports.RemoteIdentity = exports.Provider = exports.PeeringGroupResource = exports.PeeringGroupPeer = exports.PeeringGroupNode = exports.PeeringGroup = exports.Node = exports.getSshCaPubkeyOutput = exports.getSshCaPubkey = exports.getSecretStoreOutput = exports.getSecretStore = exports.getRoleOutput = exports.getRole = exports.getResourceOutput = exports.getResource = exports.getRemoteIdentityGroupOutput = exports.getRemoteIdentityGroup = exports.getRemoteIdentityOutput = exports.getRemoteIdentity = exports.getPeeringGroupResourceOutput = exports.getPeeringGroupResource = exports.getPeeringGroupPeerOutput = exports.getPeeringGroupPeer = exports.getPeeringGroupNodeOutput = exports.getPeeringGroupNode = exports.getPeeringGroupOutput = exports.getPeeringGroup = exports.getNodeOutput = exports.getNode = exports.getAccountAttachmentOutput = exports.getAccountAttachment = exports.getAccountOutput = exports.getAccount = exports.AccountAttachment = exports.Account = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  exports.Account = null;
@@ -18,6 +18,18 @@ utilities.lazyLoad(exports, ["getAccountAttachment", "getAccountAttachmentOutput
18
18
  exports.getNode = null;
19
19
  exports.getNodeOutput = null;
20
20
  utilities.lazyLoad(exports, ["getNode", "getNodeOutput"], () => require("./getNode"));
21
+ exports.getPeeringGroup = null;
22
+ exports.getPeeringGroupOutput = null;
23
+ utilities.lazyLoad(exports, ["getPeeringGroup", "getPeeringGroupOutput"], () => require("./getPeeringGroup"));
24
+ exports.getPeeringGroupNode = null;
25
+ exports.getPeeringGroupNodeOutput = null;
26
+ utilities.lazyLoad(exports, ["getPeeringGroupNode", "getPeeringGroupNodeOutput"], () => require("./getPeeringGroupNode"));
27
+ exports.getPeeringGroupPeer = null;
28
+ exports.getPeeringGroupPeerOutput = null;
29
+ utilities.lazyLoad(exports, ["getPeeringGroupPeer", "getPeeringGroupPeerOutput"], () => require("./getPeeringGroupPeer"));
30
+ exports.getPeeringGroupResource = null;
31
+ exports.getPeeringGroupResourceOutput = null;
32
+ utilities.lazyLoad(exports, ["getPeeringGroupResource", "getPeeringGroupResourceOutput"], () => require("./getPeeringGroupResource"));
21
33
  exports.getRemoteIdentity = null;
22
34
  exports.getRemoteIdentityOutput = null;
23
35
  utilities.lazyLoad(exports, ["getRemoteIdentity", "getRemoteIdentityOutput"], () => require("./getRemoteIdentity"));
@@ -38,6 +50,14 @@ exports.getSshCaPubkeyOutput = null;
38
50
  utilities.lazyLoad(exports, ["getSshCaPubkey", "getSshCaPubkeyOutput"], () => require("./getSshCaPubkey"));
39
51
  exports.Node = null;
40
52
  utilities.lazyLoad(exports, ["Node"], () => require("./node"));
53
+ exports.PeeringGroup = null;
54
+ utilities.lazyLoad(exports, ["PeeringGroup"], () => require("./peeringGroup"));
55
+ exports.PeeringGroupNode = null;
56
+ utilities.lazyLoad(exports, ["PeeringGroupNode"], () => require("./peeringGroupNode"));
57
+ exports.PeeringGroupPeer = null;
58
+ utilities.lazyLoad(exports, ["PeeringGroupPeer"], () => require("./peeringGroupPeer"));
59
+ exports.PeeringGroupResource = null;
60
+ utilities.lazyLoad(exports, ["PeeringGroupResource"], () => require("./peeringGroupResource"));
41
61
  exports.Provider = null;
42
62
  utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
43
63
  exports.RemoteIdentity = null;
@@ -63,6 +83,14 @@ const _module = {
63
83
  return new exports.AccountAttachment(name, undefined, { urn });
64
84
  case "sdm:index/node:Node":
65
85
  return new exports.Node(name, undefined, { urn });
86
+ case "sdm:index/peeringGroup:PeeringGroup":
87
+ return new exports.PeeringGroup(name, undefined, { urn });
88
+ case "sdm:index/peeringGroupNode:PeeringGroupNode":
89
+ return new exports.PeeringGroupNode(name, undefined, { urn });
90
+ case "sdm:index/peeringGroupPeer:PeeringGroupPeer":
91
+ return new exports.PeeringGroupPeer(name, undefined, { urn });
92
+ case "sdm:index/peeringGroupResource:PeeringGroupResource":
93
+ return new exports.PeeringGroupResource(name, undefined, { urn });
66
94
  case "sdm:index/remoteIdentity:RemoteIdentity":
67
95
  return new exports.RemoteIdentity(name, undefined, { urn });
68
96
  case "sdm:index/resource:Resource":
@@ -79,6 +107,10 @@ const _module = {
79
107
  pulumi.runtime.registerResourceModule("sdm", "index/account", _module);
80
108
  pulumi.runtime.registerResourceModule("sdm", "index/accountAttachment", _module);
81
109
  pulumi.runtime.registerResourceModule("sdm", "index/node", _module);
110
+ pulumi.runtime.registerResourceModule("sdm", "index/peeringGroup", _module);
111
+ pulumi.runtime.registerResourceModule("sdm", "index/peeringGroupNode", _module);
112
+ pulumi.runtime.registerResourceModule("sdm", "index/peeringGroupPeer", _module);
113
+ pulumi.runtime.registerResourceModule("sdm", "index/peeringGroupResource", _module);
82
114
  pulumi.runtime.registerResourceModule("sdm", "index/remoteIdentity", _module);
83
115
  pulumi.runtime.registerResourceModule("sdm", "index/resource", _module);
84
116
  pulumi.runtime.registerResourceModule("sdm", "index/role", _module);
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierskarsenbarg/sdm",
3
- "version": "v1.3.0",
3
+ "version": "v1.4.1",
4
4
  "description": "A Pulumi package for creating and managing StrongDM cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource sdm v1.3.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource sdm v1.4.1"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
@@ -0,0 +1,61 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * PeeringGroups are the building blocks used for explicit network topology making.
4
+ * They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
5
+ * This resource can be imported using the import command.
6
+ *
7
+ * ## Import
8
+ *
9
+ * PeeringGroup can be imported using the id, e.g.,
10
+ *
11
+ * ```sh
12
+ * $ pulumi import sdm:index/peeringGroup:PeeringGroup example g-12345678
13
+ * ```
14
+ */
15
+ export declare class PeeringGroup extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing PeeringGroup resource's state with the given name, ID, and optional extra
18
+ * properties used to qualify the lookup.
19
+ *
20
+ * @param name The _unique_ name of the resulting resource.
21
+ * @param id The _unique_ provider ID of the resource to lookup.
22
+ * @param state Any extra arguments used during the lookup.
23
+ * @param opts Optional settings to control the behavior of the CustomResource.
24
+ */
25
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PeeringGroupState, opts?: pulumi.CustomResourceOptions): PeeringGroup;
26
+ /**
27
+ * Returns true if the given object is an instance of PeeringGroup. This is designed to work even
28
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
29
+ */
30
+ static isInstance(obj: any): obj is PeeringGroup;
31
+ /**
32
+ * Unique human-readable name of the PeeringGroup.
33
+ */
34
+ readonly name: pulumi.Output<string>;
35
+ /**
36
+ * Create a PeeringGroup resource with the given unique name, arguments, and options.
37
+ *
38
+ * @param name The _unique_ name of the resource.
39
+ * @param args The arguments to use to populate this resource's properties.
40
+ * @param opts A bag of options that control this resource's behavior.
41
+ */
42
+ constructor(name: string, args?: PeeringGroupArgs, opts?: pulumi.CustomResourceOptions);
43
+ }
44
+ /**
45
+ * Input properties used for looking up and filtering PeeringGroup resources.
46
+ */
47
+ export interface PeeringGroupState {
48
+ /**
49
+ * Unique human-readable name of the PeeringGroup.
50
+ */
51
+ name?: pulumi.Input<string>;
52
+ }
53
+ /**
54
+ * The set of arguments for constructing a PeeringGroup resource.
55
+ */
56
+ export interface PeeringGroupArgs {
57
+ /**
58
+ * Unique human-readable name of the PeeringGroup.
59
+ */
60
+ name?: pulumi.Input<string>;
61
+ }