@volcengine/pulumi-volcenginecc 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/directconnect/bgpPeer.d.ts +189 -0
- package/directconnect/bgpPeer.js +104 -0
- package/directconnect/bgpPeer.js.map +1 -0
- package/directconnect/getBgpPeer.d.ts +88 -0
- package/directconnect/getBgpPeer.js +28 -0
- package/directconnect/getBgpPeer.js.map +1 -0
- package/directconnect/getBgpPeers.d.ts +22 -0
- package/directconnect/getBgpPeers.js +24 -0
- package/directconnect/getBgpPeers.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/dns/getRecord.d.ts +104 -0
- package/dns/getRecord.js +28 -0
- package/dns/getRecord.js.map +1 -0
- package/dns/getRecords.d.ts +22 -0
- package/dns/getRecords.js +24 -0
- package/dns/getRecords.js.map +1 -0
- package/dns/index.d.ts +9 -0
- package/dns/index.js +12 -1
- package/dns/index.js.map +1 -1
- package/dns/record.d.ts +236 -0
- package/dns/record.js +121 -0
- package/dns/record.js.map +1 -0
- package/gtm/getGtm.d.ts +100 -0
- package/gtm/getGtm.js +28 -0
- package/gtm/getGtm.js.map +1 -0
- package/gtm/getGtms.d.ts +22 -0
- package/gtm/getGtms.js +24 -0
- package/gtm/getGtms.js.map +1 -0
- package/gtm/getRouting.d.ts +48 -0
- package/gtm/getRouting.js +28 -0
- package/gtm/getRouting.js.map +1 -0
- package/gtm/getRoutings.d.ts +22 -0
- package/gtm/getRoutings.js +24 -0
- package/gtm/getRoutings.js.map +1 -0
- package/gtm/getRule.d.ts +105 -0
- package/gtm/getRule.js +28 -0
- package/gtm/getRule.js.map +1 -0
- package/gtm/getRules.d.ts +22 -0
- package/gtm/getRules.js +24 -0
- package/gtm/getRules.js.map +1 -0
- package/gtm/gtm.d.ts +228 -0
- package/gtm/gtm.js +113 -0
- package/gtm/gtm.js.map +1 -0
- package/gtm/index.d.ts +27 -0
- package/gtm/index.js +34 -1
- package/gtm/index.js.map +1 -1
- package/gtm/routing.d.ts +89 -0
- package/gtm/routing.js +74 -0
- package/gtm/routing.js.map +1 -0
- package/gtm/rule.d.ts +226 -0
- package/gtm/rule.js +99 -0
- package/gtm/rule.js.map +1 -0
- package/iam/getOauthProvider.d.ts +44 -0
- package/iam/getOauthProvider.js +28 -0
- package/iam/getOauthProvider.js.map +1 -0
- package/iam/getOauthProviders.d.ts +22 -0
- package/iam/getOauthProviders.js +24 -0
- package/iam/getOauthProviders.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/oauthProvider.d.ts +256 -0
- package/iam/oauthProvider.js +143 -0
- package/iam/oauthProvider.js.map +1 -0
- package/kafka/getUser.d.ts +34 -0
- package/kafka/getUser.js +28 -0
- package/kafka/getUser.js.map +1 -0
- package/kafka/getUsers.d.ts +22 -0
- package/kafka/getUsers.js +24 -0
- package/kafka/getUsers.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kafka/user.d.ts +155 -0
- package/kafka/user.js +97 -0
- package/kafka/user.js.map +1 -0
- package/mongodb/account.d.ts +146 -0
- package/mongodb/account.js +82 -0
- package/mongodb/account.js.map +1 -0
- package/mongodb/getAccount.d.ts +77 -0
- package/mongodb/getAccount.js +28 -0
- package/mongodb/getAccount.js.map +1 -0
- package/mongodb/getAccounts.d.ts +22 -0
- package/mongodb/getAccounts.js +24 -0
- package/mongodb/getAccounts.js.map +1 -0
- package/mongodb/index.d.ts +9 -0
- package/mongodb/index.js +12 -1
- package/mongodb/index.js.map +1 -1
- package/package.json +1 -1
- package/rdsmysql/endpointPublicAddress.d.ts +182 -0
- package/rdsmysql/endpointPublicAddress.js +104 -0
- package/rdsmysql/endpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
- package/rdsmysql/getEndpointPublicAddress.js +28 -0
- package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
- package/rdsmysql/getEndpointPublicAddresses.js +24 -0
- package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/tos/bucketAccessMonitor.d.ts +74 -0
- package/tos/bucketAccessMonitor.js +72 -0
- package/tos/bucketAccessMonitor.js.map +1 -0
- package/tos/getBucketAccessMonitor.d.ts +44 -0
- package/tos/getBucketAccessMonitor.js +28 -0
- package/tos/getBucketAccessMonitor.js.map +1 -0
- package/tos/getBucketAccessMonitors.d.ts +22 -0
- package/tos/getBucketAccessMonitors.js +24 -0
- package/tos/getBucketAccessMonitors.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +12 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +143 -0
- package/types/output.d.ts +303 -0
- package/vepfs/fileset.d.ts +202 -0
- package/vepfs/fileset.js +106 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/getFileset.d.ts +41 -0
- package/vepfs/getFileset.js +28 -0
- package/vepfs/getFileset.js.map +1 -0
- package/vepfs/getFilesets.d.ts +22 -0
- package/vepfs/getFilesets.js +24 -0
- package/vepfs/getFilesets.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vmp/getRuleFile.d.ts +37 -0
- package/vmp/getRuleFile.js +28 -0
- package/vmp/getRuleFile.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +22 -0
- package/vmp/getRuleFiles.js +24 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
- package/vmp/ruleFile.d.ts +172 -0
- package/vmp/ruleFile.js +104 -0
- package/vmp/ruleFile.js.map +1 -0
|
@@ -0,0 +1,143 @@
|
|
|
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.OauthProvider = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* OAuth Identity Provider Resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const iAMOauthProviderDemo = new volcenginecc.iam.OauthProvider("IAMOauthProviderDemo", {
|
|
18
|
+
* oauthProviderName: "tf_oauth",
|
|
19
|
+
* ssoType: 2,
|
|
20
|
+
* status: 2,
|
|
21
|
+
* description: "terraform test",
|
|
22
|
+
* clientId: "4003ba40864e4215b929142dxxxxx",
|
|
23
|
+
* clientSecret: "ab44f642d6fb4a559fd5e5caedxxxxx",
|
|
24
|
+
* userInfoUrl: "https://security-api.xxxxx.com/qa/sso/oauth/xxxxx",
|
|
25
|
+
* tokenUrl: "https://security-api.xxxxx.com/qa/sso/oauth/xxxxx",
|
|
26
|
+
* authorizeUrl: "https://security-api.xxxxxx.com/qa/sso/oauth/xxxxxx",
|
|
27
|
+
* authorizeTemplate: "${authEndpoint}?client_id=${clientId}&scope=${scope}&response_type=code&state=12345",
|
|
28
|
+
* scope: "ccapi terraform",
|
|
29
|
+
* identityMapType: 1,
|
|
30
|
+
* idpIdentityKey: "username",
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ## Import
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import volcenginecc:iam/oauthProvider:OauthProvider example "oauth_provider_name"
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
class OauthProvider extends pulumi.CustomResource {
|
|
41
|
+
/**
|
|
42
|
+
* Get an existing OauthProvider resource's state with the given name, ID, and optional extra
|
|
43
|
+
* properties used to qualify the lookup.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resulting resource.
|
|
46
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
+
* @param state Any extra arguments used during the lookup.
|
|
48
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
+
*/
|
|
50
|
+
static get(name, id, state, opts) {
|
|
51
|
+
return new OauthProvider(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Returns true if the given object is an instance of OauthProvider. This is designed to work even
|
|
55
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
56
|
+
*/
|
|
57
|
+
static isInstance(obj) {
|
|
58
|
+
if (obj === undefined || obj === null) {
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
return obj['__pulumiType'] === OauthProvider.__pulumiType;
|
|
62
|
+
}
|
|
63
|
+
constructor(name, argsOrState, opts) {
|
|
64
|
+
let resourceInputs = {};
|
|
65
|
+
opts = opts || {};
|
|
66
|
+
if (opts.id) {
|
|
67
|
+
const state = argsOrState;
|
|
68
|
+
resourceInputs["authorizeTemplate"] = state ? state.authorizeTemplate : undefined;
|
|
69
|
+
resourceInputs["authorizeUrl"] = state ? state.authorizeUrl : undefined;
|
|
70
|
+
resourceInputs["clientId"] = state ? state.clientId : undefined;
|
|
71
|
+
resourceInputs["clientSecret"] = state ? state.clientSecret : undefined;
|
|
72
|
+
resourceInputs["createDate"] = state ? state.createDate : undefined;
|
|
73
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
74
|
+
resourceInputs["identityMapType"] = state ? state.identityMapType : undefined;
|
|
75
|
+
resourceInputs["idpIdentityKey"] = state ? state.idpIdentityKey : undefined;
|
|
76
|
+
resourceInputs["oauthProviderName"] = state ? state.oauthProviderName : undefined;
|
|
77
|
+
resourceInputs["providerId"] = state ? state.providerId : undefined;
|
|
78
|
+
resourceInputs["scope"] = state ? state.scope : undefined;
|
|
79
|
+
resourceInputs["ssoType"] = state ? state.ssoType : undefined;
|
|
80
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
81
|
+
resourceInputs["tokenUrl"] = state ? state.tokenUrl : undefined;
|
|
82
|
+
resourceInputs["trn"] = state ? state.trn : undefined;
|
|
83
|
+
resourceInputs["updateDate"] = state ? state.updateDate : undefined;
|
|
84
|
+
resourceInputs["userInfoUrl"] = state ? state.userInfoUrl : undefined;
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
const args = argsOrState;
|
|
88
|
+
if ((!args || args.authorizeTemplate === undefined) && !opts.urn) {
|
|
89
|
+
throw new Error("Missing required property 'authorizeTemplate'");
|
|
90
|
+
}
|
|
91
|
+
if ((!args || args.authorizeUrl === undefined) && !opts.urn) {
|
|
92
|
+
throw new Error("Missing required property 'authorizeUrl'");
|
|
93
|
+
}
|
|
94
|
+
if ((!args || args.clientId === undefined) && !opts.urn) {
|
|
95
|
+
throw new Error("Missing required property 'clientId'");
|
|
96
|
+
}
|
|
97
|
+
if ((!args || args.clientSecret === undefined) && !opts.urn) {
|
|
98
|
+
throw new Error("Missing required property 'clientSecret'");
|
|
99
|
+
}
|
|
100
|
+
if ((!args || args.identityMapType === undefined) && !opts.urn) {
|
|
101
|
+
throw new Error("Missing required property 'identityMapType'");
|
|
102
|
+
}
|
|
103
|
+
if ((!args || args.idpIdentityKey === undefined) && !opts.urn) {
|
|
104
|
+
throw new Error("Missing required property 'idpIdentityKey'");
|
|
105
|
+
}
|
|
106
|
+
if ((!args || args.oauthProviderName === undefined) && !opts.urn) {
|
|
107
|
+
throw new Error("Missing required property 'oauthProviderName'");
|
|
108
|
+
}
|
|
109
|
+
if ((!args || args.ssoType === undefined) && !opts.urn) {
|
|
110
|
+
throw new Error("Missing required property 'ssoType'");
|
|
111
|
+
}
|
|
112
|
+
if ((!args || args.tokenUrl === undefined) && !opts.urn) {
|
|
113
|
+
throw new Error("Missing required property 'tokenUrl'");
|
|
114
|
+
}
|
|
115
|
+
if ((!args || args.userInfoUrl === undefined) && !opts.urn) {
|
|
116
|
+
throw new Error("Missing required property 'userInfoUrl'");
|
|
117
|
+
}
|
|
118
|
+
resourceInputs["authorizeTemplate"] = args ? args.authorizeTemplate : undefined;
|
|
119
|
+
resourceInputs["authorizeUrl"] = args ? args.authorizeUrl : undefined;
|
|
120
|
+
resourceInputs["clientId"] = args ? args.clientId : undefined;
|
|
121
|
+
resourceInputs["clientSecret"] = args ? args.clientSecret : undefined;
|
|
122
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
123
|
+
resourceInputs["identityMapType"] = args ? args.identityMapType : undefined;
|
|
124
|
+
resourceInputs["idpIdentityKey"] = args ? args.idpIdentityKey : undefined;
|
|
125
|
+
resourceInputs["oauthProviderName"] = args ? args.oauthProviderName : undefined;
|
|
126
|
+
resourceInputs["scope"] = args ? args.scope : undefined;
|
|
127
|
+
resourceInputs["ssoType"] = args ? args.ssoType : undefined;
|
|
128
|
+
resourceInputs["status"] = args ? args.status : undefined;
|
|
129
|
+
resourceInputs["tokenUrl"] = args ? args.tokenUrl : undefined;
|
|
130
|
+
resourceInputs["userInfoUrl"] = args ? args.userInfoUrl : undefined;
|
|
131
|
+
resourceInputs["createDate"] = undefined /*out*/;
|
|
132
|
+
resourceInputs["providerId"] = undefined /*out*/;
|
|
133
|
+
resourceInputs["trn"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["updateDate"] = undefined /*out*/;
|
|
135
|
+
}
|
|
136
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
137
|
+
super(OauthProvider.__pulumiType, name, resourceInputs, opts);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
exports.OauthProvider = OauthProvider;
|
|
141
|
+
/** @internal */
|
|
142
|
+
OauthProvider.__pulumiType = 'volcenginecc:iam/oauthProvider:OauthProvider';
|
|
143
|
+
//# sourceMappingURL=oauthProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauthProvider.js","sourceRoot":"","sources":["../../iam/oauthProvider.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::Kafka::User
|
|
4
|
+
*/
|
|
5
|
+
export declare function getUser(args: GetUserArgs, opts?: pulumi.InvokeOptions): Promise<GetUserResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getUser.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetUserArgs {
|
|
10
|
+
id: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getUser.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetUserResult {
|
|
16
|
+
readonly allAuthority: boolean;
|
|
17
|
+
readonly createTime: string;
|
|
18
|
+
readonly description: string;
|
|
19
|
+
readonly id: string;
|
|
20
|
+
readonly instanceId: string;
|
|
21
|
+
readonly passwordType: string;
|
|
22
|
+
readonly userName: string;
|
|
23
|
+
readonly userPassword: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Data Source schema for Volcengine::Kafka::User
|
|
27
|
+
*/
|
|
28
|
+
export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUserResult>;
|
|
29
|
+
/**
|
|
30
|
+
* A collection of arguments for invoking getUser.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetUserOutputArgs {
|
|
33
|
+
id: pulumi.Input<string>;
|
|
34
|
+
}
|
package/kafka/getUser.js
ADDED
|
@@ -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.getUserOutput = exports.getUser = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::Kafka::User
|
|
10
|
+
*/
|
|
11
|
+
function getUser(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:kafka/getUser:getUser", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getUser = getUser;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::Kafka::User
|
|
20
|
+
*/
|
|
21
|
+
function getUserOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:kafka/getUser:getUser", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getUserOutput = getUserOutput;
|
|
28
|
+
//# sourceMappingURL=getUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../../kafka/getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAsBD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::Kafka::User
|
|
4
|
+
*/
|
|
5
|
+
export declare function getUsers(opts?: pulumi.InvokeOptions): Promise<GetUsersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getUsers.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetUsersResult {
|
|
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::Kafka::User
|
|
21
|
+
*/
|
|
22
|
+
export declare function getUsersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUsersResult>;
|
|
@@ -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.getUsersOutput = exports.getUsers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::Kafka::User
|
|
10
|
+
*/
|
|
11
|
+
function getUsers(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:kafka/getUsers:getUsers", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getUsers = getUsers;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::Kafka::User
|
|
18
|
+
*/
|
|
19
|
+
function getUsersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:kafka/getUsers:getUsers", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getUsersOutput = getUsersOutput;
|
|
24
|
+
//# sourceMappingURL=getUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../../kafka/getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
|
package/kafka/index.d.ts
CHANGED
|
@@ -19,9 +19,18 @@ export declare const getTopicOutput: typeof import("./getTopic").getTopicOutput;
|
|
|
19
19
|
export { GetTopicsResult } from "./getTopics";
|
|
20
20
|
export declare const getTopics: typeof import("./getTopics").getTopics;
|
|
21
21
|
export declare const getTopicsOutput: typeof import("./getTopics").getTopicsOutput;
|
|
22
|
+
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
23
|
+
export declare const getUser: typeof import("./getUser").getUser;
|
|
24
|
+
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
25
|
+
export { GetUsersResult } from "./getUsers";
|
|
26
|
+
export declare const getUsers: typeof import("./getUsers").getUsers;
|
|
27
|
+
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
|
|
22
28
|
export { InstanceArgs, InstanceState } from "./instance";
|
|
23
29
|
export type Instance = import("./instance").Instance;
|
|
24
30
|
export declare const Instance: typeof import("./instance").Instance;
|
|
25
31
|
export { TopicArgs, TopicState } from "./topic";
|
|
26
32
|
export type Topic = import("./topic").Topic;
|
|
27
33
|
export declare const Topic: typeof import("./topic").Topic;
|
|
34
|
+
export { UserArgs, UserState } from "./user";
|
|
35
|
+
export type User = import("./user").User;
|
|
36
|
+
export declare const User: typeof import("./user").User;
|
package/kafka/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.Topic = exports.Instance = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.AllowList = void 0;
|
|
5
|
+
exports.User = exports.Topic = exports.Instance = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.AllowList = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AllowList = null;
|
|
@@ -25,10 +25,18 @@ utilities.lazyLoad(exports, ["getTopic", "getTopicOutput"], () => require("./get
|
|
|
25
25
|
exports.getTopics = null;
|
|
26
26
|
exports.getTopicsOutput = null;
|
|
27
27
|
utilities.lazyLoad(exports, ["getTopics", "getTopicsOutput"], () => require("./getTopics"));
|
|
28
|
+
exports.getUser = null;
|
|
29
|
+
exports.getUserOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getUser", "getUserOutput"], () => require("./getUser"));
|
|
31
|
+
exports.getUsers = null;
|
|
32
|
+
exports.getUsersOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getUsers", "getUsersOutput"], () => require("./getUsers"));
|
|
28
34
|
exports.Instance = null;
|
|
29
35
|
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
30
36
|
exports.Topic = null;
|
|
31
37
|
utilities.lazyLoad(exports, ["Topic"], () => require("./topic"));
|
|
38
|
+
exports.User = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["User"], () => require("./user"));
|
|
32
40
|
const _module = {
|
|
33
41
|
version: utilities.getVersion(),
|
|
34
42
|
construct: (name, type, urn) => {
|
|
@@ -39,6 +47,8 @@ const _module = {
|
|
|
39
47
|
return new exports.Instance(name, undefined, { urn });
|
|
40
48
|
case "volcenginecc:kafka/topic:Topic":
|
|
41
49
|
return new exports.Topic(name, undefined, { urn });
|
|
50
|
+
case "volcenginecc:kafka/user:User":
|
|
51
|
+
return new exports.User(name, undefined, { urn });
|
|
42
52
|
default:
|
|
43
53
|
throw new Error(`unknown resource type ${type}`);
|
|
44
54
|
}
|
|
@@ -47,4 +57,5 @@ const _module = {
|
|
|
47
57
|
pulumi.runtime.registerResourceModule("volcenginecc", "kafka/allowList", _module);
|
|
48
58
|
pulumi.runtime.registerResourceModule("volcenginecc", "kafka/instance", _module);
|
|
49
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "kafka/topic", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "kafka/user", _module);
|
|
50
61
|
//# sourceMappingURL=index.js.map
|
package/kafka/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../kafka/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG5D,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,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,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../kafka/index.ts"],"names":[],"mappings":"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"}
|
package/kafka/user.d.ts
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* SASL user details
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const kafkaUserDemo = new volcenginecc.kafka.User("KafkaUserDemo", {
|
|
12
|
+
* instanceId: "kafka-cnngavomxxxxxx",
|
|
13
|
+
* userName: "user1123",
|
|
14
|
+
* userPassword: "********",
|
|
15
|
+
* allAuthority: true,
|
|
16
|
+
* description: "vip",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import volcenginecc:kafka/user:User example "instance_id|user_name"
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare class User extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing User resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserState, opts?: pulumi.CustomResourceOptions): User;
|
|
37
|
+
/**
|
|
38
|
+
* Returns true if the given object is an instance of User. This is designed to work even
|
|
39
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
40
|
+
*/
|
|
41
|
+
static isInstance(obj: any): obj is User;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the user has default read and write permissions for all Topics - true: This user has read and write permissions
|
|
44
|
+
* for all Topics - false: This user does not have read and write permissions for all Topics
|
|
45
|
+
*/
|
|
46
|
+
readonly allAuthority: pulumi.Output<boolean>;
|
|
47
|
+
/**
|
|
48
|
+
* SASL user creation time
|
|
49
|
+
*/
|
|
50
|
+
readonly createTime: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* SASL user description
|
|
53
|
+
*/
|
|
54
|
+
readonly description: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Instance ID to which the user belongs
|
|
57
|
+
*/
|
|
58
|
+
readonly instanceId: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* SASL user type (password type). Supported types: - Scram: SASL user of SCRAM type - Plain: SASL user of PLAIN type
|
|
61
|
+
* **Note:** If you create a PLAIN type user, it takes effect after a 1-minute delay. Please wait after creation.
|
|
62
|
+
*/
|
|
63
|
+
readonly passwordType: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* SASL username. Must meet the following requirements: - Consists of letters, numbers, hyphens (-), or underscores (_) -
|
|
66
|
+
* Length: 3–64 characters - Username cannot be set to admin or monitor, and must be unique within the instance
|
|
67
|
+
*/
|
|
68
|
+
readonly userName: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* SASL user password. Must meet the following requirements: - Length: 8–32 characters - Must include at least three of
|
|
71
|
+
* the following: uppercase letters, lowercase letters, numbers, special characters - Supported special characters:
|
|
72
|
+
* `!@#$%^&*()_+-=`
|
|
73
|
+
*/
|
|
74
|
+
readonly userPassword: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Create a User resource with the given unique name, arguments, and options.
|
|
77
|
+
*
|
|
78
|
+
* @param name The _unique_ name of the resource.
|
|
79
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
80
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
81
|
+
*/
|
|
82
|
+
constructor(name: string, args: UserArgs, opts?: pulumi.CustomResourceOptions);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Input properties used for looking up and filtering User resources.
|
|
86
|
+
*/
|
|
87
|
+
export interface UserState {
|
|
88
|
+
/**
|
|
89
|
+
* Whether the user has default read and write permissions for all Topics - true: This user has read and write permissions
|
|
90
|
+
* for all Topics - false: This user does not have read and write permissions for all Topics
|
|
91
|
+
*/
|
|
92
|
+
allAuthority?: pulumi.Input<boolean>;
|
|
93
|
+
/**
|
|
94
|
+
* SASL user creation time
|
|
95
|
+
*/
|
|
96
|
+
createTime?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* SASL user description
|
|
99
|
+
*/
|
|
100
|
+
description?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Instance ID to which the user belongs
|
|
103
|
+
*/
|
|
104
|
+
instanceId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* SASL user type (password type). Supported types: - Scram: SASL user of SCRAM type - Plain: SASL user of PLAIN type
|
|
107
|
+
* **Note:** If you create a PLAIN type user, it takes effect after a 1-minute delay. Please wait after creation.
|
|
108
|
+
*/
|
|
109
|
+
passwordType?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* SASL username. Must meet the following requirements: - Consists of letters, numbers, hyphens (-), or underscores (_) -
|
|
112
|
+
* Length: 3–64 characters - Username cannot be set to admin or monitor, and must be unique within the instance
|
|
113
|
+
*/
|
|
114
|
+
userName?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* SASL user password. Must meet the following requirements: - Length: 8–32 characters - Must include at least three of
|
|
117
|
+
* the following: uppercase letters, lowercase letters, numbers, special characters - Supported special characters:
|
|
118
|
+
* `!@#$%^&*()_+-=`
|
|
119
|
+
*/
|
|
120
|
+
userPassword?: pulumi.Input<string>;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* The set of arguments for constructing a User resource.
|
|
124
|
+
*/
|
|
125
|
+
export interface UserArgs {
|
|
126
|
+
/**
|
|
127
|
+
* Whether the user has default read and write permissions for all Topics - true: This user has read and write permissions
|
|
128
|
+
* for all Topics - false: This user does not have read and write permissions for all Topics
|
|
129
|
+
*/
|
|
130
|
+
allAuthority: pulumi.Input<boolean>;
|
|
131
|
+
/**
|
|
132
|
+
* SASL user description
|
|
133
|
+
*/
|
|
134
|
+
description?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Instance ID to which the user belongs
|
|
137
|
+
*/
|
|
138
|
+
instanceId: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* SASL user type (password type). Supported types: - Scram: SASL user of SCRAM type - Plain: SASL user of PLAIN type
|
|
141
|
+
* **Note:** If you create a PLAIN type user, it takes effect after a 1-minute delay. Please wait after creation.
|
|
142
|
+
*/
|
|
143
|
+
passwordType?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* SASL username. Must meet the following requirements: - Consists of letters, numbers, hyphens (-), or underscores (_) -
|
|
146
|
+
* Length: 3–64 characters - Username cannot be set to admin or monitor, and must be unique within the instance
|
|
147
|
+
*/
|
|
148
|
+
userName: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* SASL user password. Must meet the following requirements: - Length: 8–32 characters - Must include at least three of
|
|
151
|
+
* the following: uppercase letters, lowercase letters, numbers, special characters - Supported special characters:
|
|
152
|
+
* `!@#$%^&*()_+-=`
|
|
153
|
+
*/
|
|
154
|
+
userPassword: pulumi.Input<string>;
|
|
155
|
+
}
|
package/kafka/user.js
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
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.User = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* SASL user details
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const kafkaUserDemo = new volcenginecc.kafka.User("KafkaUserDemo", {
|
|
18
|
+
* instanceId: "kafka-cnngavomxxxxxx",
|
|
19
|
+
* userName: "user1123",
|
|
20
|
+
* userPassword: "********",
|
|
21
|
+
* allAuthority: true,
|
|
22
|
+
* description: "vip",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import volcenginecc:kafka/user:User example "instance_id|user_name"
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class User extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing User resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name, id, state, opts) {
|
|
43
|
+
return new User(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of User. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj) {
|
|
50
|
+
if (obj === undefined || obj === null) {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
return obj['__pulumiType'] === User.__pulumiType;
|
|
54
|
+
}
|
|
55
|
+
constructor(name, argsOrState, opts) {
|
|
56
|
+
let resourceInputs = {};
|
|
57
|
+
opts = opts || {};
|
|
58
|
+
if (opts.id) {
|
|
59
|
+
const state = argsOrState;
|
|
60
|
+
resourceInputs["allAuthority"] = state ? state.allAuthority : undefined;
|
|
61
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
62
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
63
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
64
|
+
resourceInputs["passwordType"] = state ? state.passwordType : undefined;
|
|
65
|
+
resourceInputs["userName"] = state ? state.userName : undefined;
|
|
66
|
+
resourceInputs["userPassword"] = state ? state.userPassword : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.allAuthority === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'allAuthority'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'instanceId'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.userName === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'userName'");
|
|
78
|
+
}
|
|
79
|
+
if ((!args || args.userPassword === undefined) && !opts.urn) {
|
|
80
|
+
throw new Error("Missing required property 'userPassword'");
|
|
81
|
+
}
|
|
82
|
+
resourceInputs["allAuthority"] = args ? args.allAuthority : undefined;
|
|
83
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
84
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
85
|
+
resourceInputs["passwordType"] = args ? args.passwordType : undefined;
|
|
86
|
+
resourceInputs["userName"] = args ? args.userName : undefined;
|
|
87
|
+
resourceInputs["userPassword"] = args ? args.userPassword : undefined;
|
|
88
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
89
|
+
}
|
|
90
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
91
|
+
super(User.__pulumiType, name, resourceInputs, opts);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
exports.User = User;
|
|
95
|
+
/** @internal */
|
|
96
|
+
User.__pulumiType = 'volcenginecc:kafka/user:User';
|
|
97
|
+
//# sourceMappingURL=user.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../kafka/user.ts"],"names":[],"mappings":"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"}
|