@volcengine/pulumi-volcenginecc 0.0.32 → 0.0.33

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.
Files changed (70) hide show
  1. package/alb/acl.d.ts +20 -21
  2. package/alb/acl.js +2 -2
  3. package/alb/acl.js.map +1 -1
  4. package/alb/getAcl.d.ts +11 -11
  5. package/alb/getListener.d.ts +20 -20
  6. package/alb/getServerGroup.d.ts +9 -9
  7. package/alb/listener.d.ts +52 -52
  8. package/alb/listener.js +1 -1
  9. package/alb/serverGroup.d.ts +24 -24
  10. package/alb/serverGroup.js +1 -1
  11. package/cr/endpointAclPolicy.d.ts +107 -0
  12. package/cr/endpointAclPolicy.js +84 -0
  13. package/cr/endpointAclPolicy.js.map +1 -0
  14. package/cr/getEndpointAclPolicies.d.ts +22 -0
  15. package/cr/getEndpointAclPolicies.js +24 -0
  16. package/cr/getEndpointAclPolicies.js.map +1 -0
  17. package/cr/getEndpointAclPolicy.d.ts +52 -0
  18. package/cr/getEndpointAclPolicy.js +28 -0
  19. package/cr/getEndpointAclPolicy.js.map +1 -0
  20. package/cr/getRegistry.d.ts +14 -10
  21. package/cr/getRegistry.js.map +1 -1
  22. package/cr/index.d.ts +9 -0
  23. package/cr/index.js +12 -1
  24. package/cr/index.js.map +1 -1
  25. package/cr/registry.d.ts +40 -25
  26. package/cr/registry.js +6 -1
  27. package/cr/registry.js.map +1 -1
  28. package/iam/accesskey.d.ts +23 -27
  29. package/iam/accesskey.js +2 -2
  30. package/iam/accesskey.js.map +1 -1
  31. package/iam/getAccesskey.d.ts +10 -10
  32. package/organization/getServiceControlPolicies.d.ts +22 -0
  33. package/organization/getServiceControlPolicies.js +24 -0
  34. package/organization/getServiceControlPolicies.js.map +1 -0
  35. package/organization/getServiceControlPolicy.d.ts +69 -0
  36. package/organization/getServiceControlPolicy.js +28 -0
  37. package/organization/getServiceControlPolicy.js.map +1 -0
  38. package/organization/index.d.ts +9 -0
  39. package/organization/index.js +12 -1
  40. package/organization/index.js.map +1 -1
  41. package/organization/serviceControlPolicy.d.ts +118 -0
  42. package/organization/serviceControlPolicy.js +78 -0
  43. package/organization/serviceControlPolicy.js.map +1 -0
  44. package/package.json +1 -1
  45. package/transitrouter/getPeerAttachment.d.ts +109 -0
  46. package/transitrouter/getPeerAttachment.js +28 -0
  47. package/transitrouter/getPeerAttachment.js.map +1 -0
  48. package/transitrouter/getPeerAttachments.d.ts +22 -0
  49. package/transitrouter/getPeerAttachments.js +24 -0
  50. package/transitrouter/getPeerAttachments.js.map +1 -0
  51. package/transitrouter/index.d.ts +9 -0
  52. package/transitrouter/index.js +12 -1
  53. package/transitrouter/index.js.map +1 -1
  54. package/transitrouter/peerAttachment.d.ts +235 -0
  55. package/transitrouter/peerAttachment.js +122 -0
  56. package/transitrouter/peerAttachment.js.map +1 -0
  57. package/types/input.d.ts +101 -50
  58. package/types/output.d.ts +199 -102
  59. package/vpn/getSslVpnClientCert.d.ts +93 -0
  60. package/vpn/getSslVpnClientCert.js +28 -0
  61. package/vpn/getSslVpnClientCert.js.map +1 -0
  62. package/vpn/getSslVpnClientCerts.d.ts +22 -0
  63. package/vpn/getSslVpnClientCerts.js +24 -0
  64. package/vpn/getSslVpnClientCerts.js.map +1 -0
  65. package/vpn/index.d.ts +9 -0
  66. package/vpn/index.js +12 -1
  67. package/vpn/index.js.map +1 -1
  68. package/vpn/sslVpnClientCert.d.ts +183 -0
  69. package/vpn/sslVpnClientCert.js +104 -0
  70. package/vpn/sslVpnClientCert.js.map +1 -0
