@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,217 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface ArtifactsContainerRepositoryConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#compartment_id ArtifactsContainerRepository#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/artifacts_container_repository#defined_tags ArtifactsContainerRepository#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/artifacts_container_repository#display_name ArtifactsContainerRepository#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/artifacts_container_repository#freeform_tags ArtifactsContainerRepository#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/artifacts_container_repository#id ArtifactsContainerRepository#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/artifacts_container_repository#is_immutable ArtifactsContainerRepository#is_immutable}
33
- */
34
- readonly isImmutable?: boolean | cdktf.IResolvable;
35
- /**
36
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#is_public ArtifactsContainerRepository#is_public}
37
- */
38
- readonly isPublic?: boolean | cdktf.IResolvable;
39
- /**
40
- * readme block
41
- *
42
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#readme ArtifactsContainerRepository#readme}
43
- */
44
- readonly readme?: ArtifactsContainerRepositoryReadme;
45
- /**
46
- * timeouts block
47
- *
48
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#timeouts ArtifactsContainerRepository#timeouts}
49
- */
50
- readonly timeouts?: ArtifactsContainerRepositoryTimeouts;
51
- }
52
- export interface ArtifactsContainerRepositoryReadme {
53
- /**
54
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#content ArtifactsContainerRepository#content}
55
- */
56
- readonly content: string;
57
- /**
58
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#format ArtifactsContainerRepository#format}
59
- */
60
- readonly format: string;
61
- }
62
- export declare function artifactsContainerRepositoryReadmeToTerraform(struct?: ArtifactsContainerRepositoryReadmeOutputReference | ArtifactsContainerRepositoryReadme): any;
63
- export declare function artifactsContainerRepositoryReadmeToHclTerraform(struct?: ArtifactsContainerRepositoryReadmeOutputReference | ArtifactsContainerRepositoryReadme): any;
64
- export declare class ArtifactsContainerRepositoryReadmeOutputReference extends cdktf.ComplexObject {
65
- private isEmptyObject;
66
- /**
67
- * @param terraformResource The parent resource
68
- * @param terraformAttribute The attribute on the parent resource this class is referencing
69
- */
70
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
71
- get internalValue(): ArtifactsContainerRepositoryReadme | undefined;
72
- set internalValue(value: ArtifactsContainerRepositoryReadme | undefined);
73
- private _content?;
74
- get content(): string;
75
- set content(value: string);
76
- get contentInput(): string | undefined;
77
- private _format?;
78
- get format(): string;
79
- set format(value: string);
80
- get formatInput(): string | undefined;
81
- }
82
- export interface ArtifactsContainerRepositoryTimeouts {
83
- /**
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#create ArtifactsContainerRepository#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/artifacts_container_repository#delete ArtifactsContainerRepository#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/artifacts_container_repository#update ArtifactsContainerRepository#update}
93
- */
94
- readonly update?: string;
95
- }
96
- export declare function artifactsContainerRepositoryTimeoutsToTerraform(struct?: ArtifactsContainerRepositoryTimeouts | cdktf.IResolvable): any;
97
- export declare function artifactsContainerRepositoryTimeoutsToHclTerraform(struct?: ArtifactsContainerRepositoryTimeouts | cdktf.IResolvable): any;
98
- export declare class ArtifactsContainerRepositoryTimeoutsOutputReference 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(): ArtifactsContainerRepositoryTimeouts | cdktf.IResolvable | undefined;
107
- set internalValue(value: ArtifactsContainerRepositoryTimeouts | 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/artifacts_container_repository oci_artifacts_container_repository}
126
- */
127
- export declare class ArtifactsContainerRepository extends cdktf.TerraformResource {
128
- static readonly tfResourceType = "oci_artifacts_container_repository";
129
- /**
130
- * Generates CDKTF code for importing a ArtifactsContainerRepository 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 ArtifactsContainerRepository to import
133
- * @param importFromId The id of the existing ArtifactsContainerRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/artifacts_container_repository#import import section} in the documentation of this resource for the id to use
134
- * @param provider? Optional instance of the provider where the ArtifactsContainerRepository 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/artifacts_container_repository oci_artifacts_container_repository} 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 ArtifactsContainerRepositoryConfig
143
- */
144
- constructor(scope: Construct, id: string, config: ArtifactsContainerRepositoryConfig);
145
- get billableSizeInGbs(): string;
146
- private _compartmentId?;
147
- get compartmentId(): string;
148
- set compartmentId(value: string);
149
- get compartmentIdInput(): string | undefined;
150
- get createdBy(): string;
151
- private _definedTags?;
152
- get definedTags(): {
153
- [key: string]: string;
154
- };
155
- set definedTags(value: {
156
- [key: string]: string;
157
- });
158
- resetDefinedTags(): void;
159
- get definedTagsInput(): {
160
- [key: string]: string;
161
- } | undefined;
162
- private _displayName?;
163
- get displayName(): string;
164
- set displayName(value: string);
165
- get displayNameInput(): string | undefined;
166
- private _freeformTags?;
167
- get freeformTags(): {
168
- [key: string]: string;
169
- };
170
- set freeformTags(value: {
171
- [key: string]: string;
172
- });
173
- resetFreeformTags(): void;
174
- get freeformTagsInput(): {
175
- [key: string]: string;
176
- } | undefined;
177
- private _id?;
178
- get id(): string;
179
- set id(value: string);
180
- resetId(): void;
181
- get idInput(): string | undefined;
182
- get imageCount(): number;
183
- private _isImmutable?;
184
- get isImmutable(): boolean | cdktf.IResolvable;
185
- set isImmutable(value: boolean | cdktf.IResolvable);
186
- resetIsImmutable(): void;
187
- get isImmutableInput(): boolean | cdktf.IResolvable | undefined;
188
- private _isPublic?;
189
- get isPublic(): boolean | cdktf.IResolvable;
190
- set isPublic(value: boolean | cdktf.IResolvable);
191
- resetIsPublic(): void;
192
- get isPublicInput(): boolean | cdktf.IResolvable | undefined;
193
- get layerCount(): number;
194
- get layersSizeInBytes(): string;
195
- get namespace(): string;
196
- get state(): string;
197
- private _systemTags;
198
- get systemTags(): cdktf.StringMap;
199
- get timeCreated(): string;
200
- get timeLastPushed(): string;
201
- private _readme;
202
- get readme(): ArtifactsContainerRepositoryReadmeOutputReference;
203
- putReadme(value: ArtifactsContainerRepositoryReadme): void;
204
- resetReadme(): void;
205
- get readmeInput(): ArtifactsContainerRepositoryReadme | undefined;
206
- private _timeouts;
207
- get timeouts(): ArtifactsContainerRepositoryTimeoutsOutputReference;
208
- putTimeouts(value: ArtifactsContainerRepositoryTimeouts): void;
209
- resetTimeouts(): void;
210
- get timeoutsInput(): cdktf.IResolvable | ArtifactsContainerRepositoryTimeouts | undefined;
211
- protected synthesizeAttributes(): {
212
- [name: string]: any;
213
- };
214
- protected synthesizeHclAttributes(): {
215
- [name: string]: any;
216
- };
217
- }