@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,220 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface CoreServiceGatewayConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#compartment_id CoreServiceGateway#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_service_gateway#defined_tags CoreServiceGateway#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_service_gateway#display_name CoreServiceGateway#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_service_gateway#freeform_tags CoreServiceGateway#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_service_gateway#id CoreServiceGateway#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_service_gateway#route_table_id CoreServiceGateway#route_table_id}
33
- */
34
- readonly routeTableId?: string;
35
- /**
36
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#vcn_id CoreServiceGateway#vcn_id}
37
- */
38
- readonly vcnId: string;
39
- /**
40
- * services block
41
- *
42
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#services CoreServiceGateway#services}
43
- */
44
- readonly services: CoreServiceGatewayServices[] | cdktf.IResolvable;
45
- /**
46
- * timeouts block
47
- *
48
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#timeouts CoreServiceGateway#timeouts}
49
- */
50
- readonly timeouts?: CoreServiceGatewayTimeouts;
51
- }
52
- export interface CoreServiceGatewayServices {
53
- /**
54
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#service_id CoreServiceGateway#service_id}
55
- */
56
- readonly serviceId: string;
57
- }
58
- export declare function coreServiceGatewayServicesToTerraform(struct?: CoreServiceGatewayServices | cdktf.IResolvable): any;
59
- export declare function coreServiceGatewayServicesToHclTerraform(struct?: CoreServiceGatewayServices | cdktf.IResolvable): any;
60
- export declare class CoreServiceGatewayServicesOutputReference extends cdktf.ComplexObject {
61
- private isEmptyObject;
62
- private resolvableValue?;
63
- /**
64
- * @param terraformResource The parent resource
65
- * @param terraformAttribute The attribute on the parent resource this class is referencing
66
- * @param complexObjectIndex the index of this item in the list
67
- * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
68
- */
69
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
70
- get internalValue(): CoreServiceGatewayServices | cdktf.IResolvable | undefined;
71
- set internalValue(value: CoreServiceGatewayServices | cdktf.IResolvable | undefined);
72
- private _serviceId?;
73
- get serviceId(): string;
74
- set serviceId(value: string);
75
- get serviceIdInput(): string | undefined;
76
- get serviceName(): string;
77
- }
78
- export declare class CoreServiceGatewayServicesList extends cdktf.ComplexList {
79
- protected terraformResource: cdktf.IInterpolatingParent;
80
- protected terraformAttribute: string;
81
- protected wrapsSet: boolean;
82
- internalValue?: CoreServiceGatewayServices[] | cdktf.IResolvable;
83
- /**
84
- * @param terraformResource The parent resource
85
- * @param terraformAttribute The attribute on the parent resource this class is referencing
86
- * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
87
- */
88
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
89
- /**
90
- * @param index the index of the item to return
91
- */
92
- get(index: number): CoreServiceGatewayServicesOutputReference;
93
- }
94
- export interface CoreServiceGatewayTimeouts {
95
- /**
96
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#create CoreServiceGateway#create}
97
- */
98
- readonly create?: string;
99
- /**
100
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#delete CoreServiceGateway#delete}
101
- */
102
- readonly delete?: string;
103
- /**
104
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#update CoreServiceGateway#update}
105
- */
106
- readonly update?: string;
107
- }
108
- export declare function coreServiceGatewayTimeoutsToTerraform(struct?: CoreServiceGatewayTimeouts | cdktf.IResolvable): any;
109
- export declare function coreServiceGatewayTimeoutsToHclTerraform(struct?: CoreServiceGatewayTimeouts | cdktf.IResolvable): any;
110
- export declare class CoreServiceGatewayTimeoutsOutputReference extends cdktf.ComplexObject {
111
- private isEmptyObject;
112
- private resolvableValue?;
113
- /**
114
- * @param terraformResource The parent resource
115
- * @param terraformAttribute The attribute on the parent resource this class is referencing
116
- */
117
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
118
- get internalValue(): CoreServiceGatewayTimeouts | cdktf.IResolvable | undefined;
119
- set internalValue(value: CoreServiceGatewayTimeouts | cdktf.IResolvable | undefined);
120
- private _create?;
121
- get create(): string;
122
- set create(value: string);
123
- resetCreate(): void;
124
- get createInput(): string | undefined;
125
- private _delete?;
126
- get delete(): string;
127
- set delete(value: string);
128
- resetDelete(): void;
129
- get deleteInput(): string | undefined;
130
- private _update?;
131
- get update(): string;
132
- set update(value: string);
133
- resetUpdate(): void;
134
- get updateInput(): string | undefined;
135
- }
136
- /**
137
- * Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway oci_core_service_gateway}
138
- */
139
- export declare class CoreServiceGateway extends cdktf.TerraformResource {
140
- static readonly tfResourceType = "oci_core_service_gateway";
141
- /**
142
- * Generates CDKTF code for importing a CoreServiceGateway resource upon running "cdktf plan <stack-name>"
143
- * @param scope The scope in which to define this construct
144
- * @param importToId The construct id used in the generated config for the CoreServiceGateway to import
145
- * @param importFromId The id of the existing CoreServiceGateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway#import import section} in the documentation of this resource for the id to use
146
- * @param provider? Optional instance of the provider where the CoreServiceGateway to import is found
147
- */
148
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
149
- /**
150
- * Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_service_gateway oci_core_service_gateway} Resource
151
- *
152
- * @param scope The scope in which to define this construct
153
- * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
154
- * @param options CoreServiceGatewayConfig
155
- */
156
- constructor(scope: Construct, id: string, config: CoreServiceGatewayConfig);
157
- get blockTraffic(): cdktf.IResolvable;
158
- private _compartmentId?;
159
- get compartmentId(): string;
160
- set compartmentId(value: string);
161
- get compartmentIdInput(): string | undefined;
162
- private _definedTags?;
163
- get definedTags(): {
164
- [key: string]: string;
165
- };
166
- set definedTags(value: {
167
- [key: string]: string;
168
- });
169
- resetDefinedTags(): void;
170
- get definedTagsInput(): {
171
- [key: string]: string;
172
- } | undefined;
173
- private _displayName?;
174
- get displayName(): string;
175
- set displayName(value: string);
176
- resetDisplayName(): void;
177
- get displayNameInput(): string | undefined;
178
- private _freeformTags?;
179
- get freeformTags(): {
180
- [key: string]: string;
181
- };
182
- set freeformTags(value: {
183
- [key: string]: string;
184
- });
185
- resetFreeformTags(): void;
186
- get freeformTagsInput(): {
187
- [key: string]: string;
188
- } | undefined;
189
- private _id?;
190
- get id(): string;
191
- set id(value: string);
192
- resetId(): void;
193
- get idInput(): string | undefined;
194
- private _routeTableId?;
195
- get routeTableId(): string;
196
- set routeTableId(value: string);
197
- resetRouteTableId(): void;
198
- get routeTableIdInput(): string | undefined;
199
- get state(): string;
200
- get timeCreated(): string;
201
- private _vcnId?;
202
- get vcnId(): string;
203
- set vcnId(value: string);
204
- get vcnIdInput(): string | undefined;
205
- private _services;
206
- get services(): CoreServiceGatewayServicesList;
207
- putServices(value: CoreServiceGatewayServices[] | cdktf.IResolvable): void;
208
- get servicesInput(): cdktf.IResolvable | CoreServiceGatewayServices[] | undefined;
209
- private _timeouts;
210
- get timeouts(): CoreServiceGatewayTimeoutsOutputReference;
211
- putTimeouts(value: CoreServiceGatewayTimeouts): void;
212
- resetTimeouts(): void;
213
- get timeoutsInput(): cdktf.IResolvable | CoreServiceGatewayTimeouts | undefined;
214
- protected synthesizeAttributes(): {
215
- [name: string]: any;
216
- };
217
- protected synthesizeHclAttributes(): {
218
- [name: string]: any;
219
- };
220
- }