@@ -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.Unit = exports.Organization = exports.getUnitsOutput = exports.getUnits = exports.getUnitOutput = exports.getUnit = exports.getOrganizationsOutput = exports.getOrganizations = exports.getOrganizationOutput = exports.getOrganization = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Account = void 0;
5
+ exports.Unit = exports.ServiceControlPolicy = exports.Organization = exports.getUnitsOutput = exports.getUnits = exports.getUnitOutput = exports.getUnit = exports.getServiceControlPolicyOutput = exports.getServiceControlPolicy = exports.getServiceControlPoliciesOutput = exports.getServiceControlPolicies = exports.getOrganizationsOutput = exports.getOrganizations = exports.getOrganizationOutput = exports.getOrganization = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Account = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Account = null;
@@ -19,6 +19,12 @@ utilities.lazyLoad(exports, ["getOrganization", "getOrganizationOutput"], () =>
19
19
  exports.getOrganizations = null;
20
20
  exports.getOrganizationsOutput = null;
21
21
  utilities.lazyLoad(exports, ["getOrganizations", "getOrganizationsOutput"], () => require("./getOrganizations"));
22
+ exports.getServiceControlPolicies = null;
23
+ exports.getServiceControlPoliciesOutput = null;
24
+ utilities.lazyLoad(exports, ["getServiceControlPolicies", "getServiceControlPoliciesOutput"], () => require("./getServiceControlPolicies"));
25
+ exports.getServiceControlPolicy = null;
26
+ exports.getServiceControlPolicyOutput = null;
27
+ utilities.lazyLoad(exports, ["getServiceControlPolicy", "getServiceControlPolicyOutput"], () => require("./getServiceControlPolicy"));
22
28
  exports.getUnit = null;
23
29
  exports.getUnitOutput = null;
24
30
  utilities.lazyLoad(exports, ["getUnit", "getUnitOutput"], () => require("./getUnit"));
@@ -27,6 +33,8 @@ exports.getUnitsOutput = null;
27
33
  utilities.lazyLoad(exports, ["getUnits", "getUnitsOutput"], () => require("./getUnits"));
28
34
  exports.Organization = null;
29
35
  utilities.lazyLoad(exports, ["Organization"], () => require("./organization"));
36
+ exports.ServiceControlPolicy = null;
37
+ utilities.lazyLoad(exports, ["ServiceControlPolicy"], () => require("./serviceControlPolicy"));
30
38
  exports.Unit = null;
31
39
  utilities.lazyLoad(exports, ["Unit"], () => require("./unit"));
32
40
  const _module = {
@@ -37,6 +45,8 @@ const _module = {
37
45
  return new exports.Account(name, undefined, { urn });
38
46
  case "volcenginecc:organization/organization:Organization":
39
47
  return new exports.Organization(name, undefined, { urn });
48
+ case "volcenginecc:organization/serviceControlPolicy:ServiceControlPolicy":
49
+ return new exports.ServiceControlPolicy(name, undefined, { urn });
40
50
  case "volcenginecc:organization/unit:Unit":
41
51
  return new exports.Unit(name, undefined, { urn });
42
52
  default:
@@ -46,5 +56,6 @@ const _module = {
46
56
  };
47
57
  pulumi.runtime.registerResourceModule("volcenginecc", "organization/account", _module);
48
58
  pulumi.runtime.registerResourceModule("volcenginecc", "organization/organization", _module);
59
+ pulumi.runtime.registerResourceModule("volcenginecc", "organization/serviceControlPolicy", _module);
49
60
  pulumi.runtime.registerResourceModule("volcenginecc", "organization/unit", _module);
50
61
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,118 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Control policy.
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:organization/serviceControlPolicy:ServiceControlPolicy example "policy_id"
11
+ * ```
12
+ */
13
+ export declare class ServiceControlPolicy extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing ServiceControlPolicy resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceControlPolicyState, opts?: pulumi.CustomResourceOptions): ServiceControlPolicy;
24
+ /**
25
+ * Returns true if the given object is an instance of ServiceControlPolicy. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is ServiceControlPolicy;
29
+ /**
30
+ * Creation time.
31
+ */
32
+ readonly createDate: pulumi.Output<string>;
33
+ /**
34
+ * Description.
35
+ */
36
+ readonly description: pulumi.Output<string>;
37
+ /**
38
+ * Policy ID.
39
+ */
40
+ readonly policyId: pulumi.Output<string>;
41
+ /**
42
+ * Policy name.
43
+ */
44
+ readonly policyName: pulumi.Output<string>;
45
+ /**
46
+ * Policy type.
47
+ */
48
+ readonly policyType: pulumi.Output<string>;
49
+ /**
50
+ * Policy expression.
51
+ */
52
+ readonly statement: pulumi.Output<string>;
53
+ readonly targets: pulumi.Output<outputs.organization.ServiceControlPolicyTarget[]>;
54
+ /**
55
+ * Update time.
56
+ */
57
+ readonly updateDate: pulumi.Output<string>;
58
+ /**
59
+ * Create a ServiceControlPolicy resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name: string, args: ServiceControlPolicyArgs, opts?: pulumi.CustomResourceOptions);
66
+ }
67
+ /**
68
+ * Input properties used for looking up and filtering ServiceControlPolicy resources.
69
+ */
70
+ export interface ServiceControlPolicyState {
71
+ /**
72
+ * Creation time.
73
+ */
74
+ createDate?: pulumi.Input<string>;
75
+ /**
76
+ * Description.
77
+ */
78
+ description?: pulumi.Input<string>;
79
+ /**
80
+ * Policy ID.
81
+ */
82
+ policyId?: pulumi.Input<string>;
83
+ /**
84
+ * Policy name.
85
+ */
86
+ policyName?: pulumi.Input<string>;
87
+ /**
88
+ * Policy type.
89
+ */
90
+ policyType?: pulumi.Input<string>;
91
+ /**
92
+ * Policy expression.
93
+ */
94
+ statement?: pulumi.Input<string>;
95
+ targets?: pulumi.Input<pulumi.Input<inputs.organization.ServiceControlPolicyTarget>[]>;
96
+ /**
97
+ * Update time.
98
+ */
99
+ updateDate?: pulumi.Input<string>;
100
+ }
101
+ /**
102
+ * The set of arguments for constructing a ServiceControlPolicy resource.
103
+ */
104
+ export interface ServiceControlPolicyArgs {
105
+ /**
106
+ * Description.
107
+ */
108
+ description?: pulumi.Input<string>;
109
+ /**
110
+ * Policy name.
111
+ */
112
+ policyName: pulumi.Input<string>;
113
+ /**
114
+ * Policy expression.
115
+ */
116
+ statement: pulumi.Input<string>;
117
+ targets?: pulumi.Input<pulumi.Input<inputs.organization.ServiceControlPolicyTarget>[]>;
118
+ }
@@ -0,0 +1,78 @@
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.ServiceControlPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Control policy.
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:organization/serviceControlPolicy:ServiceControlPolicy example "policy_id"
15
+ * ```
16
+ */
17
+ class ServiceControlPolicy extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing ServiceControlPolicy resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new ServiceControlPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of ServiceControlPolicy. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === ServiceControlPolicy.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["createDate"] = state ? state.createDate : undefined;
46
+ resourceInputs["description"] = state ? state.description : undefined;
47
+ resourceInputs["policyId"] = state ? state.policyId : undefined;
48
+ resourceInputs["policyName"] = state ? state.policyName : undefined;
49
+ resourceInputs["policyType"] = state ? state.policyType : undefined;
50
+ resourceInputs["statement"] = state ? state.statement : undefined;
51
+ resourceInputs["targets"] = state ? state.targets : undefined;
52
+ resourceInputs["updateDate"] = state ? state.updateDate : undefined;
53
+ }
54
+ else {
55
+ const args = argsOrState;
56
+ if ((!args || args.policyName === undefined) && !opts.urn) {
57
+ throw new Error("Missing required property 'policyName'");
58
+ }
59
+ if ((!args || args.statement === undefined) && !opts.urn) {
60
+ throw new Error("Missing required property 'statement'");
61
+ }
62
+ resourceInputs["description"] = args ? args.description : undefined;
63
+ resourceInputs["policyName"] = args ? args.policyName : undefined;
64
+ resourceInputs["statement"] = args ? args.statement : undefined;
65
+ resourceInputs["targets"] = args ? args.targets : undefined;
66
+ resourceInputs["createDate"] = undefined /*out*/;
67
+ resourceInputs["policyId"] = undefined /*out*/;
68
+ resourceInputs["policyType"] = undefined /*out*/;
69
+ resourceInputs["updateDate"] = undefined /*out*/;
70
+ }
71
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
72
+ super(ServiceControlPolicy.__pulumiType, name, resourceInputs, opts);
73
+ }
74
+ }
75
+ exports.ServiceControlPolicy = ServiceControlPolicy;
76
+ /** @internal */
77
+ ServiceControlPolicy.__pulumiType = 'volcenginecc:organization/serviceControlPolicy:ServiceControlPolicy';
78
+ //# sourceMappingURL=serviceControlPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serviceControlPolicy.js","sourceRoot":"","sources":["../../organization/serviceControlPolicy.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/pulumi-volcenginecc",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "A Pulumi package to safely use volcengine resource in Pulumi programs.",
5
5
  "keywords": [
6
6
  "volcengine",
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TransitRouter::PeerAttachment
5
+ */
6
+ export declare function getPeerAttachment(args: GetPeerAttachmentArgs, opts?: pulumi.InvokeOptions): Promise<GetPeerAttachmentResult>;
7
+ /**
8
+ * A collection of arguments for invoking getPeerAttachment.
9
+ */
10
+ export interface GetPeerAttachmentArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getPeerAttachment.
18
+ */
19
+ export interface GetPeerAttachmentResult {
20
+ /**
21
+ * Automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
22
+ */
23
+ readonly autoPublishRouteEnabled: boolean;
24
+ /**
25
+ * Bandwidth for cross-region connection, measured in Mbps. The maximum bandwidth cannot exceed the remaining unallocated bandwidth limit of the specified transit router bandwidth package.
26
+ */
27
+ readonly bandwidth: number;
28
+ /**
29
+ * Creation time of the cross-region connection.
30
+ */
31
+ readonly creationTime: string;
32
+ /**
33
+ * Description of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided or no value is specified, the default is an empty string.
34
+ */
35
+ readonly description: string;
36
+ /**
37
+ * Uniquely identifies the resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * Enable IPv6. true: Yes. false: No.
42
+ */
43
+ readonly ipv6Enabled: boolean;
44
+ /**
45
+ * ID of the peer transit router instance. You can call the DescribeTransitRouters API to obtain the transit router instance ID.
46
+ */
47
+ readonly peerTransitRouterId: string;
48
+ /**
49
+ * Region ID of the peer transit router instance. Refer to the region documentation to obtain the region ID.
50
+ */
51
+ readonly peerTransitRouterRegionId: string;
52
+ /**
53
+ * Status of the cross-region connection. Creating: In progress. Deleting: In progress. Pending: Configuring. Available: Available.
54
+ */
55
+ readonly status: string;
56
+ /**
57
+ * Tag list for the cross-region connection.
58
+ */
59
+ readonly tags: outputs.transitrouter.GetPeerAttachmentTag[];
60
+ /**
61
+ * ID of the cross-region connection.
62
+ */
63
+ readonly transitRouterAttachmentId: string;
64
+ /**
65
+ * Name of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters. If this parameter is not provided or no value is specified, the default is the transit router instance ID.
66
+ */
67
+ readonly transitRouterAttachmentName: string;
68
+ /**
69
+ * ID of the transit router bandwidth package. You can call the DescribeTransitRouters API to obtain the transit router instance ID. If this parameter is provided, the Bandwidth parameter must also be provided. If this parameter is not provided, the Bandwidth parameter is not required.
70
+ */
71
+ readonly transitRouterBandwidthPackageId: string;
72
+ /**
73
+ * ID of the forwarding policy associated with the cross-region connection.
74
+ */
75
+ readonly transitRouterForwardPolicyTableId: string;
76
+ /**
77
+ * ID of the local transit router instance.
78
+ */
79
+ readonly transitRouterId: string;
80
+ /**
81
+ * Associated forwarding route table for the cross-region connection.
82
+ */
83
+ readonly transitRouterRouteTableId: string;
84
+ /**
85
+ * ID of the traffic marking policy associated with the cross-region connection.
86
+ */
87
+ readonly transitRouterTrafficQosMarkingPolicyId: string;
88
+ /**
89
+ * ID of the flow queue policy associated with the cross-region connection.
90
+ */
91
+ readonly transitRouterTrafficQosQueuePolicyId: string;
92
+ /**
93
+ * Last operation time of the cross-region connection.
94
+ */
95
+ readonly updateTime: string;
96
+ }
97
+ /**
98
+ * Data Source schema for Volcengine::TransitRouter::PeerAttachment
99
+ */
100
+ export declare function getPeerAttachmentOutput(args: GetPeerAttachmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPeerAttachmentResult>;
101
+ /**
102
+ * A collection of arguments for invoking getPeerAttachment.
103
+ */
104
+ export interface GetPeerAttachmentOutputArgs {
105
+ /**
106
+ * Uniquely identifies the resource.
107
+ */
108
+ id: pulumi.Input<string>;
109
+ }
@@ -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.getPeerAttachmentOutput = exports.getPeerAttachment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TransitRouter::PeerAttachment
10
+ */
11
+ function getPeerAttachment(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:transitrouter/getPeerAttachment:getPeerAttachment", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getPeerAttachment = getPeerAttachment;
18
+ /**
19
+ * Data Source schema for Volcengine::TransitRouter::PeerAttachment
20
+ */
21
+ function getPeerAttachmentOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getPeerAttachment:getPeerAttachment", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getPeerAttachmentOutput = getPeerAttachmentOutput;
28
+ //# sourceMappingURL=getPeerAttachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPeerAttachment.js","sourceRoot":"","sources":["../../transitrouter/getPeerAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AA6FD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TransitRouter::PeerAttachment
4
+ */
5
+ export declare function getPeerAttachments(opts?: pulumi.InvokeOptions): Promise<GetPeerAttachmentsResult>;
6
+ /**
7
+ * A collection of values returned by getPeerAttachments.
8
+ */
9
+ export interface GetPeerAttachmentsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::TransitRouter::PeerAttachment
21
+ */
22
+ export declare function getPeerAttachmentsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPeerAttachmentsResult>;
@@ -0,0 +1,24 @@
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.getPeerAttachmentsOutput = exports.getPeerAttachments = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TransitRouter::PeerAttachment
10
+ */
11
+ function getPeerAttachments(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:transitrouter/getPeerAttachments:getPeerAttachments", {}, opts);
14
+ }
15
+ exports.getPeerAttachments = getPeerAttachments;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TransitRouter::PeerAttachment
18
+ */
19
+ function getPeerAttachmentsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getPeerAttachments:getPeerAttachments", {}, opts);
22
+ }
23
+ exports.getPeerAttachmentsOutput = getPeerAttachmentsOutput;
24
+ //# sourceMappingURL=getPeerAttachments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPeerAttachments.js","sourceRoot":"","sources":["../../transitrouter/getPeerAttachments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
@@ -1,3 +1,9 @@
1
+ export { GetPeerAttachmentArgs, GetPeerAttachmentResult, GetPeerAttachmentOutputArgs } from "./getPeerAttachment";
2
+ export declare const getPeerAttachment: typeof import("./getPeerAttachment").getPeerAttachment;
3
+ export declare const getPeerAttachmentOutput: typeof import("./getPeerAttachment").getPeerAttachmentOutput;
4
+ export { GetPeerAttachmentsResult } from "./getPeerAttachments";
5
+ export declare const getPeerAttachments: typeof import("./getPeerAttachments").getPeerAttachments;
6
+ export declare const getPeerAttachmentsOutput: typeof import("./getPeerAttachments").getPeerAttachmentsOutput;
1
7
  export { GetTransitRouterArgs, GetTransitRouterResult, GetTransitRouterOutputArgs } from "./getTransitRouter";
2
8
  export declare const getTransitRouter: typeof import("./getTransitRouter").getTransitRouter;
3
9
  export declare const getTransitRouterOutput: typeof import("./getTransitRouter").getTransitRouterOutput;
@@ -28,6 +34,9 @@ export declare const getVpnAttachmentOutput: typeof import("./getVpnAttachment")
28
34
  export { GetVpnAttachmentsResult } from "./getVpnAttachments";
29
35
  export declare const getVpnAttachments: typeof import("./getVpnAttachments").getVpnAttachments;
30
36
  export declare const getVpnAttachmentsOutput: typeof import("./getVpnAttachments").getVpnAttachmentsOutput;
37
+ export { PeerAttachmentArgs, PeerAttachmentState } from "./peerAttachment";
38
+ export type PeerAttachment = import("./peerAttachment").PeerAttachment;
39
+ export declare const PeerAttachment: typeof import("./peerAttachment").PeerAttachment;
31
40
  export { TransitRouterArgs, TransitRouterState } from "./transitRouter";
32
41
  export type TransitRouter = import("./transitRouter").TransitRouter;
33
42
  export declare const TransitRouter: typeof import("./transitRouter").TransitRouter;
@@ -2,9 +2,15 @@
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.VpnAttachment = exports.VpcAttachment = exports.TransitRouterRouteTable = exports.TransitRouterRouteEntry = exports.TransitRouter = exports.getVpnAttachmentsOutput = exports.getVpnAttachments = exports.getVpnAttachmentOutput = exports.getVpnAttachment = exports.getVpcAttachmentsOutput = exports.getVpcAttachments = exports.getVpcAttachmentOutput = exports.getVpcAttachment = exports.getTransitRoutersOutput = exports.getTransitRouters = exports.getTransitRouterRouteTablesOutput = exports.getTransitRouterRouteTables = exports.getTransitRouterRouteTableOutput = exports.getTransitRouterRouteTable = exports.getTransitRouterRouteEntryOutput = exports.getTransitRouterRouteEntry = exports.getTransitRouterRouteEntriesOutput = exports.getTransitRouterRouteEntries = exports.getTransitRouterOutput = exports.getTransitRouter = void 0;
5
+ exports.VpnAttachment = exports.VpcAttachment = exports.TransitRouterRouteTable = exports.TransitRouterRouteEntry = exports.TransitRouter = exports.PeerAttachment = exports.getVpnAttachmentsOutput = exports.getVpnAttachments = exports.getVpnAttachmentOutput = exports.getVpnAttachment = exports.getVpcAttachmentsOutput = exports.getVpcAttachments = exports.getVpcAttachmentOutput = exports.getVpcAttachment = exports.getTransitRoutersOutput = exports.getTransitRouters = exports.getTransitRouterRouteTablesOutput = exports.getTransitRouterRouteTables = exports.getTransitRouterRouteTableOutput = exports.getTransitRouterRouteTable = exports.getTransitRouterRouteEntryOutput = exports.getTransitRouterRouteEntry = exports.getTransitRouterRouteEntriesOutput = exports.getTransitRouterRouteEntries = exports.getTransitRouterOutput = exports.getTransitRouter = exports.getPeerAttachmentsOutput = exports.getPeerAttachments = exports.getPeerAttachmentOutput = exports.getPeerAttachment = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.getPeerAttachment = null;
9
+ exports.getPeerAttachmentOutput = null;
10
+ utilities.lazyLoad(exports, ["getPeerAttachment", "getPeerAttachmentOutput"], () => require("./getPeerAttachment"));
11
+ exports.getPeerAttachments = null;
12
+ exports.getPeerAttachmentsOutput = null;
13
+ utilities.lazyLoad(exports, ["getPeerAttachments", "getPeerAttachmentsOutput"], () => require("./getPeerAttachments"));
8
14
  exports.getTransitRouter = null;
9
15
  exports.getTransitRouterOutput = null;
10
16
  utilities.lazyLoad(exports, ["getTransitRouter", "getTransitRouterOutput"], () => require("./getTransitRouter"));
@@ -35,6 +41,8 @@ utilities.lazyLoad(exports, ["getVpnAttachment", "getVpnAttachmentOutput"], () =
35
41
  exports.getVpnAttachments = null;
36
42
  exports.getVpnAttachmentsOutput = null;
37
43
  utilities.lazyLoad(exports, ["getVpnAttachments", "getVpnAttachmentsOutput"], () => require("./getVpnAttachments"));
44
+ exports.PeerAttachment = null;
45
+ utilities.lazyLoad(exports, ["PeerAttachment"], () => require("./peerAttachment"));
38
46
  exports.TransitRouter = null;
39
47
  utilities.lazyLoad(exports, ["TransitRouter"], () => require("./transitRouter"));
40
48
  exports.TransitRouterRouteEntry = null;
@@ -49,6 +57,8 @@ const _module = {
49
57
  version: utilities.getVersion(),
50
58
  construct: (name, type, urn) => {
51
59
  switch (type) {
60
+ case "volcenginecc:transitrouter/peerAttachment:PeerAttachment":
61
+ return new exports.PeerAttachment(name, undefined, { urn });
52
62
  case "volcenginecc:transitrouter/transitRouter:TransitRouter":
53
63
  return new exports.TransitRouter(name, undefined, { urn });
54
64
  case "volcenginecc:transitrouter/transitRouterRouteEntry:TransitRouterRouteEntry":
@@ -64,6 +74,7 @@ const _module = {
64
74
  }
65
75
  },
66
76
  };
77
+ pulumi.runtime.registerResourceModule("volcenginecc", "transitrouter/peerAttachment", _module);
67
78
  pulumi.runtime.registerResourceModule("volcenginecc", "transitrouter/transitRouter", _module);
68
79
  pulumi.runtime.registerResourceModule("volcenginecc", "transitrouter/transitRouterRouteEntry", _module);
69
80
  pulumi.runtime.registerResourceModule("volcenginecc", "transitrouter/transitRouterRouteTable", _module);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../transitrouter/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../transitrouter/index.ts"],"names":[],"mappings":"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"}