@pulumi/postgresql 3.16.0-alpha.1756326721 → 3.16.0-alpha.1756506822
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/config/vars.d.ts +4 -8
- package/config/vars.js +2 -4
- package/config/vars.js.map +1 -1
- package/database.js +23 -23
- package/database.js.map +1 -1
- package/defaultPrivileg.js +20 -20
- package/defaultPrivileg.js.map +1 -1
- package/defaultPrivileges.js +20 -20
- package/defaultPrivileges.js.map +1 -1
- package/extension.js +13 -13
- package/extension.js.map +1 -1
- package/function.js +26 -26
- package/function.js.map +1 -1
- package/grant.js +21 -21
- package/grant.js.map +1 -1
- package/grantRole.js +9 -9
- package/grantRole.js.map +1 -1
- package/package.json +2 -2
- package/physicalReplicationSlot.js +3 -3
- package/physicalReplicationSlot.js.map +1 -1
- package/provider.d.ts +5 -10
- package/provider.js +22 -23
- package/provider.js.map +1 -1
- package/publication.js +17 -17
- package/publication.js.map +1 -1
- package/replicationSlot.js +8 -8
- package/replicationSlot.js.map +1 -1
- package/role.js +41 -41
- package/role.js.map +1 -1
- package/schema.js +13 -13
- package/schema.js.map +1 -1
- package/securityLabel.js +13 -13
- package/securityLabel.js.map +1 -1
- package/server.js +17 -17
- package/server.js.map +1 -1
- package/subscription.js +15 -15
- package/subscription.js.map +1 -1
- package/userMapping.js +9 -9
- package/userMapping.js.map +1 -1
- package/utilities.js +18 -29
- package/utilities.js.map +1 -1
package/grantRole.js
CHANGED
|
@@ -48,7 +48,7 @@ class GrantRole extends pulumi.CustomResource {
|
|
|
48
48
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
49
|
*/
|
|
50
50
|
static get(name, id, state, opts) {
|
|
51
|
-
return new GrantRole(name, state,
|
|
51
|
+
return new GrantRole(name, state, { ...opts, id: id });
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* Returns true if the given object is an instance of GrantRole. This is designed to work even
|
|
@@ -65,21 +65,21 @@ class GrantRole extends pulumi.CustomResource {
|
|
|
65
65
|
opts = opts || {};
|
|
66
66
|
if (opts.id) {
|
|
67
67
|
const state = argsOrState;
|
|
68
|
-
resourceInputs["grantRole"] = state
|
|
69
|
-
resourceInputs["role"] = state
|
|
70
|
-
resourceInputs["withAdminOption"] = state
|
|
68
|
+
resourceInputs["grantRole"] = state?.grantRole;
|
|
69
|
+
resourceInputs["role"] = state?.role;
|
|
70
|
+
resourceInputs["withAdminOption"] = state?.withAdminOption;
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
73
|
const args = argsOrState;
|
|
74
|
-
if (
|
|
74
|
+
if (args?.grantRole === undefined && !opts.urn) {
|
|
75
75
|
throw new Error("Missing required property 'grantRole'");
|
|
76
76
|
}
|
|
77
|
-
if (
|
|
77
|
+
if (args?.role === undefined && !opts.urn) {
|
|
78
78
|
throw new Error("Missing required property 'role'");
|
|
79
79
|
}
|
|
80
|
-
resourceInputs["grantRole"] = args
|
|
81
|
-
resourceInputs["role"] = args
|
|
82
|
-
resourceInputs["withAdminOption"] = args
|
|
80
|
+
resourceInputs["grantRole"] = args?.grantRole;
|
|
81
|
+
resourceInputs["role"] = args?.role;
|
|
82
|
+
resourceInputs["withAdminOption"] = args?.withAdminOption;
|
|
83
83
|
}
|
|
84
84
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
85
|
super(GrantRole.__pulumiType, name, resourceInputs, opts);
|
package/grantRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grantRole.js","sourceRoot":"","sources":["../grantRole.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"grantRole.js","sourceRoot":"","sources":["../grantRole.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;SAC9D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAvEL,8BAwEC;AA1DG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/postgresql",
|
|
3
|
-
"version": "3.16.0-alpha.
|
|
3
|
+
"version": "3.16.0-alpha.1756506822",
|
|
4
4
|
"description": "A Pulumi package for creating and managing postgresql cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "postgresql",
|
|
26
|
-
"version": "3.16.0-alpha.
|
|
26
|
+
"version": "3.16.0-alpha.1756506822"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -30,7 +30,7 @@ class PhysicalReplicationSlot extends pulumi.CustomResource {
|
|
|
30
30
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
31
31
|
*/
|
|
32
32
|
static get(name, id, state, opts) {
|
|
33
|
-
return new PhysicalReplicationSlot(name, state,
|
|
33
|
+
return new PhysicalReplicationSlot(name, state, { ...opts, id: id });
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Returns true if the given object is an instance of PhysicalReplicationSlot. This is designed to work even
|
|
@@ -47,11 +47,11 @@ class PhysicalReplicationSlot extends pulumi.CustomResource {
|
|
|
47
47
|
opts = opts || {};
|
|
48
48
|
if (opts.id) {
|
|
49
49
|
const state = argsOrState;
|
|
50
|
-
resourceInputs["name"] = state
|
|
50
|
+
resourceInputs["name"] = state?.name;
|
|
51
51
|
}
|
|
52
52
|
else {
|
|
53
53
|
const args = argsOrState;
|
|
54
|
-
resourceInputs["name"] = args
|
|
54
|
+
resourceInputs["name"] = args?.name;
|
|
55
55
|
}
|
|
56
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
57
57
|
super(PhysicalReplicationSlot.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"physicalReplicationSlot.js","sourceRoot":"","sources":["../physicalReplicationSlot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"physicalReplicationSlot.js","sourceRoot":"","sources":["../physicalReplicationSlot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AArDL,0DAsDC;AAxCG,gBAAgB;AACO,oCAAY,GAAG,kEAAkE,CAAC"}
|
package/provider.d.ts
CHANGED
|
@@ -55,8 +55,7 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
55
55
|
*/
|
|
56
56
|
readonly sslMode: pulumi.Output<string | undefined>;
|
|
57
57
|
/**
|
|
58
|
-
* This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the
|
|
59
|
-
* PostgreSQL server
|
|
58
|
+
* This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server
|
|
60
59
|
*/
|
|
61
60
|
readonly sslmode: pulumi.Output<string | undefined>;
|
|
62
61
|
/**
|
|
@@ -85,8 +84,7 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
85
84
|
*/
|
|
86
85
|
export interface ProviderArgs {
|
|
87
86
|
/**
|
|
88
|
-
* Use rdsIam instead of password authentication (see:
|
|
89
|
-
* https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html)
|
|
87
|
+
* Use rdsIam instead of password authentication (see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html)
|
|
90
88
|
*/
|
|
91
89
|
awsRdsIamAuth?: pulumi.Input<boolean>;
|
|
92
90
|
/**
|
|
@@ -102,8 +100,7 @@ export interface ProviderArgs {
|
|
|
102
100
|
*/
|
|
103
101
|
awsRdsIamRegion?: pulumi.Input<string>;
|
|
104
102
|
/**
|
|
105
|
-
* Use MS Azure identity OAuth token (see:
|
|
106
|
-
* https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication)
|
|
103
|
+
* Use MS Azure identity OAuth token (see: https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication)
|
|
107
104
|
*/
|
|
108
105
|
azureIdentityAuth?: pulumi.Input<boolean>;
|
|
109
106
|
azureTenantId?: pulumi.Input<string>;
|
|
@@ -153,8 +150,7 @@ export interface ProviderArgs {
|
|
|
153
150
|
*/
|
|
154
151
|
sslMode?: pulumi.Input<string>;
|
|
155
152
|
/**
|
|
156
|
-
* This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the
|
|
157
|
-
* PostgreSQL server
|
|
153
|
+
* This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server
|
|
158
154
|
*/
|
|
159
155
|
sslmode?: pulumi.Input<string>;
|
|
160
156
|
/**
|
|
@@ -162,8 +158,7 @@ export interface ProviderArgs {
|
|
|
162
158
|
*/
|
|
163
159
|
sslrootcert?: pulumi.Input<string>;
|
|
164
160
|
/**
|
|
165
|
-
* Specify if the user to connect as is a Postgres superuser or not.If not, some feature might be disabled (e.g.:
|
|
166
|
-
* Refreshing state password from Postgres)
|
|
161
|
+
* Specify if the user to connect as is a Postgres superuser or not.If not, some feature might be disabled (e.g.: Refreshing state password from Postgres)
|
|
167
162
|
*/
|
|
168
163
|
superuser?: pulumi.Input<boolean>;
|
|
169
164
|
/**
|
package/provider.js
CHANGED
|
@@ -30,32 +30,31 @@ class Provider extends pulumi.ProviderResource {
|
|
|
30
30
|
* @param opts A bag of options that control this resource's behavior.
|
|
31
31
|
*/
|
|
32
32
|
constructor(name, args, opts) {
|
|
33
|
-
var _a, _b;
|
|
34
33
|
let resourceInputs = {};
|
|
35
34
|
opts = opts || {};
|
|
36
35
|
{
|
|
37
|
-
resourceInputs["awsRdsIamAuth"] = pulumi.output(args
|
|
38
|
-
resourceInputs["awsRdsIamProfile"] = args
|
|
39
|
-
resourceInputs["awsRdsIamProviderRoleArn"] = args
|
|
40
|
-
resourceInputs["awsRdsIamRegion"] = args
|
|
41
|
-
resourceInputs["azureIdentityAuth"] = pulumi.output(args
|
|
42
|
-
resourceInputs["azureTenantId"] = args
|
|
43
|
-
resourceInputs["clientcert"] = pulumi.output(args
|
|
44
|
-
resourceInputs["connectTimeout"] = pulumi.output((
|
|
45
|
-
resourceInputs["database"] = args
|
|
46
|
-
resourceInputs["databaseUsername"] = args
|
|
47
|
-
resourceInputs["expectedVersion"] = args
|
|
48
|
-
resourceInputs["gcpIamImpersonateServiceAccount"] = args
|
|
49
|
-
resourceInputs["host"] = args
|
|
50
|
-
resourceInputs["maxConnections"] = pulumi.output(args
|
|
51
|
-
resourceInputs["password"] =
|
|
52
|
-
resourceInputs["port"] = pulumi.output(args
|
|
53
|
-
resourceInputs["scheme"] = args
|
|
54
|
-
resourceInputs["sslMode"] = args
|
|
55
|
-
resourceInputs["sslmode"] = (
|
|
56
|
-
resourceInputs["sslrootcert"] = args
|
|
57
|
-
resourceInputs["superuser"] = pulumi.output(args
|
|
58
|
-
resourceInputs["username"] = args
|
|
36
|
+
resourceInputs["awsRdsIamAuth"] = pulumi.output(args?.awsRdsIamAuth).apply(JSON.stringify);
|
|
37
|
+
resourceInputs["awsRdsIamProfile"] = args?.awsRdsIamProfile;
|
|
38
|
+
resourceInputs["awsRdsIamProviderRoleArn"] = args?.awsRdsIamProviderRoleArn;
|
|
39
|
+
resourceInputs["awsRdsIamRegion"] = args?.awsRdsIamRegion;
|
|
40
|
+
resourceInputs["azureIdentityAuth"] = pulumi.output(args?.azureIdentityAuth).apply(JSON.stringify);
|
|
41
|
+
resourceInputs["azureTenantId"] = args?.azureTenantId;
|
|
42
|
+
resourceInputs["clientcert"] = pulumi.output(args?.clientcert).apply(JSON.stringify);
|
|
43
|
+
resourceInputs["connectTimeout"] = pulumi.output((args?.connectTimeout) ?? (utilities.getEnvNumber("PGCONNECT_TIMEOUT") || 180)).apply(JSON.stringify);
|
|
44
|
+
resourceInputs["database"] = args?.database;
|
|
45
|
+
resourceInputs["databaseUsername"] = args?.databaseUsername;
|
|
46
|
+
resourceInputs["expectedVersion"] = args?.expectedVersion;
|
|
47
|
+
resourceInputs["gcpIamImpersonateServiceAccount"] = args?.gcpIamImpersonateServiceAccount;
|
|
48
|
+
resourceInputs["host"] = args?.host;
|
|
49
|
+
resourceInputs["maxConnections"] = pulumi.output(args?.maxConnections).apply(JSON.stringify);
|
|
50
|
+
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
51
|
+
resourceInputs["port"] = pulumi.output(args?.port).apply(JSON.stringify);
|
|
52
|
+
resourceInputs["scheme"] = args?.scheme;
|
|
53
|
+
resourceInputs["sslMode"] = args?.sslMode;
|
|
54
|
+
resourceInputs["sslmode"] = (args?.sslmode) ?? utilities.getEnv("PGSSLMODE");
|
|
55
|
+
resourceInputs["sslrootcert"] = args?.sslrootcert;
|
|
56
|
+
resourceInputs["superuser"] = pulumi.output(args?.superuser).apply(JSON.stringify);
|
|
57
|
+
resourceInputs["username"] = args?.username;
|
|
59
58
|
}
|
|
60
59
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
61
60
|
const secretOpts = { additionalSecretOutputs: ["password"] };
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;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,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":"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"}
|
package/publication.js
CHANGED
|
@@ -39,7 +39,7 @@ class Publication extends pulumi.CustomResource {
|
|
|
39
39
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
40
|
*/
|
|
41
41
|
static get(name, id, state, opts) {
|
|
42
|
-
return new Publication(name, state,
|
|
42
|
+
return new Publication(name, state, { ...opts, id: id });
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Returns true if the given object is an instance of Publication. This is designed to work even
|
|
@@ -56,25 +56,25 @@ class Publication extends pulumi.CustomResource {
|
|
|
56
56
|
opts = opts || {};
|
|
57
57
|
if (opts.id) {
|
|
58
58
|
const state = argsOrState;
|
|
59
|
-
resourceInputs["allTables"] = state
|
|
60
|
-
resourceInputs["database"] = state
|
|
61
|
-
resourceInputs["dropCascade"] = state
|
|
62
|
-
resourceInputs["name"] = state
|
|
63
|
-
resourceInputs["owner"] = state
|
|
64
|
-
resourceInputs["publishParams"] = state
|
|
65
|
-
resourceInputs["publishViaPartitionRootParam"] = state
|
|
66
|
-
resourceInputs["tables"] = state
|
|
59
|
+
resourceInputs["allTables"] = state?.allTables;
|
|
60
|
+
resourceInputs["database"] = state?.database;
|
|
61
|
+
resourceInputs["dropCascade"] = state?.dropCascade;
|
|
62
|
+
resourceInputs["name"] = state?.name;
|
|
63
|
+
resourceInputs["owner"] = state?.owner;
|
|
64
|
+
resourceInputs["publishParams"] = state?.publishParams;
|
|
65
|
+
resourceInputs["publishViaPartitionRootParam"] = state?.publishViaPartitionRootParam;
|
|
66
|
+
resourceInputs["tables"] = state?.tables;
|
|
67
67
|
}
|
|
68
68
|
else {
|
|
69
69
|
const args = argsOrState;
|
|
70
|
-
resourceInputs["allTables"] = args
|
|
71
|
-
resourceInputs["database"] = args
|
|
72
|
-
resourceInputs["dropCascade"] = args
|
|
73
|
-
resourceInputs["name"] = args
|
|
74
|
-
resourceInputs["owner"] = args
|
|
75
|
-
resourceInputs["publishParams"] = args
|
|
76
|
-
resourceInputs["publishViaPartitionRootParam"] = args
|
|
77
|
-
resourceInputs["tables"] = args
|
|
70
|
+
resourceInputs["allTables"] = args?.allTables;
|
|
71
|
+
resourceInputs["database"] = args?.database;
|
|
72
|
+
resourceInputs["dropCascade"] = args?.dropCascade;
|
|
73
|
+
resourceInputs["name"] = args?.name;
|
|
74
|
+
resourceInputs["owner"] = args?.owner;
|
|
75
|
+
resourceInputs["publishParams"] = args?.publishParams;
|
|
76
|
+
resourceInputs["publishViaPartitionRootParam"] = args?.publishViaPartitionRootParam;
|
|
77
|
+
resourceInputs["tables"] = args?.tables;
|
|
78
78
|
}
|
|
79
79
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
80
80
|
super(Publication.__pulumiType, name, resourceInputs, opts);
|
package/publication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publication.js","sourceRoot":"","sources":["../publication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"publication.js","sourceRoot":"","sources":["../publication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,EAAE,4BAA4B,CAAC;YACrF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,EAAE,4BAA4B,CAAC;YACpF,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/FL,kCAgGC;AAlFG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
|
package/replicationSlot.js
CHANGED
|
@@ -32,7 +32,7 @@ class ReplicationSlot extends pulumi.CustomResource {
|
|
|
32
32
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
33
|
*/
|
|
34
34
|
static get(name, id, state, opts) {
|
|
35
|
-
return new ReplicationSlot(name, state,
|
|
35
|
+
return new ReplicationSlot(name, state, { ...opts, id: id });
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* Returns true if the given object is an instance of ReplicationSlot. This is designed to work even
|
|
@@ -49,18 +49,18 @@ class ReplicationSlot extends pulumi.CustomResource {
|
|
|
49
49
|
opts = opts || {};
|
|
50
50
|
if (opts.id) {
|
|
51
51
|
const state = argsOrState;
|
|
52
|
-
resourceInputs["database"] = state
|
|
53
|
-
resourceInputs["name"] = state
|
|
54
|
-
resourceInputs["plugin"] = state
|
|
52
|
+
resourceInputs["database"] = state?.database;
|
|
53
|
+
resourceInputs["name"] = state?.name;
|
|
54
|
+
resourceInputs["plugin"] = state?.plugin;
|
|
55
55
|
}
|
|
56
56
|
else {
|
|
57
57
|
const args = argsOrState;
|
|
58
|
-
if (
|
|
58
|
+
if (args?.plugin === undefined && !opts.urn) {
|
|
59
59
|
throw new Error("Missing required property 'plugin'");
|
|
60
60
|
}
|
|
61
|
-
resourceInputs["database"] = args
|
|
62
|
-
resourceInputs["name"] = args
|
|
63
|
-
resourceInputs["plugin"] = args
|
|
61
|
+
resourceInputs["database"] = args?.database;
|
|
62
|
+
resourceInputs["name"] = args?.name;
|
|
63
|
+
resourceInputs["plugin"] = args?.plugin;
|
|
64
64
|
}
|
|
65
65
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
66
|
super(ReplicationSlot.__pulumiType, name, resourceInputs, opts);
|
package/replicationSlot.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replicationSlot.js","sourceRoot":"","sources":["../replicationSlot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"replicationSlot.js","sourceRoot":"","sources":["../replicationSlot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AApEL,0CAqEC;AAvDG,gBAAgB;AACO,4BAAY,GAAG,kDAAkD,CAAC"}
|
package/role.js
CHANGED
|
@@ -16,7 +16,7 @@ class Role extends pulumi.CustomResource {
|
|
|
16
16
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
17
|
*/
|
|
18
18
|
static get(name, id, state, opts) {
|
|
19
|
-
return new Role(name, state,
|
|
19
|
+
return new Role(name, state, { ...opts, id: id });
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Returns true if the given object is an instance of Role. This is designed to work even
|
|
@@ -33,49 +33,49 @@ class Role extends pulumi.CustomResource {
|
|
|
33
33
|
opts = opts || {};
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
|
-
resourceInputs["assumeRole"] = state
|
|
37
|
-
resourceInputs["bypassRowLevelSecurity"] = state
|
|
38
|
-
resourceInputs["connectionLimit"] = state
|
|
39
|
-
resourceInputs["createDatabase"] = state
|
|
40
|
-
resourceInputs["createRole"] = state
|
|
41
|
-
resourceInputs["encrypted"] = state
|
|
42
|
-
resourceInputs["encryptedPassword"] = state
|
|
43
|
-
resourceInputs["idleInTransactionSessionTimeout"] = state
|
|
44
|
-
resourceInputs["inherit"] = state
|
|
45
|
-
resourceInputs["login"] = state
|
|
46
|
-
resourceInputs["name"] = state
|
|
47
|
-
resourceInputs["password"] = state
|
|
48
|
-
resourceInputs["replication"] = state
|
|
49
|
-
resourceInputs["roles"] = state
|
|
50
|
-
resourceInputs["searchPaths"] = state
|
|
51
|
-
resourceInputs["skipDropRole"] = state
|
|
52
|
-
resourceInputs["skipReassignOwned"] = state
|
|
53
|
-
resourceInputs["statementTimeout"] = state
|
|
54
|
-
resourceInputs["superuser"] = state
|
|
55
|
-
resourceInputs["validUntil"] = state
|
|
36
|
+
resourceInputs["assumeRole"] = state?.assumeRole;
|
|
37
|
+
resourceInputs["bypassRowLevelSecurity"] = state?.bypassRowLevelSecurity;
|
|
38
|
+
resourceInputs["connectionLimit"] = state?.connectionLimit;
|
|
39
|
+
resourceInputs["createDatabase"] = state?.createDatabase;
|
|
40
|
+
resourceInputs["createRole"] = state?.createRole;
|
|
41
|
+
resourceInputs["encrypted"] = state?.encrypted;
|
|
42
|
+
resourceInputs["encryptedPassword"] = state?.encryptedPassword;
|
|
43
|
+
resourceInputs["idleInTransactionSessionTimeout"] = state?.idleInTransactionSessionTimeout;
|
|
44
|
+
resourceInputs["inherit"] = state?.inherit;
|
|
45
|
+
resourceInputs["login"] = state?.login;
|
|
46
|
+
resourceInputs["name"] = state?.name;
|
|
47
|
+
resourceInputs["password"] = state?.password;
|
|
48
|
+
resourceInputs["replication"] = state?.replication;
|
|
49
|
+
resourceInputs["roles"] = state?.roles;
|
|
50
|
+
resourceInputs["searchPaths"] = state?.searchPaths;
|
|
51
|
+
resourceInputs["skipDropRole"] = state?.skipDropRole;
|
|
52
|
+
resourceInputs["skipReassignOwned"] = state?.skipReassignOwned;
|
|
53
|
+
resourceInputs["statementTimeout"] = state?.statementTimeout;
|
|
54
|
+
resourceInputs["superuser"] = state?.superuser;
|
|
55
|
+
resourceInputs["validUntil"] = state?.validUntil;
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
58
|
const args = argsOrState;
|
|
59
|
-
resourceInputs["assumeRole"] = args
|
|
60
|
-
resourceInputs["bypassRowLevelSecurity"] = args
|
|
61
|
-
resourceInputs["connectionLimit"] = args
|
|
62
|
-
resourceInputs["createDatabase"] = args
|
|
63
|
-
resourceInputs["createRole"] = args
|
|
64
|
-
resourceInputs["encrypted"] = args
|
|
65
|
-
resourceInputs["encryptedPassword"] = args
|
|
66
|
-
resourceInputs["idleInTransactionSessionTimeout"] = args
|
|
67
|
-
resourceInputs["inherit"] = args
|
|
68
|
-
resourceInputs["login"] = args
|
|
69
|
-
resourceInputs["name"] = args
|
|
70
|
-
resourceInputs["password"] =
|
|
71
|
-
resourceInputs["replication"] = args
|
|
72
|
-
resourceInputs["roles"] = args
|
|
73
|
-
resourceInputs["searchPaths"] = args
|
|
74
|
-
resourceInputs["skipDropRole"] = args
|
|
75
|
-
resourceInputs["skipReassignOwned"] = args
|
|
76
|
-
resourceInputs["statementTimeout"] = args
|
|
77
|
-
resourceInputs["superuser"] = args
|
|
78
|
-
resourceInputs["validUntil"] = args
|
|
59
|
+
resourceInputs["assumeRole"] = args?.assumeRole;
|
|
60
|
+
resourceInputs["bypassRowLevelSecurity"] = args?.bypassRowLevelSecurity;
|
|
61
|
+
resourceInputs["connectionLimit"] = args?.connectionLimit;
|
|
62
|
+
resourceInputs["createDatabase"] = args?.createDatabase;
|
|
63
|
+
resourceInputs["createRole"] = args?.createRole;
|
|
64
|
+
resourceInputs["encrypted"] = args?.encrypted;
|
|
65
|
+
resourceInputs["encryptedPassword"] = args?.encryptedPassword;
|
|
66
|
+
resourceInputs["idleInTransactionSessionTimeout"] = args?.idleInTransactionSessionTimeout;
|
|
67
|
+
resourceInputs["inherit"] = args?.inherit;
|
|
68
|
+
resourceInputs["login"] = args?.login;
|
|
69
|
+
resourceInputs["name"] = args?.name;
|
|
70
|
+
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
71
|
+
resourceInputs["replication"] = args?.replication;
|
|
72
|
+
resourceInputs["roles"] = args?.roles;
|
|
73
|
+
resourceInputs["searchPaths"] = args?.searchPaths;
|
|
74
|
+
resourceInputs["skipDropRole"] = args?.skipDropRole;
|
|
75
|
+
resourceInputs["skipReassignOwned"] = args?.skipReassignOwned;
|
|
76
|
+
resourceInputs["statementTimeout"] = args?.statementTimeout;
|
|
77
|
+
resourceInputs["superuser"] = args?.superuser;
|
|
78
|
+
resourceInputs["validUntil"] = args?.validUntil;
|
|
79
79
|
}
|
|
80
80
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
81
|
const secretOpts = { additionalSecretOutputs: ["password"] };
|
package/role.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"","sources":["../role.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"role.js","sourceRoot":"","sources":["../role.ts"],"names":[],"mappings":"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"}
|
package/schema.js
CHANGED
|
@@ -16,7 +16,7 @@ class Schema extends pulumi.CustomResource {
|
|
|
16
16
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
17
|
*/
|
|
18
18
|
static get(name, id, state, opts) {
|
|
19
|
-
return new Schema(name, state,
|
|
19
|
+
return new Schema(name, state, { ...opts, id: id });
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Returns true if the given object is an instance of Schema. This is designed to work even
|
|
@@ -33,21 +33,21 @@ class Schema extends pulumi.CustomResource {
|
|
|
33
33
|
opts = opts || {};
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
|
-
resourceInputs["database"] = state
|
|
37
|
-
resourceInputs["dropCascade"] = state
|
|
38
|
-
resourceInputs["ifNotExists"] = state
|
|
39
|
-
resourceInputs["name"] = state
|
|
40
|
-
resourceInputs["owner"] = state
|
|
41
|
-
resourceInputs["policies"] = state
|
|
36
|
+
resourceInputs["database"] = state?.database;
|
|
37
|
+
resourceInputs["dropCascade"] = state?.dropCascade;
|
|
38
|
+
resourceInputs["ifNotExists"] = state?.ifNotExists;
|
|
39
|
+
resourceInputs["name"] = state?.name;
|
|
40
|
+
resourceInputs["owner"] = state?.owner;
|
|
41
|
+
resourceInputs["policies"] = state?.policies;
|
|
42
42
|
}
|
|
43
43
|
else {
|
|
44
44
|
const args = argsOrState;
|
|
45
|
-
resourceInputs["database"] = args
|
|
46
|
-
resourceInputs["dropCascade"] = args
|
|
47
|
-
resourceInputs["ifNotExists"] = args
|
|
48
|
-
resourceInputs["name"] = args
|
|
49
|
-
resourceInputs["owner"] = args
|
|
50
|
-
resourceInputs["policies"] = args
|
|
45
|
+
resourceInputs["database"] = args?.database;
|
|
46
|
+
resourceInputs["dropCascade"] = args?.dropCascade;
|
|
47
|
+
resourceInputs["ifNotExists"] = args?.ifNotExists;
|
|
48
|
+
resourceInputs["name"] = args?.name;
|
|
49
|
+
resourceInputs["owner"] = args?.owner;
|
|
50
|
+
resourceInputs["policies"] = args?.policies;
|
|
51
51
|
}
|
|
52
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
53
53
|
super(Schema.__pulumiType, name, resourceInputs, opts);
|
package/schema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../schema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../schema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AAvFL,wBAwFC;AA1EG,gBAAgB;AACO,mBAAY,GAAG,gCAAgC,CAAC"}
|
package/securityLabel.js
CHANGED
|
@@ -45,7 +45,7 @@ class SecurityLabel extends pulumi.CustomResource {
|
|
|
45
45
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
46
|
*/
|
|
47
47
|
static get(name, id, state, opts) {
|
|
48
|
-
return new SecurityLabel(name, state,
|
|
48
|
+
return new SecurityLabel(name, state, { ...opts, id: id });
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Returns true if the given object is an instance of SecurityLabel. This is designed to work even
|
|
@@ -62,29 +62,29 @@ class SecurityLabel extends pulumi.CustomResource {
|
|
|
62
62
|
opts = opts || {};
|
|
63
63
|
if (opts.id) {
|
|
64
64
|
const state = argsOrState;
|
|
65
|
-
resourceInputs["label"] = state
|
|
66
|
-
resourceInputs["labelProvider"] = state
|
|
67
|
-
resourceInputs["objectName"] = state
|
|
68
|
-
resourceInputs["objectType"] = state
|
|
65
|
+
resourceInputs["label"] = state?.label;
|
|
66
|
+
resourceInputs["labelProvider"] = state?.labelProvider;
|
|
67
|
+
resourceInputs["objectName"] = state?.objectName;
|
|
68
|
+
resourceInputs["objectType"] = state?.objectType;
|
|
69
69
|
}
|
|
70
70
|
else {
|
|
71
71
|
const args = argsOrState;
|
|
72
|
-
if (
|
|
72
|
+
if (args?.label === undefined && !opts.urn) {
|
|
73
73
|
throw new Error("Missing required property 'label'");
|
|
74
74
|
}
|
|
75
|
-
if (
|
|
75
|
+
if (args?.labelProvider === undefined && !opts.urn) {
|
|
76
76
|
throw new Error("Missing required property 'labelProvider'");
|
|
77
77
|
}
|
|
78
|
-
if (
|
|
78
|
+
if (args?.objectName === undefined && !opts.urn) {
|
|
79
79
|
throw new Error("Missing required property 'objectName'");
|
|
80
80
|
}
|
|
81
|
-
if (
|
|
81
|
+
if (args?.objectType === undefined && !opts.urn) {
|
|
82
82
|
throw new Error("Missing required property 'objectType'");
|
|
83
83
|
}
|
|
84
|
-
resourceInputs["label"] = args
|
|
85
|
-
resourceInputs["labelProvider"] = args
|
|
86
|
-
resourceInputs["objectName"] = args
|
|
87
|
-
resourceInputs["objectType"] = args
|
|
84
|
+
resourceInputs["label"] = args?.label;
|
|
85
|
+
resourceInputs["labelProvider"] = args?.labelProvider;
|
|
86
|
+
resourceInputs["objectName"] = args?.objectName;
|
|
87
|
+
resourceInputs["objectType"] = args?.objectType;
|
|
88
88
|
}
|
|
89
89
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
90
|
super(SecurityLabel.__pulumiType, name, resourceInputs, opts);
|
package/securityLabel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityLabel.js","sourceRoot":"","sources":["../securityLabel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"securityLabel.js","sourceRoot":"","sources":["../securityLabel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAnFL,sCAoFC;AAtEG,gBAAgB;AACO,0BAAY,GAAG,8CAA8C,CAAC"}
|