@pierskarsenbarg/sdm 1.3.0 → 1.4.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.
@@ -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":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAK5B,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAI7F,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAG7E,sBAAsB;AACtB,mCAAmC;AAI/B,wBAAM;AAHV,iCAAiC;AAI7B,sBAAK;AAGT,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,+CAA+C;gBAChD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,qBAAqB;gBACtB,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,6BAA6B;gBAC9B,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,qBAAqB;gBACtB,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,mCAAmC;gBACpC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,eAAe,EAAE,OAAO,CAAC,CAAA;AACtE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AACnE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AACvE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AACnE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,KAAK,EAAE;IAC1C,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,sBAAsB,EAAE;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
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.0",
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.0"
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
+ }
@@ -0,0 +1,62 @@
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.PeeringGroup = 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
+ * This resource can be imported using the import command.
12
+ *
13
+ * ## Import
14
+ *
15
+ * PeeringGroup can be imported using the id, e.g.,
16
+ *
17
+ * ```sh
18
+ * $ pulumi import sdm:index/peeringGroup:PeeringGroup example g-12345678
19
+ * ```
20
+ */
21
+ class PeeringGroup extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing PeeringGroup resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param state Any extra arguments used during the lookup.
29
+ * @param opts Optional settings to control the behavior of the CustomResource.
30
+ */
31
+ static get(name, id, state, opts) {
32
+ return new PeeringGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
33
+ }
34
+ /**
35
+ * Returns true if the given object is an instance of PeeringGroup. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj) {
39
+ if (obj === undefined || obj === null) {
40
+ return false;
41
+ }
42
+ return obj['__pulumiType'] === PeeringGroup.__pulumiType;
43
+ }
44
+ constructor(name, argsOrState, opts) {
45
+ let resourceInputs = {};
46
+ opts = opts || {};
47
+ if (opts.id) {
48
+ const state = argsOrState;
49
+ resourceInputs["name"] = state ? state.name : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ resourceInputs["name"] = args ? args.name : undefined;
54
+ }
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
56
+ super(PeeringGroup.__pulumiType, name, resourceInputs, opts);
57
+ }
58
+ }
59
+ exports.PeeringGroup = PeeringGroup;
60
+ /** @internal */
61
+ PeeringGroup.__pulumiType = 'sdm:index/peeringGroup:PeeringGroup';
62
+ //# sourceMappingURL=peeringGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peeringGroup.js","sourceRoot":"","sources":["../peeringGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAeD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AArDL,oCAsDC;AAxCG,gBAAgB;AACO,yBAAY,GAAG,qCAAqC,CAAC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
4
+ * This resource can be imported using the import command.
5
+ *
6
+ * ## Import
7
+ *
8
+ * PeeringGroupNode can be imported using the id, e.g.,
9
+ *
10
+ * ```sh
11
+ * $ pulumi import sdm:index/peeringGroupNode:PeeringGroupNode example gn-12345678
12
+ * ```
13
+ */
14
+ export declare class PeeringGroupNode extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing PeeringGroupNode resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param state Any extra arguments used during the lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PeeringGroupNodeState, opts?: pulumi.CustomResourceOptions): PeeringGroupNode;
25
+ /**
26
+ * Returns true if the given object is an instance of PeeringGroupNode. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is PeeringGroupNode;
30
+ /**
31
+ * Peering Group ID to which the node will be attached to.
32
+ */
33
+ readonly groupId: pulumi.Output<string>;
34
+ /**
35
+ * Node ID to be attached.
36
+ */
37
+ readonly nodeId: pulumi.Output<string>;
38
+ /**
39
+ * Create a PeeringGroupNode resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: PeeringGroupNodeArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * Input properties used for looking up and filtering PeeringGroupNode resources.
49
+ */
50
+ export interface PeeringGroupNodeState {
51
+ /**
52
+ * Peering Group ID to which the node will be attached to.
53
+ */
54
+ groupId?: pulumi.Input<string>;
55
+ /**
56
+ * Node ID to be attached.
57
+ */
58
+ nodeId?: pulumi.Input<string>;
59
+ }
60
+ /**
61
+ * The set of arguments for constructing a PeeringGroupNode resource.
62
+ */
63
+ export interface PeeringGroupNodeArgs {
64
+ /**
65
+ * Peering Group ID to which the node will be attached to.
66
+ */
67
+ groupId?: pulumi.Input<string>;
68
+ /**
69
+ * Node ID to be attached.
70
+ */
71
+ nodeId?: pulumi.Input<string>;
72
+ }
@@ -0,0 +1,63 @@
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.PeeringGroupNode = 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
+ * This resource can be imported using the import command.
11
+ *
12
+ * ## Import
13
+ *
14
+ * PeeringGroupNode can be imported using the id, e.g.,
15
+ *
16
+ * ```sh
17
+ * $ pulumi import sdm:index/peeringGroupNode:PeeringGroupNode example gn-12345678
18
+ * ```
19
+ */
20
+ class PeeringGroupNode extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing PeeringGroupNode resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new PeeringGroupNode(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of PeeringGroupNode. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === PeeringGroupNode.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["groupId"] = state ? state.groupId : undefined;
49
+ resourceInputs["nodeId"] = state ? state.nodeId : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ resourceInputs["groupId"] = args ? args.groupId : undefined;
54
+ resourceInputs["nodeId"] = args ? args.nodeId : undefined;
55
+ }
56
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
+ super(PeeringGroupNode.__pulumiType, name, resourceInputs, opts);
58
+ }
59
+ }
60
+ exports.PeeringGroupNode = PeeringGroupNode;
61
+ /** @internal */
62
+ PeeringGroupNode.__pulumiType = 'sdm:index/peeringGroupNode:PeeringGroupNode';
63
+ //# sourceMappingURL=peeringGroupNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peeringGroupNode.js","sourceRoot":"","sources":["../peeringGroupNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA3DL,4CA4DC;AA9CG,gBAAgB;AACO,6BAAY,GAAG,6CAA6C,CAAC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * PeeringGroupPeer represents the link between two PeeringGroups
4
+ * This resource can be imported using the import command.
5
+ *
6
+ * ## Import
7
+ *
8
+ * PeeringGroupPeer can be imported using the id, e.g.,
9
+ *
10
+ * ```sh
11
+ * $ pulumi import sdm:index/peeringGroupPeer:PeeringGroupPeer example gp-12345678
12
+ * ```
13
+ */
14
+ export declare class PeeringGroupPeer extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing PeeringGroupPeer resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param state Any extra arguments used during the lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PeeringGroupPeerState, opts?: pulumi.CustomResourceOptions): PeeringGroupPeer;
25
+ /**
26
+ * Returns true if the given object is an instance of PeeringGroupPeer. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is PeeringGroupPeer;
30
+ /**
31
+ * Group ID from which the link will originate.
32
+ */
33
+ readonly groupId: pulumi.Output<string>;
34
+ /**
35
+ * Peering Group ID to which Group ID will link.
36
+ */
37
+ readonly peersWithGroupId: pulumi.Output<string>;
38
+ /**
39
+ * Create a PeeringGroupPeer resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: PeeringGroupPeerArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * Input properties used for looking up and filtering PeeringGroupPeer resources.
49
+ */
50
+ export interface PeeringGroupPeerState {
51
+ /**
52
+ * Group ID from which the link will originate.
53
+ */
54
+ groupId?: pulumi.Input<string>;
55
+ /**
56
+ * Peering Group ID to which Group ID will link.
57
+ */
58
+ peersWithGroupId?: pulumi.Input<string>;
59
+ }
60
+ /**
61
+ * The set of arguments for constructing a PeeringGroupPeer resource.
62
+ */
63
+ export interface PeeringGroupPeerArgs {
64
+ /**
65
+ * Group ID from which the link will originate.
66
+ */
67
+ groupId?: pulumi.Input<string>;
68
+ /**
69
+ * Peering Group ID to which Group ID will link.
70
+ */
71
+ peersWithGroupId?: pulumi.Input<string>;
72
+ }
@@ -0,0 +1,63 @@
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.PeeringGroupPeer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * PeeringGroupPeer represents the link between two PeeringGroups
10
+ * This resource can be imported using the import command.
11
+ *
12
+ * ## Import
13
+ *
14
+ * PeeringGroupPeer can be imported using the id, e.g.,
15
+ *
16
+ * ```sh
17
+ * $ pulumi import sdm:index/peeringGroupPeer:PeeringGroupPeer example gp-12345678
18
+ * ```
19
+ */
20
+ class PeeringGroupPeer extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing PeeringGroupPeer resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new PeeringGroupPeer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of PeeringGroupPeer. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === PeeringGroupPeer.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["groupId"] = state ? state.groupId : undefined;
49
+ resourceInputs["peersWithGroupId"] = state ? state.peersWithGroupId : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ resourceInputs["groupId"] = args ? args.groupId : undefined;
54
+ resourceInputs["peersWithGroupId"] = args ? args.peersWithGroupId : undefined;
55
+ }
56
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
+ super(PeeringGroupPeer.__pulumiType, name, resourceInputs, opts);
58
+ }
59
+ }
60
+ exports.PeeringGroupPeer = PeeringGroupPeer;
61
+ /** @internal */
62
+ PeeringGroupPeer.__pulumiType = 'sdm:index/peeringGroupPeer:PeeringGroupPeer';
63
+ //# sourceMappingURL=peeringGroupPeer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peeringGroupPeer.js","sourceRoot":"","sources":["../peeringGroupPeer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA3DL,4CA4DC;AA9CG,gBAAgB;AACO,6BAAY,GAAG,6CAA6C,CAAC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
4
+ * This resource can be imported using the import command.
5
+ *
6
+ * ## Import
7
+ *
8
+ * PeeringGroupResource can be imported using the id, e.g.,
9
+ *
10
+ * ```sh
11
+ * $ pulumi import sdm:index/peeringGroupResource:PeeringGroupResource example gr-12345678
12
+ * ```
13
+ */
14
+ export declare class PeeringGroupResource extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing PeeringGroupResource resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param state Any extra arguments used during the lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PeeringGroupResourceState, opts?: pulumi.CustomResourceOptions): PeeringGroupResource;
25
+ /**
26
+ * Returns true if the given object is an instance of PeeringGroupResource. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is PeeringGroupResource;
30
+ /**
31
+ * Peering Group ID to which the resource will be attached to.
32
+ */
33
+ readonly groupId: pulumi.Output<string>;
34
+ /**
35
+ * Resource ID to be attached.
36
+ */
37
+ readonly resourceId: pulumi.Output<string>;
38
+ /**
39
+ * Create a PeeringGroupResource resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: PeeringGroupResourceArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * Input properties used for looking up and filtering PeeringGroupResource resources.
49
+ */
50
+ export interface PeeringGroupResourceState {
51
+ /**
52
+ * Peering Group ID to which the resource will be attached to.
53
+ */
54
+ groupId?: pulumi.Input<string>;
55
+ /**
56
+ * Resource ID to be attached.
57
+ */
58
+ resourceId?: pulumi.Input<string>;
59
+ }
60
+ /**
61
+ * The set of arguments for constructing a PeeringGroupResource resource.
62
+ */
63
+ export interface PeeringGroupResourceArgs {
64
+ /**
65
+ * Peering Group ID to which the resource will be attached to.
66
+ */
67
+ groupId?: pulumi.Input<string>;
68
+ /**
69
+ * Resource ID to be attached.
70
+ */
71
+ resourceId?: pulumi.Input<string>;
72
+ }
@@ -0,0 +1,63 @@
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.PeeringGroupResource = 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
+ * This resource can be imported using the import command.
11
+ *
12
+ * ## Import
13
+ *
14
+ * PeeringGroupResource can be imported using the id, e.g.,
15
+ *
16
+ * ```sh
17
+ * $ pulumi import sdm:index/peeringGroupResource:PeeringGroupResource example gr-12345678
18
+ * ```
19
+ */
20
+ class PeeringGroupResource extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing PeeringGroupResource resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new PeeringGroupResource(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of PeeringGroupResource. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === PeeringGroupResource.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["groupId"] = state ? state.groupId : undefined;
49
+ resourceInputs["resourceId"] = state ? state.resourceId : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ resourceInputs["groupId"] = args ? args.groupId : undefined;
54
+ resourceInputs["resourceId"] = args ? args.resourceId : undefined;
55
+ }
56
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
+ super(PeeringGroupResource.__pulumiType, name, resourceInputs, opts);
58
+ }
59
+ }
60
+ exports.PeeringGroupResource = PeeringGroupResource;
61
+ /** @internal */
62
+ PeeringGroupResource.__pulumiType = 'sdm:index/peeringGroupResource:PeeringGroupResource';
63
+ //# sourceMappingURL=peeringGroupResource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peeringGroupResource.js","sourceRoot":"","sources":["../peeringGroupResource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AA3DL,oDA4DC;AA9CG,gBAAgB;AACO,iCAAY,GAAG,qDAAqD,CAAC"}
package/types/input.d.ts CHANGED
@@ -58,10 +58,6 @@ export interface NodeGateway {
58
58
  * The hostname/port tuple which the gateway daemon will bind to. If not provided on create, set to "0.0.0.0:listen_address_port".
59
59
  */
60
60
  bindAddress?: pulumi.Input<string>;
61
- /**
62
- * ConnectsTo can be used to restrict the peering between relays and gateways.
63
- */
64
- connectsTo?: pulumi.Input<string>;
65
61
  /**
66
62
  * Device is a read only device name uploaded by the gateway process when it comes online.
67
63
  */
@@ -103,10 +99,6 @@ export interface NodeGatewayMaintenanceWindow {
103
99
  requireIdleness: pulumi.Input<boolean>;
104
100
  }
105
101
  export interface NodeRelay {
106
- /**
107
- * ConnectsTo can be used to restrict the peering between relays and gateways.
108
- */
109
- connectsTo?: pulumi.Input<string>;
110
102
  /**
111
103
  * Device is a read only device name uploaded by the gateway process when it comes online.
112
104
  */
package/types/output.d.ts CHANGED
@@ -139,10 +139,6 @@ export interface GetNodeNodeGateway {
139
139
  * The hostname/port tuple which the gateway daemon will bind to. If not provided on create, set to "0.0.0.0:listen_address_port".
140
140
  */
141
141
  bindAddress?: string;
142
- /**
143
- * ConnectsTo can be used to restrict the peering between relays and gateways.
144
- */
145
- connectsTo?: string;
146
142
  /**
147
143
  * Device is a read only device name uploaded by the gateway process when it comes online.
148
144
  */
@@ -187,10 +183,6 @@ export interface GetNodeNodeGatewayMaintenanceWindow {
187
183
  requireIdleness: boolean;
188
184
  }
189
185
  export interface GetNodeNodeRelay {
190
- /**
191
- * ConnectsTo can be used to restrict the peering between relays and gateways.
192
- */
193
- connectsTo?: string;
194
186
  /**
195
187
  * Device is a read only device name uploaded by the gateway process when it comes online.
196
188
  */
@@ -230,6 +222,58 @@ export interface GetNodeNodeRelayMaintenanceWindow {
230
222
  cronSchedule: string;
231
223
  requireIdleness: boolean;
232
224
  }
225
+ export interface GetPeeringGroupNodePeeringGroupNode {
226
+ /**
227
+ * Peering Group ID to which the node will be attached to.
228
+ */
229
+ groupId?: string;
230
+ /**
231
+ * Unique identifier of the Attachment.
232
+ */
233
+ id?: string;
234
+ /**
235
+ * Node ID to be attached.
236
+ */
237
+ nodeId?: string;
238
+ }
239
+ export interface GetPeeringGroupPeerPeeringGroupPeer {
240
+ /**
241
+ * Group ID from which the link will originate.
242
+ */
243
+ groupId?: string;
244
+ /**
245
+ * Unique identifier of the Attachment.
246
+ */
247
+ id?: string;
248
+ /**
249
+ * Peering Group ID to which Group ID will link.
250
+ */
251
+ peersWithGroupId?: string;
252
+ }
253
+ export interface GetPeeringGroupPeeringGroup {
254
+ /**
255
+ * Unique identifier of the PeeringGroup.
256
+ */
257
+ id?: string;
258
+ /**
259
+ * Unique human-readable name of the PeeringGroup.
260
+ */
261
+ name?: string;
262
+ }
263
+ export interface GetPeeringGroupResourcePeeringGroupResource {
264
+ /**
265
+ * Peering Group ID to which the resource will be attached to.
266
+ */
267
+ groupId?: string;
268
+ /**
269
+ * Unique identifier of the Attachment.
270
+ */
271
+ id?: string;
272
+ /**
273
+ * Resource ID to be attached.
274
+ */
275
+ resourceId?: string;
276
+ }
233
277
  export interface GetRemoteIdentityGroupRemoteIdentityGroup {
234
278
  /**
235
279
  * Unique identifier of the RemoteIdentityGroup.
@@ -5446,10 +5490,6 @@ export interface NodeGateway {
5446
5490
  * The hostname/port tuple which the gateway daemon will bind to. If not provided on create, set to "0.0.0.0:listen_address_port".
5447
5491
  */
5448
5492
  bindAddress: string;
5449
- /**
5450
- * ConnectsTo can be used to restrict the peering between relays and gateways.
5451
- */
5452
- connectsTo?: string;
5453
5493
  /**
5454
5494
  * Device is a read only device name uploaded by the gateway process when it comes online.
5455
5495
  */
@@ -5491,10 +5531,6 @@ export interface NodeGatewayMaintenanceWindow {
5491
5531
  requireIdleness: boolean;
5492
5532
  }
5493
5533
  export interface NodeRelay {
5494
- /**
5495
- * ConnectsTo can be used to restrict the peering between relays and gateways.
5496
- */
5497
- connectsTo?: string;
5498
5534
  /**
5499
5535
  * Device is a read only device name uploaded by the gateway process when it comes online.
5500
5536
  */