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

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 (46) hide show
  1. package/package.json +1 -1
  2. package/lib/.gen/providers/oci/identity-dynamic-group/index.d.ts +0 -166
  3. package/lib/.gen/providers/oci/identity-dynamic-group/index.js +0 -408
  4. package/lib/bin/deploy-with-build.js +0 -132
  5. package/lib/test/java-function/aws-cdk/bin/app.d.ts +0 -2
  6. package/lib/test/java-function/aws-cdk/bin/app.js +0 -51
  7. package/lib/test/java-function/aws-cdk/lib/function-stack.d.ts +0 -11
  8. package/lib/test/java-function/aws-cdk/lib/function-stack.js +0 -159
  9. package/lib/test/java-function/aws-cdk/lib/test-function-stack.d.ts +0 -5
  10. package/lib/test/java-function/aws-cdk/lib/test-function-stack.js +0 -94
  11. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.d.ts +0 -5356
  12. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.js +0 -14972
  13. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.d.ts +0 -449
  14. package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.js +0 -1149
  15. package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.d.ts +0 -217
  16. package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.js +0 -563
  17. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.d.ts +0 -176
  18. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.js +0 -431
  19. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.d.ts +0 -255
  20. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.js +0 -644
  21. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.d.ts +0 -752
  22. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.js +0 -2091
  23. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.d.ts +0 -220
  24. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.js +0 -543
  25. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.d.ts +0 -251
  26. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.js +0 -612
  27. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.d.ts +0 -270
  28. package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.js +0 -672
  29. package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.d.ts +0 -150
  30. package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.js +0 -386
  31. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.d.ts +0 -330
  32. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.js +0 -821
  33. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.d.ts +0 -322
  34. package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.js +0 -820
  35. package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.d.ts +0 -190
  36. package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.js +0 -391
  37. package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.d.ts +0 -439
  38. package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.js +0 -1146
  39. package/lib/test/java-function/oci-cdk/bin/app.d.ts +0 -2
  40. package/lib/test/java-function/oci-cdk/bin/app.js +0 -34
  41. package/lib/test/java-function/oci-cdk/config/oci-config.d.ts +0 -68
  42. package/lib/test/java-function/oci-cdk/config/oci-config.js +0 -202
  43. package/lib/test/java-function/oci-cdk/lib/function-stack.d.ts +0 -31
  44. package/lib/test/java-function/oci-cdk/lib/function-stack.js +0 -549
  45. package/lib/test/java-function/oci-cdk/lib/test-function-stack.d.ts +0 -17
  46. package/lib/test/java-function/oci-cdk/lib/test-function-stack.js +0 -99
