@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.
- package/package.json +1 -1
- package/lib/.gen/providers/oci/identity-dynamic-group/index.d.ts +0 -166
- package/lib/.gen/providers/oci/identity-dynamic-group/index.js +0 -408
- package/lib/bin/deploy-with-build.js +0 -132
- package/lib/test/java-function/aws-cdk/bin/app.d.ts +0 -2
- package/lib/test/java-function/aws-cdk/bin/app.js +0 -51
- package/lib/test/java-function/aws-cdk/lib/function-stack.d.ts +0 -11
- package/lib/test/java-function/aws-cdk/lib/function-stack.js +0 -159
- package/lib/test/java-function/aws-cdk/lib/test-function-stack.d.ts +0 -5
- package/lib/test/java-function/aws-cdk/lib/test-function-stack.js +0 -94
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.d.ts +0 -5356
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-deployment/index.js +0 -14972
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.d.ts +0 -449
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/apigateway-gateway/index.js +0 -1149
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.d.ts +0 -217
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/artifacts-container-repository/index.js +0 -563
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.d.ts +0 -176
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-internet-gateway/index.js +0 -431
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.d.ts +0 -255
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-route-table/index.js +0 -644
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.d.ts +0 -752
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-security-list/index.js +0 -2091
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.d.ts +0 -220
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-service-gateway/index.js +0 -543
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.d.ts +0 -251
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-subnet/index.js +0 -612
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.d.ts +0 -270
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/core-vcn/index.js +0 -672
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.d.ts +0 -150
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/data-oci-core-services/index.js +0 -386
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.d.ts +0 -330
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-application/index.js +0 -821
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.d.ts +0 -322
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/functions-function/index.js +0 -820
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.d.ts +0 -190
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/provider/index.js +0 -391
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.d.ts +0 -439
- package/lib/test/java-function/oci-cdk/.gen/providers/oci/vault-secret/index.js +0 -1146
- package/lib/test/java-function/oci-cdk/bin/app.d.ts +0 -2
- package/lib/test/java-function/oci-cdk/bin/app.js +0 -34
- package/lib/test/java-function/oci-cdk/config/oci-config.d.ts +0 -68
- package/lib/test/java-function/oci-cdk/config/oci-config.js +0 -202
- package/lib/test/java-function/oci-cdk/lib/function-stack.d.ts +0 -31
- package/lib/test/java-function/oci-cdk/lib/function-stack.js +0 -549
- package/lib/test/java-function/oci-cdk/lib/test-function-stack.d.ts +0 -17
- package/lib/test/java-function/oci-cdk/lib/test-function-stack.js +0 -99
|
@@ -1,449 +0,0 @@
|
|
|
1
|
-
import { Construct } from 'constructs';
|
|
2
|
-
import * as cdktf from 'cdktf';
|
|
3
|
-
export interface ApigatewayGatewayConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
-
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#certificate_id ApigatewayGateway#certificate_id}
|
|
6
|
-
*/
|
|
7
|
-
readonly certificateId?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#compartment_id ApigatewayGateway#compartment_id}
|
|
10
|
-
*/
|
|
11
|
-
readonly compartmentId: string;
|
|
12
|
-
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#defined_tags ApigatewayGateway#defined_tags}
|
|
14
|
-
*/
|
|
15
|
-
readonly definedTags?: {
|
|
16
|
-
[key: string]: string;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#display_name ApigatewayGateway#display_name}
|
|
20
|
-
*/
|
|
21
|
-
readonly displayName?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#endpoint_type ApigatewayGateway#endpoint_type}
|
|
24
|
-
*/
|
|
25
|
-
readonly endpointType: string;
|
|
26
|
-
/**
|
|
27
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#freeform_tags ApigatewayGateway#freeform_tags}
|
|
28
|
-
*/
|
|
29
|
-
readonly freeformTags?: {
|
|
30
|
-
[key: string]: string;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#id ApigatewayGateway#id}
|
|
34
|
-
*
|
|
35
|
-
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
36
|
-
* 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.
|
|
37
|
-
*/
|
|
38
|
-
readonly id?: string;
|
|
39
|
-
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#network_security_group_ids ApigatewayGateway#network_security_group_ids}
|
|
41
|
-
*/
|
|
42
|
-
readonly networkSecurityGroupIds?: string[];
|
|
43
|
-
/**
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#subnet_id ApigatewayGateway#subnet_id}
|
|
45
|
-
*/
|
|
46
|
-
readonly subnetId: string;
|
|
47
|
-
/**
|
|
48
|
-
* ca_bundles block
|
|
49
|
-
*
|
|
50
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#ca_bundles ApigatewayGateway#ca_bundles}
|
|
51
|
-
*/
|
|
52
|
-
readonly caBundles?: ApigatewayGatewayCaBundles[] | cdktf.IResolvable;
|
|
53
|
-
/**
|
|
54
|
-
* response_cache_details block
|
|
55
|
-
*
|
|
56
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#response_cache_details ApigatewayGateway#response_cache_details}
|
|
57
|
-
*/
|
|
58
|
-
readonly responseCacheDetails?: ApigatewayGatewayResponseCacheDetails;
|
|
59
|
-
/**
|
|
60
|
-
* timeouts block
|
|
61
|
-
*
|
|
62
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#timeouts ApigatewayGateway#timeouts}
|
|
63
|
-
*/
|
|
64
|
-
readonly timeouts?: ApigatewayGatewayTimeouts;
|
|
65
|
-
}
|
|
66
|
-
export interface ApigatewayGatewayIpAddresses {
|
|
67
|
-
}
|
|
68
|
-
export declare function apigatewayGatewayIpAddressesToTerraform(struct?: ApigatewayGatewayIpAddresses): any;
|
|
69
|
-
export declare function apigatewayGatewayIpAddressesToHclTerraform(struct?: ApigatewayGatewayIpAddresses): any;
|
|
70
|
-
export declare class ApigatewayGatewayIpAddressesOutputReference extends cdktf.ComplexObject {
|
|
71
|
-
private isEmptyObject;
|
|
72
|
-
/**
|
|
73
|
-
* @param terraformResource The parent resource
|
|
74
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
75
|
-
* @param complexObjectIndex the index of this item in the list
|
|
76
|
-
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
77
|
-
*/
|
|
78
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
79
|
-
get internalValue(): ApigatewayGatewayIpAddresses | undefined;
|
|
80
|
-
set internalValue(value: ApigatewayGatewayIpAddresses | undefined);
|
|
81
|
-
get ipAddress(): string;
|
|
82
|
-
}
|
|
83
|
-
export declare class ApigatewayGatewayIpAddressesList extends cdktf.ComplexList {
|
|
84
|
-
protected terraformResource: cdktf.IInterpolatingParent;
|
|
85
|
-
protected terraformAttribute: string;
|
|
86
|
-
protected wrapsSet: boolean;
|
|
87
|
-
/**
|
|
88
|
-
* @param terraformResource The parent resource
|
|
89
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
90
|
-
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
91
|
-
*/
|
|
92
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
93
|
-
/**
|
|
94
|
-
* @param index the index of the item to return
|
|
95
|
-
*/
|
|
96
|
-
get(index: number): ApigatewayGatewayIpAddressesOutputReference;
|
|
97
|
-
}
|
|
98
|
-
export interface ApigatewayGatewayCaBundles {
|
|
99
|
-
/**
|
|
100
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#ca_bundle_id ApigatewayGateway#ca_bundle_id}
|
|
101
|
-
*/
|
|
102
|
-
readonly caBundleId?: string;
|
|
103
|
-
/**
|
|
104
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#certificate_authority_id ApigatewayGateway#certificate_authority_id}
|
|
105
|
-
*/
|
|
106
|
-
readonly certificateAuthorityId?: string;
|
|
107
|
-
/**
|
|
108
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#type ApigatewayGateway#type}
|
|
109
|
-
*/
|
|
110
|
-
readonly type: string;
|
|
111
|
-
}
|
|
112
|
-
export declare function apigatewayGatewayCaBundlesToTerraform(struct?: ApigatewayGatewayCaBundles | cdktf.IResolvable): any;
|
|
113
|
-
export declare function apigatewayGatewayCaBundlesToHclTerraform(struct?: ApigatewayGatewayCaBundles | cdktf.IResolvable): any;
|
|
114
|
-
export declare class ApigatewayGatewayCaBundlesOutputReference extends cdktf.ComplexObject {
|
|
115
|
-
private isEmptyObject;
|
|
116
|
-
private resolvableValue?;
|
|
117
|
-
/**
|
|
118
|
-
* @param terraformResource The parent resource
|
|
119
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
120
|
-
* @param complexObjectIndex the index of this item in the list
|
|
121
|
-
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
122
|
-
*/
|
|
123
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
124
|
-
get internalValue(): ApigatewayGatewayCaBundles | cdktf.IResolvable | undefined;
|
|
125
|
-
set internalValue(value: ApigatewayGatewayCaBundles | cdktf.IResolvable | undefined);
|
|
126
|
-
private _caBundleId?;
|
|
127
|
-
get caBundleId(): string;
|
|
128
|
-
set caBundleId(value: string);
|
|
129
|
-
resetCaBundleId(): void;
|
|
130
|
-
get caBundleIdInput(): string | undefined;
|
|
131
|
-
private _certificateAuthorityId?;
|
|
132
|
-
get certificateAuthorityId(): string;
|
|
133
|
-
set certificateAuthorityId(value: string);
|
|
134
|
-
resetCertificateAuthorityId(): void;
|
|
135
|
-
get certificateAuthorityIdInput(): string | undefined;
|
|
136
|
-
private _type?;
|
|
137
|
-
get type(): string;
|
|
138
|
-
set type(value: string);
|
|
139
|
-
get typeInput(): string | undefined;
|
|
140
|
-
}
|
|
141
|
-
export declare class ApigatewayGatewayCaBundlesList extends cdktf.ComplexList {
|
|
142
|
-
protected terraformResource: cdktf.IInterpolatingParent;
|
|
143
|
-
protected terraformAttribute: string;
|
|
144
|
-
protected wrapsSet: boolean;
|
|
145
|
-
internalValue?: ApigatewayGatewayCaBundles[] | cdktf.IResolvable;
|
|
146
|
-
/**
|
|
147
|
-
* @param terraformResource The parent resource
|
|
148
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
149
|
-
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
150
|
-
*/
|
|
151
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
152
|
-
/**
|
|
153
|
-
* @param index the index of the item to return
|
|
154
|
-
*/
|
|
155
|
-
get(index: number): ApigatewayGatewayCaBundlesOutputReference;
|
|
156
|
-
}
|
|
157
|
-
export interface ApigatewayGatewayResponseCacheDetailsServers {
|
|
158
|
-
/**
|
|
159
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#host ApigatewayGateway#host}
|
|
160
|
-
*/
|
|
161
|
-
readonly host?: string;
|
|
162
|
-
/**
|
|
163
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#port ApigatewayGateway#port}
|
|
164
|
-
*/
|
|
165
|
-
readonly port?: number;
|
|
166
|
-
}
|
|
167
|
-
export declare function apigatewayGatewayResponseCacheDetailsServersToTerraform(struct?: ApigatewayGatewayResponseCacheDetailsServers | cdktf.IResolvable): any;
|
|
168
|
-
export declare function apigatewayGatewayResponseCacheDetailsServersToHclTerraform(struct?: ApigatewayGatewayResponseCacheDetailsServers | cdktf.IResolvable): any;
|
|
169
|
-
export declare class ApigatewayGatewayResponseCacheDetailsServersOutputReference extends cdktf.ComplexObject {
|
|
170
|
-
private isEmptyObject;
|
|
171
|
-
private resolvableValue?;
|
|
172
|
-
/**
|
|
173
|
-
* @param terraformResource The parent resource
|
|
174
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
175
|
-
* @param complexObjectIndex the index of this item in the list
|
|
176
|
-
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
177
|
-
*/
|
|
178
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
179
|
-
get internalValue(): ApigatewayGatewayResponseCacheDetailsServers | cdktf.IResolvable | undefined;
|
|
180
|
-
set internalValue(value: ApigatewayGatewayResponseCacheDetailsServers | cdktf.IResolvable | undefined);
|
|
181
|
-
private _host?;
|
|
182
|
-
get host(): string;
|
|
183
|
-
set host(value: string);
|
|
184
|
-
resetHost(): void;
|
|
185
|
-
get hostInput(): string | undefined;
|
|
186
|
-
private _port?;
|
|
187
|
-
get port(): number;
|
|
188
|
-
set port(value: number);
|
|
189
|
-
resetPort(): void;
|
|
190
|
-
get portInput(): number | undefined;
|
|
191
|
-
}
|
|
192
|
-
export declare class ApigatewayGatewayResponseCacheDetailsServersList extends cdktf.ComplexList {
|
|
193
|
-
protected terraformResource: cdktf.IInterpolatingParent;
|
|
194
|
-
protected terraformAttribute: string;
|
|
195
|
-
protected wrapsSet: boolean;
|
|
196
|
-
internalValue?: ApigatewayGatewayResponseCacheDetailsServers[] | cdktf.IResolvable;
|
|
197
|
-
/**
|
|
198
|
-
* @param terraformResource The parent resource
|
|
199
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
200
|
-
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
201
|
-
*/
|
|
202
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
203
|
-
/**
|
|
204
|
-
* @param index the index of the item to return
|
|
205
|
-
*/
|
|
206
|
-
get(index: number): ApigatewayGatewayResponseCacheDetailsServersOutputReference;
|
|
207
|
-
}
|
|
208
|
-
export interface ApigatewayGatewayResponseCacheDetails {
|
|
209
|
-
/**
|
|
210
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#authentication_secret_id ApigatewayGateway#authentication_secret_id}
|
|
211
|
-
*/
|
|
212
|
-
readonly authenticationSecretId?: string;
|
|
213
|
-
/**
|
|
214
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#authentication_secret_version_number ApigatewayGateway#authentication_secret_version_number}
|
|
215
|
-
*/
|
|
216
|
-
readonly authenticationSecretVersionNumber?: string;
|
|
217
|
-
/**
|
|
218
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#connect_timeout_in_ms ApigatewayGateway#connect_timeout_in_ms}
|
|
219
|
-
*/
|
|
220
|
-
readonly connectTimeoutInMs?: number;
|
|
221
|
-
/**
|
|
222
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#is_ssl_enabled ApigatewayGateway#is_ssl_enabled}
|
|
223
|
-
*/
|
|
224
|
-
readonly isSslEnabled?: boolean | cdktf.IResolvable;
|
|
225
|
-
/**
|
|
226
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#is_ssl_verify_disabled ApigatewayGateway#is_ssl_verify_disabled}
|
|
227
|
-
*/
|
|
228
|
-
readonly isSslVerifyDisabled?: boolean | cdktf.IResolvable;
|
|
229
|
-
/**
|
|
230
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#read_timeout_in_ms ApigatewayGateway#read_timeout_in_ms}
|
|
231
|
-
*/
|
|
232
|
-
readonly readTimeoutInMs?: number;
|
|
233
|
-
/**
|
|
234
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#send_timeout_in_ms ApigatewayGateway#send_timeout_in_ms}
|
|
235
|
-
*/
|
|
236
|
-
readonly sendTimeoutInMs?: number;
|
|
237
|
-
/**
|
|
238
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#type ApigatewayGateway#type}
|
|
239
|
-
*/
|
|
240
|
-
readonly type: string;
|
|
241
|
-
/**
|
|
242
|
-
* servers block
|
|
243
|
-
*
|
|
244
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#servers ApigatewayGateway#servers}
|
|
245
|
-
*/
|
|
246
|
-
readonly servers?: ApigatewayGatewayResponseCacheDetailsServers[] | cdktf.IResolvable;
|
|
247
|
-
}
|
|
248
|
-
export declare function apigatewayGatewayResponseCacheDetailsToTerraform(struct?: ApigatewayGatewayResponseCacheDetailsOutputReference | ApigatewayGatewayResponseCacheDetails): any;
|
|
249
|
-
export declare function apigatewayGatewayResponseCacheDetailsToHclTerraform(struct?: ApigatewayGatewayResponseCacheDetailsOutputReference | ApigatewayGatewayResponseCacheDetails): any;
|
|
250
|
-
export declare class ApigatewayGatewayResponseCacheDetailsOutputReference extends cdktf.ComplexObject {
|
|
251
|
-
private isEmptyObject;
|
|
252
|
-
/**
|
|
253
|
-
* @param terraformResource The parent resource
|
|
254
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
255
|
-
*/
|
|
256
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
257
|
-
get internalValue(): ApigatewayGatewayResponseCacheDetails | undefined;
|
|
258
|
-
set internalValue(value: ApigatewayGatewayResponseCacheDetails | undefined);
|
|
259
|
-
private _authenticationSecretId?;
|
|
260
|
-
get authenticationSecretId(): string;
|
|
261
|
-
set authenticationSecretId(value: string);
|
|
262
|
-
resetAuthenticationSecretId(): void;
|
|
263
|
-
get authenticationSecretIdInput(): string | undefined;
|
|
264
|
-
private _authenticationSecretVersionNumber?;
|
|
265
|
-
get authenticationSecretVersionNumber(): string;
|
|
266
|
-
set authenticationSecretVersionNumber(value: string);
|
|
267
|
-
resetAuthenticationSecretVersionNumber(): void;
|
|
268
|
-
get authenticationSecretVersionNumberInput(): string | undefined;
|
|
269
|
-
private _connectTimeoutInMs?;
|
|
270
|
-
get connectTimeoutInMs(): number;
|
|
271
|
-
set connectTimeoutInMs(value: number);
|
|
272
|
-
resetConnectTimeoutInMs(): void;
|
|
273
|
-
get connectTimeoutInMsInput(): number | undefined;
|
|
274
|
-
private _isSslEnabled?;
|
|
275
|
-
get isSslEnabled(): boolean | cdktf.IResolvable;
|
|
276
|
-
set isSslEnabled(value: boolean | cdktf.IResolvable);
|
|
277
|
-
resetIsSslEnabled(): void;
|
|
278
|
-
get isSslEnabledInput(): boolean | cdktf.IResolvable | undefined;
|
|
279
|
-
private _isSslVerifyDisabled?;
|
|
280
|
-
get isSslVerifyDisabled(): boolean | cdktf.IResolvable;
|
|
281
|
-
set isSslVerifyDisabled(value: boolean | cdktf.IResolvable);
|
|
282
|
-
resetIsSslVerifyDisabled(): void;
|
|
283
|
-
get isSslVerifyDisabledInput(): boolean | cdktf.IResolvable | undefined;
|
|
284
|
-
private _readTimeoutInMs?;
|
|
285
|
-
get readTimeoutInMs(): number;
|
|
286
|
-
set readTimeoutInMs(value: number);
|
|
287
|
-
resetReadTimeoutInMs(): void;
|
|
288
|
-
get readTimeoutInMsInput(): number | undefined;
|
|
289
|
-
private _sendTimeoutInMs?;
|
|
290
|
-
get sendTimeoutInMs(): number;
|
|
291
|
-
set sendTimeoutInMs(value: number);
|
|
292
|
-
resetSendTimeoutInMs(): void;
|
|
293
|
-
get sendTimeoutInMsInput(): number | undefined;
|
|
294
|
-
private _type?;
|
|
295
|
-
get type(): string;
|
|
296
|
-
set type(value: string);
|
|
297
|
-
get typeInput(): string | undefined;
|
|
298
|
-
private _servers;
|
|
299
|
-
get servers(): ApigatewayGatewayResponseCacheDetailsServersList;
|
|
300
|
-
putServers(value: ApigatewayGatewayResponseCacheDetailsServers[] | cdktf.IResolvable): void;
|
|
301
|
-
resetServers(): void;
|
|
302
|
-
get serversInput(): cdktf.IResolvable | ApigatewayGatewayResponseCacheDetailsServers[] | undefined;
|
|
303
|
-
}
|
|
304
|
-
export interface ApigatewayGatewayTimeouts {
|
|
305
|
-
/**
|
|
306
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#create ApigatewayGateway#create}
|
|
307
|
-
*/
|
|
308
|
-
readonly create?: string;
|
|
309
|
-
/**
|
|
310
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#delete ApigatewayGateway#delete}
|
|
311
|
-
*/
|
|
312
|
-
readonly delete?: string;
|
|
313
|
-
/**
|
|
314
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#update ApigatewayGateway#update}
|
|
315
|
-
*/
|
|
316
|
-
readonly update?: string;
|
|
317
|
-
}
|
|
318
|
-
export declare function apigatewayGatewayTimeoutsToTerraform(struct?: ApigatewayGatewayTimeouts | cdktf.IResolvable): any;
|
|
319
|
-
export declare function apigatewayGatewayTimeoutsToHclTerraform(struct?: ApigatewayGatewayTimeouts | cdktf.IResolvable): any;
|
|
320
|
-
export declare class ApigatewayGatewayTimeoutsOutputReference extends cdktf.ComplexObject {
|
|
321
|
-
private isEmptyObject;
|
|
322
|
-
private resolvableValue?;
|
|
323
|
-
/**
|
|
324
|
-
* @param terraformResource The parent resource
|
|
325
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
326
|
-
*/
|
|
327
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
328
|
-
get internalValue(): ApigatewayGatewayTimeouts | cdktf.IResolvable | undefined;
|
|
329
|
-
set internalValue(value: ApigatewayGatewayTimeouts | cdktf.IResolvable | undefined);
|
|
330
|
-
private _create?;
|
|
331
|
-
get create(): string;
|
|
332
|
-
set create(value: string);
|
|
333
|
-
resetCreate(): void;
|
|
334
|
-
get createInput(): string | undefined;
|
|
335
|
-
private _delete?;
|
|
336
|
-
get delete(): string;
|
|
337
|
-
set delete(value: string);
|
|
338
|
-
resetDelete(): void;
|
|
339
|
-
get deleteInput(): string | undefined;
|
|
340
|
-
private _update?;
|
|
341
|
-
get update(): string;
|
|
342
|
-
set update(value: string);
|
|
343
|
-
resetUpdate(): void;
|
|
344
|
-
get updateInput(): string | undefined;
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway oci_apigateway_gateway}
|
|
348
|
-
*/
|
|
349
|
-
export declare class ApigatewayGateway extends cdktf.TerraformResource {
|
|
350
|
-
static readonly tfResourceType = "oci_apigateway_gateway";
|
|
351
|
-
/**
|
|
352
|
-
* Generates CDKTF code for importing a ApigatewayGateway resource upon running "cdktf plan <stack-name>"
|
|
353
|
-
* @param scope The scope in which to define this construct
|
|
354
|
-
* @param importToId The construct id used in the generated config for the ApigatewayGateway to import
|
|
355
|
-
* @param importFromId The id of the existing ApigatewayGateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway#import import section} in the documentation of this resource for the id to use
|
|
356
|
-
* @param provider? Optional instance of the provider where the ApigatewayGateway to import is found
|
|
357
|
-
*/
|
|
358
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
359
|
-
/**
|
|
360
|
-
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/apigateway_gateway oci_apigateway_gateway} Resource
|
|
361
|
-
*
|
|
362
|
-
* @param scope The scope in which to define this construct
|
|
363
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
364
|
-
* @param options ApigatewayGatewayConfig
|
|
365
|
-
*/
|
|
366
|
-
constructor(scope: Construct, id: string, config: ApigatewayGatewayConfig);
|
|
367
|
-
private _certificateId?;
|
|
368
|
-
get certificateId(): string;
|
|
369
|
-
set certificateId(value: string);
|
|
370
|
-
resetCertificateId(): void;
|
|
371
|
-
get certificateIdInput(): string | undefined;
|
|
372
|
-
private _compartmentId?;
|
|
373
|
-
get compartmentId(): string;
|
|
374
|
-
set compartmentId(value: string);
|
|
375
|
-
get compartmentIdInput(): string | undefined;
|
|
376
|
-
private _definedTags?;
|
|
377
|
-
get definedTags(): {
|
|
378
|
-
[key: string]: string;
|
|
379
|
-
};
|
|
380
|
-
set definedTags(value: {
|
|
381
|
-
[key: string]: string;
|
|
382
|
-
});
|
|
383
|
-
resetDefinedTags(): void;
|
|
384
|
-
get definedTagsInput(): {
|
|
385
|
-
[key: string]: string;
|
|
386
|
-
} | undefined;
|
|
387
|
-
private _displayName?;
|
|
388
|
-
get displayName(): string;
|
|
389
|
-
set displayName(value: string);
|
|
390
|
-
resetDisplayName(): void;
|
|
391
|
-
get displayNameInput(): string | undefined;
|
|
392
|
-
private _endpointType?;
|
|
393
|
-
get endpointType(): string;
|
|
394
|
-
set endpointType(value: string);
|
|
395
|
-
get endpointTypeInput(): string | undefined;
|
|
396
|
-
private _freeformTags?;
|
|
397
|
-
get freeformTags(): {
|
|
398
|
-
[key: string]: string;
|
|
399
|
-
};
|
|
400
|
-
set freeformTags(value: {
|
|
401
|
-
[key: string]: string;
|
|
402
|
-
});
|
|
403
|
-
resetFreeformTags(): void;
|
|
404
|
-
get freeformTagsInput(): {
|
|
405
|
-
[key: string]: string;
|
|
406
|
-
} | undefined;
|
|
407
|
-
get hostname(): string;
|
|
408
|
-
private _id?;
|
|
409
|
-
get id(): string;
|
|
410
|
-
set id(value: string);
|
|
411
|
-
resetId(): void;
|
|
412
|
-
get idInput(): string | undefined;
|
|
413
|
-
private _ipAddresses;
|
|
414
|
-
get ipAddresses(): ApigatewayGatewayIpAddressesList;
|
|
415
|
-
get lifecycleDetails(): string;
|
|
416
|
-
private _networkSecurityGroupIds?;
|
|
417
|
-
get networkSecurityGroupIds(): string[];
|
|
418
|
-
set networkSecurityGroupIds(value: string[]);
|
|
419
|
-
resetNetworkSecurityGroupIds(): void;
|
|
420
|
-
get networkSecurityGroupIdsInput(): string[] | undefined;
|
|
421
|
-
get state(): string;
|
|
422
|
-
private _subnetId?;
|
|
423
|
-
get subnetId(): string;
|
|
424
|
-
set subnetId(value: string);
|
|
425
|
-
get subnetIdInput(): string | undefined;
|
|
426
|
-
get timeCreated(): string;
|
|
427
|
-
get timeUpdated(): string;
|
|
428
|
-
private _caBundles;
|
|
429
|
-
get caBundles(): ApigatewayGatewayCaBundlesList;
|
|
430
|
-
putCaBundles(value: ApigatewayGatewayCaBundles[] | cdktf.IResolvable): void;
|
|
431
|
-
resetCaBundles(): void;
|
|
432
|
-
get caBundlesInput(): cdktf.IResolvable | ApigatewayGatewayCaBundles[] | undefined;
|
|
433
|
-
private _responseCacheDetails;
|
|
434
|
-
get responseCacheDetails(): ApigatewayGatewayResponseCacheDetailsOutputReference;
|
|
435
|
-
putResponseCacheDetails(value: ApigatewayGatewayResponseCacheDetails): void;
|
|
436
|
-
resetResponseCacheDetails(): void;
|
|
437
|
-
get responseCacheDetailsInput(): ApigatewayGatewayResponseCacheDetails | undefined;
|
|
438
|
-
private _timeouts;
|
|
439
|
-
get timeouts(): ApigatewayGatewayTimeoutsOutputReference;
|
|
440
|
-
putTimeouts(value: ApigatewayGatewayTimeouts): void;
|
|
441
|
-
resetTimeouts(): void;
|
|
442
|
-
get timeoutsInput(): cdktf.IResolvable | ApigatewayGatewayTimeouts | undefined;
|
|
443
|
-
protected synthesizeAttributes(): {
|
|
444
|
-
[name: string]: any;
|
|
445
|
-
};
|
|
446
|
-
protected synthesizeHclAttributes(): {
|
|
447
|
-
[name: string]: any;
|
|
448
|
-
};
|
|
449
|
-
}
|