@mikarinneoracle/oci-cdk-code-only-preview 0.0.1 → 0.0.3

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 (47) hide show
  1. package/README.md +29 -6
  2. package/package.json +1 -1
  3. package/lib/.gen/providers/oci/identity-dynamic-group/index.d.ts +0 -166
  4. package/lib/.gen/providers/oci/identity-dynamic-group/index.js +0 -408
  5. package/lib/bin/deploy-with-build.js +0 -132
  6. package/lib/test/java-function/aws-cdk/bin/app.d.ts +0 -2
  7. package/lib/test/java-function/aws-cdk/bin/app.js +0 -51
  8. package/lib/test/java-function/aws-cdk/lib/function-stack.d.ts +0 -11
  9. package/lib/test/java-function/aws-cdk/lib/function-stack.js +0 -159
  10. package/lib/test/java-function/aws-cdk/lib/test-function-stack.d.ts +0 -5
  11. package/lib/test/java-function/aws-cdk/lib/test-function-stack.js +0 -94
  12. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.d.ts +0 -5356
  13. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.js +0 -14972
  14. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.d.ts +0 -449
  15. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.js +0 -1149
  16. package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.d.ts +0 -217
  17. package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.js +0 -563
  18. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.d.ts +0 -176
  19. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.js +0 -431
  20. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.d.ts +0 -255
  21. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.js +0 -644
  22. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.d.ts +0 -752
  23. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.js +0 -2091
  24. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.d.ts +0 -220
  25. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.js +0 -543
  26. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.d.ts +0 -251
  27. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.js +0 -612
  28. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.d.ts +0 -270
  29. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.js +0 -672
  30. package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.d.ts +0 -150
  31. package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.js +0 -386
  32. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.d.ts +0 -330
  33. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.js +0 -821
  34. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.d.ts +0 -322
  35. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.js +0 -820
  36. package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.d.ts +0 -190
  37. package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.js +0 -391
  38. package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.d.ts +0 -439
  39. package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.js +0 -1146
  40. package/lib/test/java-function/oci-cdk/bin/app.d.ts +0 -2
  41. package/lib/test/java-function/oci-cdk/bin/app.js +0 -34
  42. package/lib/test/java-function/oci-cdk/config/oci-config.d.ts +0 -68
  43. package/lib/test/java-function/oci-cdk/config/oci-config.js +0 -202
  44. package/lib/test/java-function/oci-cdk/lib/function-stack.d.ts +0 -31
  45. package/lib/test/java-function/oci-cdk/lib/function-stack.js +0 -549
  46. package/lib/test/java-function/oci-cdk/lib/test-function-stack.d.ts +0 -17
  47. package/lib/test/java-function/oci-cdk/lib/test-function-stack.js +0 -99
