@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,439 +0,0 @@
1
- import { Construct } from 'constructs';
2
- import * as cdktf from 'cdktf';
3
- export interface VaultSecretConfig extends cdktf.TerraformMetaArguments {
4
- /**
5
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#compartment_id VaultSecret#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/vault_secret#defined_tags VaultSecret#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/vault_secret#description VaultSecret#description}
16
- */
17
- readonly description?: string;
18
- /**
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#freeform_tags VaultSecret#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/vault_secret#id VaultSecret#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/vault_secret#key_id VaultSecret#key_id}
33
- */
34
- readonly keyId: string;
35
- /**
36
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#metadata VaultSecret#metadata}
37
- */
38
- readonly metadata?: {
39
- [key: string]: string;
40
- };
41
- /**
42
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#secret_name VaultSecret#secret_name}
43
- */
44
- readonly secretName: string;
45
- /**
46
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#vault_id VaultSecret#vault_id}
47
- */
48
- readonly vaultId: string;
49
- /**
50
- * rotation_config block
51
- *
52
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#rotation_config VaultSecret#rotation_config}
53
- */
54
- readonly rotationConfig?: VaultSecretRotationConfig;
55
- /**
56
- * secret_content block
57
- *
58
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#secret_content VaultSecret#secret_content}
59
- */
60
- readonly secretContent?: VaultSecretSecretContent;
61
- /**
62
- * secret_rules block
63
- *
64
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#secret_rules VaultSecret#secret_rules}
65
- */
66
- readonly secretRules?: VaultSecretSecretRules[] | cdktf.IResolvable;
67
- /**
68
- * timeouts block
69
- *
70
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#timeouts VaultSecret#timeouts}
71
- */
72
- readonly timeouts?: VaultSecretTimeouts;
73
- }
74
- export interface VaultSecretRotationConfigTargetSystemDetails {
75
- /**
76
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#adb_id VaultSecret#adb_id}
77
- */
78
- readonly adbId?: string;
79
- /**
80
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#function_id VaultSecret#function_id}
81
- */
82
- readonly functionId?: string;
83
- /**
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#target_system_type VaultSecret#target_system_type}
85
- */
86
- readonly targetSystemType: string;
87
- }
88
- export declare function vaultSecretRotationConfigTargetSystemDetailsToTerraform(struct?: VaultSecretRotationConfigTargetSystemDetailsOutputReference | VaultSecretRotationConfigTargetSystemDetails): any;
89
- export declare function vaultSecretRotationConfigTargetSystemDetailsToHclTerraform(struct?: VaultSecretRotationConfigTargetSystemDetailsOutputReference | VaultSecretRotationConfigTargetSystemDetails): any;
90
- export declare class VaultSecretRotationConfigTargetSystemDetailsOutputReference 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(): VaultSecretRotationConfigTargetSystemDetails | undefined;
98
- set internalValue(value: VaultSecretRotationConfigTargetSystemDetails | undefined);
99
- private _adbId?;
100
- get adbId(): string;
101
- set adbId(value: string);
102
- resetAdbId(): void;
103
- get adbIdInput(): string | undefined;
104
- private _functionId?;
105
- get functionId(): string;
106
- set functionId(value: string);
107
- resetFunctionId(): void;
108
- get functionIdInput(): string | undefined;
109
- private _targetSystemType?;
110
- get targetSystemType(): string;
111
- set targetSystemType(value: string);
112
- get targetSystemTypeInput(): string | undefined;
113
- }
114
- export interface VaultSecretRotationConfig {
115
- /**
116
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#is_scheduled_rotation_enabled VaultSecret#is_scheduled_rotation_enabled}
117
- */
118
- readonly isScheduledRotationEnabled?: boolean | cdktf.IResolvable;
119
- /**
120
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#rotation_interval VaultSecret#rotation_interval}
121
- */
122
- readonly rotationInterval?: string;
123
- /**
124
- * target_system_details block
125
- *
126
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#target_system_details VaultSecret#target_system_details}
127
- */
128
- readonly targetSystemDetails: VaultSecretRotationConfigTargetSystemDetails;
129
- }
130
- export declare function vaultSecretRotationConfigToTerraform(struct?: VaultSecretRotationConfigOutputReference | VaultSecretRotationConfig): any;
131
- export declare function vaultSecretRotationConfigToHclTerraform(struct?: VaultSecretRotationConfigOutputReference | VaultSecretRotationConfig): any;
132
- export declare class VaultSecretRotationConfigOutputReference extends cdktf.ComplexObject {
133
- private isEmptyObject;
134
- /**
135
- * @param terraformResource The parent resource
136
- * @param terraformAttribute The attribute on the parent resource this class is referencing
137
- */
138
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
139
- get internalValue(): VaultSecretRotationConfig | undefined;
140
- set internalValue(value: VaultSecretRotationConfig | undefined);
141
- private _isScheduledRotationEnabled?;
142
- get isScheduledRotationEnabled(): boolean | cdktf.IResolvable;
143
- set isScheduledRotationEnabled(value: boolean | cdktf.IResolvable);
144
- resetIsScheduledRotationEnabled(): void;
145
- get isScheduledRotationEnabledInput(): boolean | cdktf.IResolvable | undefined;
146
- private _rotationInterval?;
147
- get rotationInterval(): string;
148
- set rotationInterval(value: string);
149
- resetRotationInterval(): void;
150
- get rotationIntervalInput(): string | undefined;
151
- private _targetSystemDetails;
152
- get targetSystemDetails(): VaultSecretRotationConfigTargetSystemDetailsOutputReference;
153
- putTargetSystemDetails(value: VaultSecretRotationConfigTargetSystemDetails): void;
154
- get targetSystemDetailsInput(): VaultSecretRotationConfigTargetSystemDetails | undefined;
155
- }
156
- export interface VaultSecretSecretContent {
157
- /**
158
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#content VaultSecret#content}
159
- */
160
- readonly content?: string;
161
- /**
162
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#content_type VaultSecret#content_type}
163
- */
164
- readonly contentType: string;
165
- /**
166
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#name VaultSecret#name}
167
- */
168
- readonly name?: string;
169
- /**
170
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#stage VaultSecret#stage}
171
- */
172
- readonly stage?: string;
173
- }
174
- export declare function vaultSecretSecretContentToTerraform(struct?: VaultSecretSecretContentOutputReference | VaultSecretSecretContent): any;
175
- export declare function vaultSecretSecretContentToHclTerraform(struct?: VaultSecretSecretContentOutputReference | VaultSecretSecretContent): any;
176
- export declare class VaultSecretSecretContentOutputReference extends cdktf.ComplexObject {
177
- private isEmptyObject;
178
- /**
179
- * @param terraformResource The parent resource
180
- * @param terraformAttribute The attribute on the parent resource this class is referencing
181
- */
182
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
183
- get internalValue(): VaultSecretSecretContent | undefined;
184
- set internalValue(value: VaultSecretSecretContent | undefined);
185
- private _content?;
186
- get content(): string;
187
- set content(value: string);
188
- resetContent(): void;
189
- get contentInput(): string | undefined;
190
- private _contentType?;
191
- get contentType(): string;
192
- set contentType(value: string);
193
- get contentTypeInput(): string | undefined;
194
- private _name?;
195
- get name(): string;
196
- set name(value: string);
197
- resetName(): void;
198
- get nameInput(): string | undefined;
199
- private _stage?;
200
- get stage(): string;
201
- set stage(value: string);
202
- resetStage(): void;
203
- get stageInput(): string | undefined;
204
- }
205
- export interface VaultSecretSecretRules {
206
- /**
207
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#is_enforced_on_deleted_secret_versions VaultSecret#is_enforced_on_deleted_secret_versions}
208
- */
209
- readonly isEnforcedOnDeletedSecretVersions?: boolean | cdktf.IResolvable;
210
- /**
211
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#is_secret_content_retrieval_blocked_on_expiry VaultSecret#is_secret_content_retrieval_blocked_on_expiry}
212
- */
213
- readonly isSecretContentRetrievalBlockedOnExpiry?: boolean | cdktf.IResolvable;
214
- /**
215
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#rule_type VaultSecret#rule_type}
216
- */
217
- readonly ruleType: string;
218
- /**
219
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#secret_version_expiry_interval VaultSecret#secret_version_expiry_interval}
220
- */
221
- readonly secretVersionExpiryInterval?: string;
222
- /**
223
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#time_of_absolute_expiry VaultSecret#time_of_absolute_expiry}
224
- */
225
- readonly timeOfAbsoluteExpiry?: string;
226
- }
227
- export declare function vaultSecretSecretRulesToTerraform(struct?: VaultSecretSecretRules | cdktf.IResolvable): any;
228
- export declare function vaultSecretSecretRulesToHclTerraform(struct?: VaultSecretSecretRules | cdktf.IResolvable): any;
229
- export declare class VaultSecretSecretRulesOutputReference extends cdktf.ComplexObject {
230
- private isEmptyObject;
231
- private resolvableValue?;
232
- /**
233
- * @param terraformResource The parent resource
234
- * @param terraformAttribute The attribute on the parent resource this class is referencing
235
- * @param complexObjectIndex the index of this item in the list
236
- * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
237
- */
238
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
239
- get internalValue(): VaultSecretSecretRules | cdktf.IResolvable | undefined;
240
- set internalValue(value: VaultSecretSecretRules | cdktf.IResolvable | undefined);
241
- private _isEnforcedOnDeletedSecretVersions?;
242
- get isEnforcedOnDeletedSecretVersions(): boolean | cdktf.IResolvable;
243
- set isEnforcedOnDeletedSecretVersions(value: boolean | cdktf.IResolvable);
244
- resetIsEnforcedOnDeletedSecretVersions(): void;
245
- get isEnforcedOnDeletedSecretVersionsInput(): boolean | cdktf.IResolvable | undefined;
246
- private _isSecretContentRetrievalBlockedOnExpiry?;
247
- get isSecretContentRetrievalBlockedOnExpiry(): boolean | cdktf.IResolvable;
248
- set isSecretContentRetrievalBlockedOnExpiry(value: boolean | cdktf.IResolvable);
249
- resetIsSecretContentRetrievalBlockedOnExpiry(): void;
250
- get isSecretContentRetrievalBlockedOnExpiryInput(): boolean | cdktf.IResolvable | undefined;
251
- private _ruleType?;
252
- get ruleType(): string;
253
- set ruleType(value: string);
254
- get ruleTypeInput(): string | undefined;
255
- private _secretVersionExpiryInterval?;
256
- get secretVersionExpiryInterval(): string;
257
- set secretVersionExpiryInterval(value: string);
258
- resetSecretVersionExpiryInterval(): void;
259
- get secretVersionExpiryIntervalInput(): string | undefined;
260
- private _timeOfAbsoluteExpiry?;
261
- get timeOfAbsoluteExpiry(): string;
262
- set timeOfAbsoluteExpiry(value: string);
263
- resetTimeOfAbsoluteExpiry(): void;
264
- get timeOfAbsoluteExpiryInput(): string | undefined;
265
- }
266
- export declare class VaultSecretSecretRulesList extends cdktf.ComplexList {
267
- protected terraformResource: cdktf.IInterpolatingParent;
268
- protected terraformAttribute: string;
269
- protected wrapsSet: boolean;
270
- internalValue?: VaultSecretSecretRules[] | cdktf.IResolvable;
271
- /**
272
- * @param terraformResource The parent resource
273
- * @param terraformAttribute The attribute on the parent resource this class is referencing
274
- * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
275
- */
276
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
277
- /**
278
- * @param index the index of the item to return
279
- */
280
- get(index: number): VaultSecretSecretRulesOutputReference;
281
- }
282
- export interface VaultSecretTimeouts {
283
- /**
284
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#create VaultSecret#create}
285
- */
286
- readonly create?: string;
287
- /**
288
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#delete VaultSecret#delete}
289
- */
290
- readonly delete?: string;
291
- /**
292
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#update VaultSecret#update}
293
- */
294
- readonly update?: string;
295
- }
296
- export declare function vaultSecretTimeoutsToTerraform(struct?: VaultSecretTimeouts | cdktf.IResolvable): any;
297
- export declare function vaultSecretTimeoutsToHclTerraform(struct?: VaultSecretTimeouts | cdktf.IResolvable): any;
298
- export declare class VaultSecretTimeoutsOutputReference extends cdktf.ComplexObject {
299
- private isEmptyObject;
300
- private resolvableValue?;
301
- /**
302
- * @param terraformResource The parent resource
303
- * @param terraformAttribute The attribute on the parent resource this class is referencing
304
- */
305
- constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
306
- get internalValue(): VaultSecretTimeouts | cdktf.IResolvable | undefined;
307
- set internalValue(value: VaultSecretTimeouts | cdktf.IResolvable | undefined);
308
- private _create?;
309
- get create(): string;
310
- set create(value: string);
311
- resetCreate(): void;
312
- get createInput(): string | undefined;
313
- private _delete?;
314
- get delete(): string;
315
- set delete(value: string);
316
- resetDelete(): void;
317
- get deleteInput(): string | undefined;
318
- private _update?;
319
- get update(): string;
320
- set update(value: string);
321
- resetUpdate(): void;
322
- get updateInput(): string | undefined;
323
- }
324
- /**
325
- * Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret oci_vault_secret}
326
- */
327
- export declare class VaultSecret extends cdktf.TerraformResource {
328
- static readonly tfResourceType = "oci_vault_secret";
329
- /**
330
- * Generates CDKTF code for importing a VaultSecret resource upon running "cdktf plan <stack-name>"
331
- * @param scope The scope in which to define this construct
332
- * @param importToId The construct id used in the generated config for the VaultSecret to import
333
- * @param importFromId The id of the existing VaultSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret#import import section} in the documentation of this resource for the id to use
334
- * @param provider? Optional instance of the provider where the VaultSecret to import is found
335
- */
336
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
337
- /**
338
- * Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/vault_secret oci_vault_secret} Resource
339
- *
340
- * @param scope The scope in which to define this construct
341
- * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
342
- * @param options VaultSecretConfig
343
- */
344
- constructor(scope: Construct, id: string, config: VaultSecretConfig);
345
- private _compartmentId?;
346
- get compartmentId(): string;
347
- set compartmentId(value: string);
348
- get compartmentIdInput(): string | undefined;
349
- get currentVersionNumber(): string;
350
- private _definedTags?;
351
- get definedTags(): {
352
- [key: string]: string;
353
- };
354
- set definedTags(value: {
355
- [key: string]: string;
356
- });
357
- resetDefinedTags(): void;
358
- get definedTagsInput(): {
359
- [key: string]: string;
360
- } | undefined;
361
- private _description?;
362
- get description(): string;
363
- set description(value: string);
364
- resetDescription(): void;
365
- get descriptionInput(): string | undefined;
366
- private _freeformTags?;
367
- get freeformTags(): {
368
- [key: string]: string;
369
- };
370
- set freeformTags(value: {
371
- [key: string]: string;
372
- });
373
- resetFreeformTags(): void;
374
- get freeformTagsInput(): {
375
- [key: string]: string;
376
- } | undefined;
377
- private _id?;
378
- get id(): string;
379
- set id(value: string);
380
- resetId(): void;
381
- get idInput(): string | undefined;
382
- private _keyId?;
383
- get keyId(): string;
384
- set keyId(value: string);
385
- get keyIdInput(): string | undefined;
386
- get lastRotationTime(): string;
387
- get lifecycleDetails(): string;
388
- private _metadata?;
389
- get metadata(): {
390
- [key: string]: string;
391
- };
392
- set metadata(value: {
393
- [key: string]: string;
394
- });
395
- resetMetadata(): void;
396
- get metadataInput(): {
397
- [key: string]: string;
398
- } | undefined;
399
- get nextRotationTime(): string;
400
- get rotationStatus(): string;
401
- private _secretName?;
402
- get secretName(): string;
403
- set secretName(value: string);
404
- get secretNameInput(): string | undefined;
405
- get state(): string;
406
- get timeCreated(): string;
407
- get timeOfCurrentVersionExpiry(): string;
408
- get timeOfDeletion(): string;
409
- private _vaultId?;
410
- get vaultId(): string;
411
- set vaultId(value: string);
412
- get vaultIdInput(): string | undefined;
413
- private _rotationConfig;
414
- get rotationConfig(): VaultSecretRotationConfigOutputReference;
415
- putRotationConfig(value: VaultSecretRotationConfig): void;
416
- resetRotationConfig(): void;
417
- get rotationConfigInput(): VaultSecretRotationConfig | undefined;
418
- private _secretContent;
419
- get secretContent(): VaultSecretSecretContentOutputReference;
420
- putSecretContent(value: VaultSecretSecretContent): void;
421
- resetSecretContent(): void;
422
- get secretContentInput(): VaultSecretSecretContent | undefined;
423
- private _secretRules;
424
- get secretRules(): VaultSecretSecretRulesList;
425
- putSecretRules(value: VaultSecretSecretRules[] | cdktf.IResolvable): void;
426
- resetSecretRules(): void;
427
- get secretRulesInput(): cdktf.IResolvable | VaultSecretSecretRules[] | undefined;
428
- private _timeouts;
429
- get timeouts(): VaultSecretTimeoutsOutputReference;
430
- putTimeouts(value: VaultSecretTimeouts): void;
431
- resetTimeouts(): void;
432
- get timeoutsInput(): cdktf.IResolvable | VaultSecretTimeouts | undefined;
433
- protected synthesizeAttributes(): {
434
- [name: string]: any;
435
- };
436
- protected synthesizeHclAttributes(): {
437
- [name: string]: any;
438
- };
439
- }