@@ -1,255 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface CoreRouteTableConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#compartment_id CoreRouteTable#compartment_id}
6
- */
7
- readonly compartmentId: string;
8
- /**
9
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#defined_tags CoreRouteTable#defined_tags}
10
- */
11
- readonly definedTags?: {
12
- [key: string]: string;
13
- };
14
- /**
15
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#display_name CoreRouteTable#display_name}
16
- */
17
- readonly displayName?: string;
18
- /**
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#freeform_tags CoreRouteTable#freeform_tags}
20
- */
21
- readonly freeformTags?: {
22
- [key: string]: string;
23
- };
24
- /**
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#id CoreRouteTable#id}
26
- *
27
- * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
28
- * 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.
29
- */
30
- readonly id?: string;
31
- /**
32
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#vcn_id CoreRouteTable#vcn_id}
33
- */
34
- readonly vcnId: string;
35
- /**
36
- * route_rules block
37
- *
38
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#route_rules CoreRouteTable#route_rules}
39
- */
40
- readonly routeRules?: CoreRouteTableRouteRules[] | cdktf.IResolvable;
41
- /**
42
- * timeouts block
43
- *
44
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#timeouts CoreRouteTable#timeouts}
45
- */
46
- readonly timeouts?: CoreRouteTableTimeouts;
47
- }
48
- export interface CoreRouteTableRouteRules {
49
- /**
50
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#cidr_block CoreRouteTable#cidr_block}
51
- */
52
- readonly cidrBlock?: string;
53
- /**
54
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#description CoreRouteTable#description}
55
- */
56
- readonly description?: string;
57
- /**
58
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#destination CoreRouteTable#destination}
59
- */
60
- readonly destination?: string;
61
- /**
62
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#destination_type CoreRouteTable#destination_type}
63
- */
64
- readonly destinationType?: string;
65
- /**
66
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#network_entity_id CoreRouteTable#network_entity_id}
67
- */
68
- readonly networkEntityId: string;
69
- /**
70
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#route_type CoreRouteTable#route_type}
71
- */
72
- readonly routeType?: string;
73
- }
74
- export declare function coreRouteTableRouteRulesToTerraform(struct?: CoreRouteTableRouteRules | cdktf.IResolvable): any;
75
- export declare function coreRouteTableRouteRulesToHclTerraform(struct?: CoreRouteTableRouteRules | cdktf.IResolvable): any;
76
- export declare class CoreRouteTableRouteRulesOutputReference extends cdktf.ComplexObject {
77
- private isEmptyObject;
78
- private resolvableValue?;
79
- /**
80
- * @param terraformResource The parent resource
81
- * @param terraformAttribute The attribute on the parent resource this class is referencing
82
- * @param complexObjectIndex the index of this item in the list
83
- * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
84
- */
85
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
86
- get internalValue(): CoreRouteTableRouteRules | cdktf.IResolvable | undefined;
87
- set internalValue(value: CoreRouteTableRouteRules | cdktf.IResolvable | undefined);
88
- private _cidrBlock?;
89
- get cidrBlock(): string;
90
- set cidrBlock(value: string);
91
- resetCidrBlock(): void;
92
- get cidrBlockInput(): string | undefined;
93
- private _description?;
94
- get description(): string;
95
- set description(value: string);
96
- resetDescription(): void;
97
- get descriptionInput(): string | undefined;
98
- private _destination?;
99
- get destination(): string;
100
- set destination(value: string);
101
- resetDestination(): void;
102
- get destinationInput(): string | undefined;
103
- private _destinationType?;
104
- get destinationType(): string;
105
- set destinationType(value: string);
106
- resetDestinationType(): void;
107
- get destinationTypeInput(): string | undefined;
108
- private _networkEntityId?;
109
- get networkEntityId(): string;
110
- set networkEntityId(value: string);
111
- get networkEntityIdInput(): string | undefined;
112
- private _routeType?;
113
- get routeType(): string;
114
- set routeType(value: string);
115
- resetRouteType(): void;
116
- get routeTypeInput(): string | undefined;
117
- }
118
- export declare class CoreRouteTableRouteRulesList extends cdktf.ComplexList {
119
- protected terraformResource: cdktf.IInterpolatingParent;
120
- protected terraformAttribute: string;
121
- protected wrapsSet: boolean;
122
- internalValue?: CoreRouteTableRouteRules[] | cdktf.IResolvable;
123
- /**
124
- * @param terraformResource The parent resource
125
- * @param terraformAttribute The attribute on the parent resource this class is referencing
126
- * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
127
- */
128
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
129
- /**
130
- * @param index the index of the item to return
131
- */
132
- get(index: number): CoreRouteTableRouteRulesOutputReference;
133
- }
134
- export interface CoreRouteTableTimeouts {
135
- /**
136
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#create CoreRouteTable#create}
137
- */
138
- readonly create?: string;
139
- /**
140
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#delete CoreRouteTable#delete}
141
- */
142
- readonly delete?: string;
143
- /**
144
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#update CoreRouteTable#update}
145
- */
146
- readonly update?: string;
147
- }
148
- export declare function coreRouteTableTimeoutsToTerraform(struct?: CoreRouteTableTimeouts | cdktf.IResolvable): any;
149
- export declare function coreRouteTableTimeoutsToHclTerraform(struct?: CoreRouteTableTimeouts | cdktf.IResolvable): any;
150
- export declare class CoreRouteTableTimeoutsOutputReference extends cdktf.ComplexObject {
151
- private isEmptyObject;
152
- private resolvableValue?;
153
- /**
154
- * @param terraformResource The parent resource
155
- * @param terraformAttribute The attribute on the parent resource this class is referencing
156
- */
157
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
158
- get internalValue(): CoreRouteTableTimeouts | cdktf.IResolvable | undefined;
159
- set internalValue(value: CoreRouteTableTimeouts | cdktf.IResolvable | undefined);
160
- private _create?;
161
- get create(): string;
162
- set create(value: string);
163
- resetCreate(): void;
164
- get createInput(): string | undefined;
165
- private _delete?;
166
- get delete(): string;
167
- set delete(value: string);
168
- resetDelete(): void;
169
- get deleteInput(): string | undefined;
170
- private _update?;
171
- get update(): string;
172
- set update(value: string);
173
- resetUpdate(): void;
174
- get updateInput(): string | undefined;
175
- }
176
- /**
177
- * Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table oci_core_route_table}
178
- */
179
- export declare class CoreRouteTable extends cdktf.TerraformResource {
180
- static readonly tfResourceType = "oci_core_route_table";
181
- /**
182
- * Generates CDKTF code for importing a CoreRouteTable resource upon running "cdktf plan <stack-name>"
183
- * @param scope The scope in which to define this construct
184
- * @param importToId The construct id used in the generated config for the CoreRouteTable to import
185
- * @param importFromId The id of the existing CoreRouteTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table#import import section} in the documentation of this resource for the id to use
186
- * @param provider? Optional instance of the provider where the CoreRouteTable to import is found
187
- */
188
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
189
- /**
190
- * Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_route_table oci_core_route_table} Resource
191
- *
192
- * @param scope The scope in which to define this construct
193
- * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
194
- * @param options CoreRouteTableConfig
195
- */
196
- constructor(scope: Construct, id: string, config: CoreRouteTableConfig);
197
- private _compartmentId?;
198
- get compartmentId(): string;
199
- set compartmentId(value: string);
200
- get compartmentIdInput(): string | undefined;
201
- private _definedTags?;
202
- get definedTags(): {
203
- [key: string]: string;
204
- };
205
- set definedTags(value: {
206
- [key: string]: string;
207
- });
208
- resetDefinedTags(): void;
209
- get definedTagsInput(): {
210
- [key: string]: string;
211
- } | undefined;
212
- private _displayName?;
213
- get displayName(): string;
214
- set displayName(value: string);
215
- resetDisplayName(): void;
216
- get displayNameInput(): string | undefined;
217
- private _freeformTags?;
218
- get freeformTags(): {
219
- [key: string]: string;
220
- };
221
- set freeformTags(value: {
222
- [key: string]: string;
223
- });
224
- resetFreeformTags(): void;
225
- get freeformTagsInput(): {
226
- [key: string]: string;
227
- } | undefined;
228
- private _id?;
229
- get id(): string;
230
- set id(value: string);
231
- resetId(): void;
232
- get idInput(): string | undefined;
233
- get state(): string;
234
- get timeCreated(): string;
235
- private _vcnId?;
236
- get vcnId(): string;
237
- set vcnId(value: string);
238
- get vcnIdInput(): string | undefined;
239
- private _routeRules;
240
- get routeRules(): CoreRouteTableRouteRulesList;
241
- putRouteRules(value: CoreRouteTableRouteRules[] | cdktf.IResolvable): void;
242
- resetRouteRules(): void;
243
- get routeRulesInput(): cdktf.IResolvable | CoreRouteTableRouteRules[] | undefined;
244
- private _timeouts;
245
- get timeouts(): CoreRouteTableTimeoutsOutputReference;
246
- putTimeouts(value: CoreRouteTableTimeouts): void;
247
- resetTimeouts(): void;
248
- get timeoutsInput(): cdktf.IResolvable | CoreRouteTableTimeouts | undefined;
249
- protected synthesizeAttributes(): {
250
- [name: string]: any;
251
- };
252
- protected synthesizeHclAttributes(): {
253
- [name: string]: any;
254
- };
255
- }