@@ -1,322 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface FunctionsFunctionConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#application_id FunctionsFunction#application_id}
6
- */
7
- readonly applicationId: string;
8
- /**
9
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#config FunctionsFunction#config}
10
- */
11
- readonly config?: {
12
- [key: string]: string;
13
- };
14
- /**
15
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#defined_tags FunctionsFunction#defined_tags}
16
- */
17
- readonly definedTags?: {
18
- [key: string]: string;
19
- };
20
- /**
21
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#display_name FunctionsFunction#display_name}
22
- */
23
- readonly displayName: string;
24
- /**
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#freeform_tags FunctionsFunction#freeform_tags}
26
- */
27
- readonly freeformTags?: {
28
- [key: string]: string;
29
- };
30
- /**
31
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#id FunctionsFunction#id}
32
- *
33
- * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
34
- * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
35
- */
36
- readonly id?: string;
37
- /**
38
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#image FunctionsFunction#image}
39
- */
40
- readonly image?: string;
41
- /**
42
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#image_digest FunctionsFunction#image_digest}
43
- */
44
- readonly imageDigest?: string;
45
- /**
46
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#memory_in_mbs FunctionsFunction#memory_in_mbs}
47
- */
48
- readonly memoryInMbs: string;
49
- /**
50
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#timeout_in_seconds FunctionsFunction#timeout_in_seconds}
51
- */
52
- readonly timeoutInSeconds?: number;
53
- /**
54
- * provisioned_concurrency_config block
55
- *
56
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#provisioned_concurrency_config FunctionsFunction#provisioned_concurrency_config}
57
- */
58
- readonly provisionedConcurrencyConfig?: FunctionsFunctionProvisionedConcurrencyConfig;
59
- /**
60
- * source_details block
61
- *
62
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#source_details FunctionsFunction#source_details}
63
- */
64
- readonly sourceDetails?: FunctionsFunctionSourceDetails;
65
- /**
66
- * timeouts block
67
- *
68
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#timeouts FunctionsFunction#timeouts}
69
- */
70
- readonly timeouts?: FunctionsFunctionTimeouts;
71
- /**
72
- * trace_config block
73
- *
74
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#trace_config FunctionsFunction#trace_config}
75
- */
76
- readonly traceConfig?: FunctionsFunctionTraceConfig;
77
- }
78
- export interface FunctionsFunctionProvisionedConcurrencyConfig {
79
- /**
80
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#count FunctionsFunction#count}
81
- */
82
- readonly count?: number;
83
- /**
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#strategy FunctionsFunction#strategy}
85
- */
86
- readonly strategy: string;
87
- }
88
- export declare function functionsFunctionProvisionedConcurrencyConfigToTerraform(struct?: FunctionsFunctionProvisionedConcurrencyConfigOutputReference | FunctionsFunctionProvisionedConcurrencyConfig): any;
89
- export declare function functionsFunctionProvisionedConcurrencyConfigToHclTerraform(struct?: FunctionsFunctionProvisionedConcurrencyConfigOutputReference | FunctionsFunctionProvisionedConcurrencyConfig): any;
90
- export declare class FunctionsFunctionProvisionedConcurrencyConfigOutputReference extends cdktf.ComplexObject {
91
- private isEmptyObject;
92
- /**
93
- * @param terraformResource The parent resource
94
- * @param terraformAttribute The attribute on the parent resource this class is referencing
95
- */
96
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
97
- get internalValue(): FunctionsFunctionProvisionedConcurrencyConfig | undefined;
98
- set internalValue(value: FunctionsFunctionProvisionedConcurrencyConfig | undefined);
99
- private _count?;
100
- get count(): number;
101
- set count(value: number);
102
- resetCount(): void;
103
- get countInput(): number | undefined;
104
- private _strategy?;
105
- get strategy(): string;
106
- set strategy(value: string);
107
- get strategyInput(): string | undefined;
108
- }
109
- export interface FunctionsFunctionSourceDetails {
110
- /**
111
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#pbf_listing_id FunctionsFunction#pbf_listing_id}
112
- */
113
- readonly pbfListingId: string;
114
- /**
115
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#source_type FunctionsFunction#source_type}
116
- */
117
- readonly sourceType: string;
118
- }
119
- export declare function functionsFunctionSourceDetailsToTerraform(struct?: FunctionsFunctionSourceDetailsOutputReference | FunctionsFunctionSourceDetails): any;
120
- export declare function functionsFunctionSourceDetailsToHclTerraform(struct?: FunctionsFunctionSourceDetailsOutputReference | FunctionsFunctionSourceDetails): any;
121
- export declare class FunctionsFunctionSourceDetailsOutputReference extends cdktf.ComplexObject {
122
- private isEmptyObject;
123
- /**
124
- * @param terraformResource The parent resource
125
- * @param terraformAttribute The attribute on the parent resource this class is referencing
126
- */
127
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
128
- get internalValue(): FunctionsFunctionSourceDetails | undefined;
129
- set internalValue(value: FunctionsFunctionSourceDetails | undefined);
130
- private _pbfListingId?;
131
- get pbfListingId(): string;
132
- set pbfListingId(value: string);
133
- get pbfListingIdInput(): string | undefined;
134
- private _sourceType?;
135
- get sourceType(): string;
136
- set sourceType(value: string);
137
- get sourceTypeInput(): string | undefined;
138
- }
139
- export interface FunctionsFunctionTimeouts {
140
- /**
141
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#create FunctionsFunction#create}
142
- */
143
- readonly create?: string;
144
- /**
145
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#delete FunctionsFunction#delete}
146
- */
147
- readonly delete?: string;
148
- /**
149
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#update FunctionsFunction#update}
150
- */
151
- readonly update?: string;
152
- }
153
- export declare function functionsFunctionTimeoutsToTerraform(struct?: FunctionsFunctionTimeouts | cdktf.IResolvable): any;
154
- export declare function functionsFunctionTimeoutsToHclTerraform(struct?: FunctionsFunctionTimeouts | cdktf.IResolvable): any;
155
- export declare class FunctionsFunctionTimeoutsOutputReference extends cdktf.ComplexObject {
156
- private isEmptyObject;
157
- private resolvableValue?;
158
- /**
159
- * @param terraformResource The parent resource
160
- * @param terraformAttribute The attribute on the parent resource this class is referencing
161
- */
162
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
163
- get internalValue(): FunctionsFunctionTimeouts | cdktf.IResolvable | undefined;
164
- set internalValue(value: FunctionsFunctionTimeouts | cdktf.IResolvable | undefined);
165
- private _create?;
166
- get create(): string;
167
- set create(value: string);
168
- resetCreate(): void;
169
- get createInput(): string | undefined;
170
- private _delete?;
171
- get delete(): string;
172
- set delete(value: string);
173
- resetDelete(): void;
174
- get deleteInput(): string | undefined;
175
- private _update?;
176
- get update(): string;
177
- set update(value: string);
178
- resetUpdate(): void;
179
- get updateInput(): string | undefined;
180
- }
181
- export interface FunctionsFunctionTraceConfig {
182
- /**
183
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#is_enabled FunctionsFunction#is_enabled}
184
- */
185
- readonly isEnabled?: boolean | cdktf.IResolvable;
186
- }
187
- export declare function functionsFunctionTraceConfigToTerraform(struct?: FunctionsFunctionTraceConfigOutputReference | FunctionsFunctionTraceConfig): any;
188
- export declare function functionsFunctionTraceConfigToHclTerraform(struct?: FunctionsFunctionTraceConfigOutputReference | FunctionsFunctionTraceConfig): any;
189
- export declare class FunctionsFunctionTraceConfigOutputReference extends cdktf.ComplexObject {
190
- private isEmptyObject;
191
- /**
192
- * @param terraformResource The parent resource
193
- * @param terraformAttribute The attribute on the parent resource this class is referencing
194
- */
195
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
196
- get internalValue(): FunctionsFunctionTraceConfig | undefined;
197
- set internalValue(value: FunctionsFunctionTraceConfig | undefined);
198
- private _isEnabled?;
199
- get isEnabled(): boolean | cdktf.IResolvable;
200
- set isEnabled(value: boolean | cdktf.IResolvable);
201
- resetIsEnabled(): void;
202
- get isEnabledInput(): boolean | cdktf.IResolvable | undefined;
203
- }
204
- /**
205
- * Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function oci_functions_function}
206
- */
207
- export declare class FunctionsFunction extends cdktf.TerraformResource {
208
- static readonly tfResourceType = "oci_functions_function";
209
- /**
210
- * Generates CDKTF code for importing a FunctionsFunction resource upon running "cdktf plan <stack-name>"
211
- * @param scope The scope in which to define this construct
212
- * @param importToId The construct id used in the generated config for the FunctionsFunction to import
213
- * @param importFromId The id of the existing FunctionsFunction that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function#import import section} in the documentation of this resource for the id to use
214
- * @param provider? Optional instance of the provider where the FunctionsFunction to import is found
215
- */
216
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
217
- /**
218
- * Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/functions_function oci_functions_function} Resource
219
- *
220
- * @param scope The scope in which to define this construct
221
- * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
222
- * @param options FunctionsFunctionConfig
223
- */
224
- constructor(scope: Construct, id: string, config: FunctionsFunctionConfig);
225
- private _applicationId?;
226
- get applicationId(): string;
227
- set applicationId(value: string);
228
- get applicationIdInput(): string | undefined;
229
- get compartmentId(): string;
230
- private _config?;
231
- get config(): {
232
- [key: string]: string;
233
- };
234
- set config(value: {
235
- [key: string]: string;
236
- });
237
- resetConfig(): void;
238
- get configInput(): {
239
- [key: string]: string;
240
- } | undefined;
241
- private _definedTags?;
242
- get definedTags(): {
243
- [key: string]: string;
244
- };
245
- set definedTags(value: {
246
- [key: string]: string;
247
- });
248
- resetDefinedTags(): void;
249
- get definedTagsInput(): {
250
- [key: string]: string;
251
- } | undefined;
252
- private _displayName?;
253
- get displayName(): string;
254
- set displayName(value: string);
255
- get displayNameInput(): string | undefined;
256
- private _freeformTags?;
257
- get freeformTags(): {
258
- [key: string]: string;
259
- };
260
- set freeformTags(value: {
261
- [key: string]: string;
262
- });
263
- resetFreeformTags(): void;
264
- get freeformTagsInput(): {
265
- [key: string]: string;
266
- } | undefined;
267
- private _id?;
268
- get id(): string;
269
- set id(value: string);
270
- resetId(): void;
271
- get idInput(): string | undefined;
272
- private _image?;
273
- get image(): string;
274
- set image(value: string);
275
- resetImage(): void;
276
- get imageInput(): string | undefined;
277
- private _imageDigest?;
278
- get imageDigest(): string;
279
- set imageDigest(value: string);
280
- resetImageDigest(): void;
281
- get imageDigestInput(): string | undefined;
282
- get invokeEndpoint(): string;
283
- private _memoryInMbs?;
284
- get memoryInMbs(): string;
285
- set memoryInMbs(value: string);
286
- get memoryInMbsInput(): string | undefined;
287
- get shape(): string;
288
- get state(): string;
289
- get timeCreated(): string;
290
- get timeUpdated(): string;
291
- private _timeoutInSeconds?;
292
- get timeoutInSeconds(): number;
293
- set timeoutInSeconds(value: number);
294
- resetTimeoutInSeconds(): void;
295
- get timeoutInSecondsInput(): number | undefined;
296
- private _provisionedConcurrencyConfig;
297
- get provisionedConcurrencyConfig(): FunctionsFunctionProvisionedConcurrencyConfigOutputReference;
298
- putProvisionedConcurrencyConfig(value: FunctionsFunctionProvisionedConcurrencyConfig): void;
299
- resetProvisionedConcurrencyConfig(): void;
300
- get provisionedConcurrencyConfigInput(): FunctionsFunctionProvisionedConcurrencyConfig | undefined;
301
- private _sourceDetails;
302
- get sourceDetails(): FunctionsFunctionSourceDetailsOutputReference;
303
- putSourceDetails(value: FunctionsFunctionSourceDetails): void;
304
- resetSourceDetails(): void;
305
- get sourceDetailsInput(): FunctionsFunctionSourceDetails | undefined;
306
- private _timeouts;
307
- get timeouts(): FunctionsFunctionTimeoutsOutputReference;
308
- putTimeouts(value: FunctionsFunctionTimeouts): void;
309
- resetTimeouts(): void;
310
- get timeoutsInput(): cdktf.IResolvable | FunctionsFunctionTimeouts | undefined;
311
- private _traceConfig;
312
- get traceConfig(): FunctionsFunctionTraceConfigOutputReference;
313
- putTraceConfig(value: FunctionsFunctionTraceConfig): void;
314
- resetTraceConfig(): void;
315
- get traceConfigInput(): FunctionsFunctionTraceConfig | undefined;
316
- protected synthesizeAttributes(): {
317
- [name: string]: any;
318
- };
319
- protected synthesizeHclAttributes(): {
320
- [name: string]: any;
321
- };
322
- }