@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,251 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface CoreSubnetConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#availability_domain CoreSubnet#availability_domain}
6
- */
7
- readonly availabilityDomain?: string;
8
- /**
9
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#cidr_block CoreSubnet#cidr_block}
10
- */
11
- readonly cidrBlock: string;
12
- /**
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#compartment_id CoreSubnet#compartment_id}
14
- */
15
- readonly compartmentId: string;
16
- /**
17
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#defined_tags CoreSubnet#defined_tags}
18
- */
19
- readonly definedTags?: {
20
- [key: string]: string;
21
- };
22
- /**
23
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#dhcp_options_id CoreSubnet#dhcp_options_id}
24
- */
25
- readonly dhcpOptionsId?: string;
26
- /**
27
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#display_name CoreSubnet#display_name}
28
- */
29
- readonly displayName?: string;
30
- /**
31
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#dns_label CoreSubnet#dns_label}
32
- */
33
- readonly dnsLabel?: string;
34
- /**
35
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#freeform_tags CoreSubnet#freeform_tags}
36
- */
37
- readonly freeformTags?: {
38
- [key: string]: string;
39
- };
40
- /**
41
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#id CoreSubnet#id}
42
- *
43
- * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
44
- * 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.
45
- */
46
- readonly id?: string;
47
- /**
48
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#ipv6cidr_block CoreSubnet#ipv6cidr_block}
49
- */
50
- readonly ipv6CidrBlock?: string;
51
- /**
52
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#ipv6cidr_blocks CoreSubnet#ipv6cidr_blocks}
53
- */
54
- readonly ipv6CidrBlocks?: string[];
55
- /**
56
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#prohibit_internet_ingress CoreSubnet#prohibit_internet_ingress}
57
- */
58
- readonly prohibitInternetIngress?: boolean | cdktf.IResolvable;
59
- /**
60
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#prohibit_public_ip_on_vnic CoreSubnet#prohibit_public_ip_on_vnic}
61
- */
62
- readonly prohibitPublicIpOnVnic?: boolean | cdktf.IResolvable;
63
- /**
64
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#route_table_id CoreSubnet#route_table_id}
65
- */
66
- readonly routeTableId?: string;
67
- /**
68
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#security_list_ids CoreSubnet#security_list_ids}
69
- */
70
- readonly securityListIds?: string[];
71
- /**
72
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#vcn_id CoreSubnet#vcn_id}
73
- */
74
- readonly vcnId: string;
75
- /**
76
- * timeouts block
77
- *
78
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#timeouts CoreSubnet#timeouts}
79
- */
80
- readonly timeouts?: CoreSubnetTimeouts;
81
- }
82
- export interface CoreSubnetTimeouts {
83
- /**
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#create CoreSubnet#create}
85
- */
86
- readonly create?: string;
87
- /**
88
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#delete CoreSubnet#delete}
89
- */
90
- readonly delete?: string;
91
- /**
92
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#update CoreSubnet#update}
93
- */
94
- readonly update?: string;
95
- }
96
- export declare function coreSubnetTimeoutsToTerraform(struct?: CoreSubnetTimeouts | cdktf.IResolvable): any;
97
- export declare function coreSubnetTimeoutsToHclTerraform(struct?: CoreSubnetTimeouts | cdktf.IResolvable): any;
98
- export declare class CoreSubnetTimeoutsOutputReference extends cdktf.ComplexObject {
99
- private isEmptyObject;
100
- private resolvableValue?;
101
- /**
102
- * @param terraformResource The parent resource
103
- * @param terraformAttribute The attribute on the parent resource this class is referencing
104
- */
105
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
106
- get internalValue(): CoreSubnetTimeouts | cdktf.IResolvable | undefined;
107
- set internalValue(value: CoreSubnetTimeouts | cdktf.IResolvable | undefined);
108
- private _create?;
109
- get create(): string;
110
- set create(value: string);
111
- resetCreate(): void;
112
- get createInput(): string | undefined;
113
- private _delete?;
114
- get delete(): string;
115
- set delete(value: string);
116
- resetDelete(): void;
117
- get deleteInput(): string | undefined;
118
- private _update?;
119
- get update(): string;
120
- set update(value: string);
121
- resetUpdate(): void;
122
- get updateInput(): string | undefined;
123
- }
124
- /**
125
- * Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet oci_core_subnet}
126
- */
127
- export declare class CoreSubnet extends cdktf.TerraformResource {
128
- static readonly tfResourceType = "oci_core_subnet";
129
- /**
130
- * Generates CDKTF code for importing a CoreSubnet resource upon running "cdktf plan <stack-name>"
131
- * @param scope The scope in which to define this construct
132
- * @param importToId The construct id used in the generated config for the CoreSubnet to import
133
- * @param importFromId The id of the existing CoreSubnet that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet#import import section} in the documentation of this resource for the id to use
134
- * @param provider? Optional instance of the provider where the CoreSubnet to import is found
135
- */
136
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
137
- /**
138
- * Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_subnet oci_core_subnet} Resource
139
- *
140
- * @param scope The scope in which to define this construct
141
- * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
142
- * @param options CoreSubnetConfig
143
- */
144
- constructor(scope: Construct, id: string, config: CoreSubnetConfig);
145
- private _availabilityDomain?;
146
- get availabilityDomain(): string;
147
- set availabilityDomain(value: string);
148
- resetAvailabilityDomain(): void;
149
- get availabilityDomainInput(): string | undefined;
150
- private _cidrBlock?;
151
- get cidrBlock(): string;
152
- set cidrBlock(value: string);
153
- get cidrBlockInput(): string | undefined;
154
- private _compartmentId?;
155
- get compartmentId(): string;
156
- set compartmentId(value: string);
157
- get compartmentIdInput(): string | undefined;
158
- private _definedTags?;
159
- get definedTags(): {
160
- [key: string]: string;
161
- };
162
- set definedTags(value: {
163
- [key: string]: string;
164
- });
165
- resetDefinedTags(): void;
166
- get definedTagsInput(): {
167
- [key: string]: string;
168
- } | undefined;
169
- private _dhcpOptionsId?;
170
- get dhcpOptionsId(): string;
171
- set dhcpOptionsId(value: string);
172
- resetDhcpOptionsId(): void;
173
- get dhcpOptionsIdInput(): string | undefined;
174
- private _displayName?;
175
- get displayName(): string;
176
- set displayName(value: string);
177
- resetDisplayName(): void;
178
- get displayNameInput(): string | undefined;
179
- private _dnsLabel?;
180
- get dnsLabel(): string;
181
- set dnsLabel(value: string);
182
- resetDnsLabel(): void;
183
- get dnsLabelInput(): string | undefined;
184
- private _freeformTags?;
185
- get freeformTags(): {
186
- [key: string]: string;
187
- };
188
- set freeformTags(value: {
189
- [key: string]: string;
190
- });
191
- resetFreeformTags(): void;
192
- get freeformTagsInput(): {
193
- [key: string]: string;
194
- } | undefined;
195
- private _id?;
196
- get id(): string;
197
- set id(value: string);
198
- resetId(): void;
199
- get idInput(): string | undefined;
200
- private _ipv6CidrBlock?;
201
- get ipv6CidrBlock(): string;
202
- set ipv6CidrBlock(value: string);
203
- resetIpv6CidrBlock(): void;
204
- get ipv6CidrBlockInput(): string | undefined;
205
- private _ipv6CidrBlocks?;
206
- get ipv6CidrBlocks(): string[];
207
- set ipv6CidrBlocks(value: string[]);
208
- resetIpv6CidrBlocks(): void;
209
- get ipv6CidrBlocksInput(): string[] | undefined;
210
- get ipv6VirtualRouterIp(): string;
211
- private _prohibitInternetIngress?;
212
- get prohibitInternetIngress(): boolean | cdktf.IResolvable;
213
- set prohibitInternetIngress(value: boolean | cdktf.IResolvable);
214
- resetProhibitInternetIngress(): void;
215
- get prohibitInternetIngressInput(): boolean | cdktf.IResolvable | undefined;
216
- private _prohibitPublicIpOnVnic?;
217
- get prohibitPublicIpOnVnic(): boolean | cdktf.IResolvable;
218
- set prohibitPublicIpOnVnic(value: boolean | cdktf.IResolvable);
219
- resetProhibitPublicIpOnVnic(): void;
220
- get prohibitPublicIpOnVnicInput(): boolean | cdktf.IResolvable | undefined;
221
- private _routeTableId?;
222
- get routeTableId(): string;
223
- set routeTableId(value: string);
224
- resetRouteTableId(): void;
225
- get routeTableIdInput(): string | undefined;
226
- private _securityListIds?;
227
- get securityListIds(): string[];
228
- set securityListIds(value: string[]);
229
- resetSecurityListIds(): void;
230
- get securityListIdsInput(): string[] | undefined;
231
- get state(): string;
232
- get subnetDomainName(): string;
233
- get timeCreated(): string;
234
- private _vcnId?;
235
- get vcnId(): string;
236
- set vcnId(value: string);
237
- get vcnIdInput(): string | undefined;
238
- get virtualRouterIp(): string;
239
- get virtualRouterMac(): string;
240
- private _timeouts;
241
- get timeouts(): CoreSubnetTimeoutsOutputReference;
242
- putTimeouts(value: CoreSubnetTimeouts): void;
243
- resetTimeouts(): void;
244
- get timeoutsInput(): cdktf.IResolvable | CoreSubnetTimeouts | undefined;
245
- protected synthesizeAttributes(): {
246
- [name: string]: any;
247
- };
248
- protected synthesizeHclAttributes(): {
249
- [name: string]: any;
250
- };
251
- }