@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,752 +0,0 @@
|
|
|
1
|
-
import { Construct } from 'constructs';
|
|
2
|
-
import * as cdktf from 'cdktf';
|
|
3
|
-
export interface CoreSecurityListConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
-
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#compartment_id CoreSecurityList#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_security_list#defined_tags CoreSecurityList#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_security_list#display_name CoreSecurityList#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_security_list#freeform_tags CoreSecurityList#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_security_list#id CoreSecurityList#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_security_list#vcn_id CoreSecurityList#vcn_id}
|
|
33
|
-
*/
|
|
34
|
-
readonly vcnId: string;
|
|
35
|
-
/**
|
|
36
|
-
* egress_security_rules block
|
|
37
|
-
*
|
|
38
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#egress_security_rules CoreSecurityList#egress_security_rules}
|
|
39
|
-
*/
|
|
40
|
-
readonly egressSecurityRules?: CoreSecurityListEgressSecurityRules[] | cdktf.IResolvable;
|
|
41
|
-
/**
|
|
42
|
-
* ingress_security_rules block
|
|
43
|
-
*
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#ingress_security_rules CoreSecurityList#ingress_security_rules}
|
|
45
|
-
*/
|
|
46
|
-
readonly ingressSecurityRules?: CoreSecurityListIngressSecurityRules[] | cdktf.IResolvable;
|
|
47
|
-
/**
|
|
48
|
-
* timeouts block
|
|
49
|
-
*
|
|
50
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#timeouts CoreSecurityList#timeouts}
|
|
51
|
-
*/
|
|
52
|
-
readonly timeouts?: CoreSecurityListTimeouts;
|
|
53
|
-
}
|
|
54
|
-
export interface CoreSecurityListEgressSecurityRulesIcmpOptions {
|
|
55
|
-
/**
|
|
56
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#code CoreSecurityList#code}
|
|
57
|
-
*/
|
|
58
|
-
readonly code?: number;
|
|
59
|
-
/**
|
|
60
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#type CoreSecurityList#type}
|
|
61
|
-
*/
|
|
62
|
-
readonly type: number;
|
|
63
|
-
}
|
|
64
|
-
export declare function coreSecurityListEgressSecurityRulesIcmpOptionsToTerraform(struct?: CoreSecurityListEgressSecurityRulesIcmpOptionsOutputReference | CoreSecurityListEgressSecurityRulesIcmpOptions): any;
|
|
65
|
-
export declare function coreSecurityListEgressSecurityRulesIcmpOptionsToHclTerraform(struct?: CoreSecurityListEgressSecurityRulesIcmpOptionsOutputReference | CoreSecurityListEgressSecurityRulesIcmpOptions): any;
|
|
66
|
-
export declare class CoreSecurityListEgressSecurityRulesIcmpOptionsOutputReference extends cdktf.ComplexObject {
|
|
67
|
-
private isEmptyObject;
|
|
68
|
-
/**
|
|
69
|
-
* @param terraformResource The parent resource
|
|
70
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
71
|
-
*/
|
|
72
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
73
|
-
get internalValue(): CoreSecurityListEgressSecurityRulesIcmpOptions | undefined;
|
|
74
|
-
set internalValue(value: CoreSecurityListEgressSecurityRulesIcmpOptions | undefined);
|
|
75
|
-
private _code?;
|
|
76
|
-
get code(): number;
|
|
77
|
-
set code(value: number);
|
|
78
|
-
resetCode(): void;
|
|
79
|
-
get codeInput(): number | undefined;
|
|
80
|
-
private _type?;
|
|
81
|
-
get type(): number;
|
|
82
|
-
set type(value: number);
|
|
83
|
-
get typeInput(): number | undefined;
|
|
84
|
-
}
|
|
85
|
-
export interface CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange {
|
|
86
|
-
/**
|
|
87
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
88
|
-
*/
|
|
89
|
-
readonly max: number;
|
|
90
|
-
/**
|
|
91
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
92
|
-
*/
|
|
93
|
-
readonly min: number;
|
|
94
|
-
}
|
|
95
|
-
export declare function coreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeToTerraform(struct?: CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference | CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange): any;
|
|
96
|
-
export declare function coreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeToHclTerraform(struct?: CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference | CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange): any;
|
|
97
|
-
export declare class CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference extends cdktf.ComplexObject {
|
|
98
|
-
private isEmptyObject;
|
|
99
|
-
/**
|
|
100
|
-
* @param terraformResource The parent resource
|
|
101
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
102
|
-
*/
|
|
103
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
104
|
-
get internalValue(): CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange | undefined;
|
|
105
|
-
set internalValue(value: CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange | undefined);
|
|
106
|
-
private _max?;
|
|
107
|
-
get max(): number;
|
|
108
|
-
set max(value: number);
|
|
109
|
-
get maxInput(): number | undefined;
|
|
110
|
-
private _min?;
|
|
111
|
-
get min(): number;
|
|
112
|
-
set min(value: number);
|
|
113
|
-
get minInput(): number | undefined;
|
|
114
|
-
}
|
|
115
|
-
export interface CoreSecurityListEgressSecurityRulesTcpOptions {
|
|
116
|
-
/**
|
|
117
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
118
|
-
*/
|
|
119
|
-
readonly max?: number;
|
|
120
|
-
/**
|
|
121
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
122
|
-
*/
|
|
123
|
-
readonly min?: number;
|
|
124
|
-
/**
|
|
125
|
-
* source_port_range block
|
|
126
|
-
*
|
|
127
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source_port_range CoreSecurityList#source_port_range}
|
|
128
|
-
*/
|
|
129
|
-
readonly sourcePortRange?: CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange;
|
|
130
|
-
}
|
|
131
|
-
export declare function coreSecurityListEgressSecurityRulesTcpOptionsToTerraform(struct?: CoreSecurityListEgressSecurityRulesTcpOptionsOutputReference | CoreSecurityListEgressSecurityRulesTcpOptions): any;
|
|
132
|
-
export declare function coreSecurityListEgressSecurityRulesTcpOptionsToHclTerraform(struct?: CoreSecurityListEgressSecurityRulesTcpOptionsOutputReference | CoreSecurityListEgressSecurityRulesTcpOptions): any;
|
|
133
|
-
export declare class CoreSecurityListEgressSecurityRulesTcpOptionsOutputReference extends cdktf.ComplexObject {
|
|
134
|
-
private isEmptyObject;
|
|
135
|
-
/**
|
|
136
|
-
* @param terraformResource The parent resource
|
|
137
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
138
|
-
*/
|
|
139
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
140
|
-
get internalValue(): CoreSecurityListEgressSecurityRulesTcpOptions | undefined;
|
|
141
|
-
set internalValue(value: CoreSecurityListEgressSecurityRulesTcpOptions | undefined);
|
|
142
|
-
private _max?;
|
|
143
|
-
get max(): number;
|
|
144
|
-
set max(value: number);
|
|
145
|
-
resetMax(): void;
|
|
146
|
-
get maxInput(): number | undefined;
|
|
147
|
-
private _min?;
|
|
148
|
-
get min(): number;
|
|
149
|
-
set min(value: number);
|
|
150
|
-
resetMin(): void;
|
|
151
|
-
get minInput(): number | undefined;
|
|
152
|
-
private _sourcePortRange;
|
|
153
|
-
get sourcePortRange(): CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference;
|
|
154
|
-
putSourcePortRange(value: CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange): void;
|
|
155
|
-
resetSourcePortRange(): void;
|
|
156
|
-
get sourcePortRangeInput(): CoreSecurityListEgressSecurityRulesTcpOptionsSourcePortRange | undefined;
|
|
157
|
-
}
|
|
158
|
-
export interface CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange {
|
|
159
|
-
/**
|
|
160
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
161
|
-
*/
|
|
162
|
-
readonly max: number;
|
|
163
|
-
/**
|
|
164
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
165
|
-
*/
|
|
166
|
-
readonly min: number;
|
|
167
|
-
}
|
|
168
|
-
export declare function coreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeToTerraform(struct?: CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference | CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange): any;
|
|
169
|
-
export declare function coreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeToHclTerraform(struct?: CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference | CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange): any;
|
|
170
|
-
export declare class CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference extends cdktf.ComplexObject {
|
|
171
|
-
private isEmptyObject;
|
|
172
|
-
/**
|
|
173
|
-
* @param terraformResource The parent resource
|
|
174
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
175
|
-
*/
|
|
176
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
177
|
-
get internalValue(): CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange | undefined;
|
|
178
|
-
set internalValue(value: CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange | undefined);
|
|
179
|
-
private _max?;
|
|
180
|
-
get max(): number;
|
|
181
|
-
set max(value: number);
|
|
182
|
-
get maxInput(): number | undefined;
|
|
183
|
-
private _min?;
|
|
184
|
-
get min(): number;
|
|
185
|
-
set min(value: number);
|
|
186
|
-
get minInput(): number | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface CoreSecurityListEgressSecurityRulesUdpOptions {
|
|
189
|
-
/**
|
|
190
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
191
|
-
*/
|
|
192
|
-
readonly max?: number;
|
|
193
|
-
/**
|
|
194
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
195
|
-
*/
|
|
196
|
-
readonly min?: number;
|
|
197
|
-
/**
|
|
198
|
-
* source_port_range block
|
|
199
|
-
*
|
|
200
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source_port_range CoreSecurityList#source_port_range}
|
|
201
|
-
*/
|
|
202
|
-
readonly sourcePortRange?: CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange;
|
|
203
|
-
}
|
|
204
|
-
export declare function coreSecurityListEgressSecurityRulesUdpOptionsToTerraform(struct?: CoreSecurityListEgressSecurityRulesUdpOptionsOutputReference | CoreSecurityListEgressSecurityRulesUdpOptions): any;
|
|
205
|
-
export declare function coreSecurityListEgressSecurityRulesUdpOptionsToHclTerraform(struct?: CoreSecurityListEgressSecurityRulesUdpOptionsOutputReference | CoreSecurityListEgressSecurityRulesUdpOptions): any;
|
|
206
|
-
export declare class CoreSecurityListEgressSecurityRulesUdpOptionsOutputReference extends cdktf.ComplexObject {
|
|
207
|
-
private isEmptyObject;
|
|
208
|
-
/**
|
|
209
|
-
* @param terraformResource The parent resource
|
|
210
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
211
|
-
*/
|
|
212
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
213
|
-
get internalValue(): CoreSecurityListEgressSecurityRulesUdpOptions | undefined;
|
|
214
|
-
set internalValue(value: CoreSecurityListEgressSecurityRulesUdpOptions | undefined);
|
|
215
|
-
private _max?;
|
|
216
|
-
get max(): number;
|
|
217
|
-
set max(value: number);
|
|
218
|
-
resetMax(): void;
|
|
219
|
-
get maxInput(): number | undefined;
|
|
220
|
-
private _min?;
|
|
221
|
-
get min(): number;
|
|
222
|
-
set min(value: number);
|
|
223
|
-
resetMin(): void;
|
|
224
|
-
get minInput(): number | undefined;
|
|
225
|
-
private _sourcePortRange;
|
|
226
|
-
get sourcePortRange(): CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference;
|
|
227
|
-
putSourcePortRange(value: CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange): void;
|
|
228
|
-
resetSourcePortRange(): void;
|
|
229
|
-
get sourcePortRangeInput(): CoreSecurityListEgressSecurityRulesUdpOptionsSourcePortRange | undefined;
|
|
230
|
-
}
|
|
231
|
-
export interface CoreSecurityListEgressSecurityRules {
|
|
232
|
-
/**
|
|
233
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#description CoreSecurityList#description}
|
|
234
|
-
*/
|
|
235
|
-
readonly description?: string;
|
|
236
|
-
/**
|
|
237
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#destination CoreSecurityList#destination}
|
|
238
|
-
*/
|
|
239
|
-
readonly destination: string;
|
|
240
|
-
/**
|
|
241
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#destination_type CoreSecurityList#destination_type}
|
|
242
|
-
*/
|
|
243
|
-
readonly destinationType?: string;
|
|
244
|
-
/**
|
|
245
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#protocol CoreSecurityList#protocol}
|
|
246
|
-
*/
|
|
247
|
-
readonly protocol: string;
|
|
248
|
-
/**
|
|
249
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#stateless CoreSecurityList#stateless}
|
|
250
|
-
*/
|
|
251
|
-
readonly stateless?: boolean | cdktf.IResolvable;
|
|
252
|
-
/**
|
|
253
|
-
* icmp_options block
|
|
254
|
-
*
|
|
255
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#icmp_options CoreSecurityList#icmp_options}
|
|
256
|
-
*/
|
|
257
|
-
readonly icmpOptions?: CoreSecurityListEgressSecurityRulesIcmpOptions;
|
|
258
|
-
/**
|
|
259
|
-
* tcp_options block
|
|
260
|
-
*
|
|
261
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#tcp_options CoreSecurityList#tcp_options}
|
|
262
|
-
*/
|
|
263
|
-
readonly tcpOptions?: CoreSecurityListEgressSecurityRulesTcpOptions;
|
|
264
|
-
/**
|
|
265
|
-
* udp_options block
|
|
266
|
-
*
|
|
267
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#udp_options CoreSecurityList#udp_options}
|
|
268
|
-
*/
|
|
269
|
-
readonly udpOptions?: CoreSecurityListEgressSecurityRulesUdpOptions;
|
|
270
|
-
}
|
|
271
|
-
export declare function coreSecurityListEgressSecurityRulesToTerraform(struct?: CoreSecurityListEgressSecurityRules | cdktf.IResolvable): any;
|
|
272
|
-
export declare function coreSecurityListEgressSecurityRulesToHclTerraform(struct?: CoreSecurityListEgressSecurityRules | cdktf.IResolvable): any;
|
|
273
|
-
export declare class CoreSecurityListEgressSecurityRulesOutputReference extends cdktf.ComplexObject {
|
|
274
|
-
private isEmptyObject;
|
|
275
|
-
private resolvableValue?;
|
|
276
|
-
/**
|
|
277
|
-
* @param terraformResource The parent resource
|
|
278
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
279
|
-
* @param complexObjectIndex the index of this item in the list
|
|
280
|
-
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
281
|
-
*/
|
|
282
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
283
|
-
get internalValue(): CoreSecurityListEgressSecurityRules | cdktf.IResolvable | undefined;
|
|
284
|
-
set internalValue(value: CoreSecurityListEgressSecurityRules | cdktf.IResolvable | undefined);
|
|
285
|
-
private _description?;
|
|
286
|
-
get description(): string;
|
|
287
|
-
set description(value: string);
|
|
288
|
-
resetDescription(): void;
|
|
289
|
-
get descriptionInput(): string | undefined;
|
|
290
|
-
private _destination?;
|
|
291
|
-
get destination(): string;
|
|
292
|
-
set destination(value: string);
|
|
293
|
-
get destinationInput(): string | undefined;
|
|
294
|
-
private _destinationType?;
|
|
295
|
-
get destinationType(): string;
|
|
296
|
-
set destinationType(value: string);
|
|
297
|
-
resetDestinationType(): void;
|
|
298
|
-
get destinationTypeInput(): string | undefined;
|
|
299
|
-
private _protocol?;
|
|
300
|
-
get protocol(): string;
|
|
301
|
-
set protocol(value: string);
|
|
302
|
-
get protocolInput(): string | undefined;
|
|
303
|
-
private _stateless?;
|
|
304
|
-
get stateless(): boolean | cdktf.IResolvable;
|
|
305
|
-
set stateless(value: boolean | cdktf.IResolvable);
|
|
306
|
-
resetStateless(): void;
|
|
307
|
-
get statelessInput(): boolean | cdktf.IResolvable | undefined;
|
|
308
|
-
private _icmpOptions;
|
|
309
|
-
get icmpOptions(): CoreSecurityListEgressSecurityRulesIcmpOptionsOutputReference;
|
|
310
|
-
putIcmpOptions(value: CoreSecurityListEgressSecurityRulesIcmpOptions): void;
|
|
311
|
-
resetIcmpOptions(): void;
|
|
312
|
-
get icmpOptionsInput(): CoreSecurityListEgressSecurityRulesIcmpOptions | undefined;
|
|
313
|
-
private _tcpOptions;
|
|
314
|
-
get tcpOptions(): CoreSecurityListEgressSecurityRulesTcpOptionsOutputReference;
|
|
315
|
-
putTcpOptions(value: CoreSecurityListEgressSecurityRulesTcpOptions): void;
|
|
316
|
-
resetTcpOptions(): void;
|
|
317
|
-
get tcpOptionsInput(): CoreSecurityListEgressSecurityRulesTcpOptions | undefined;
|
|
318
|
-
private _udpOptions;
|
|
319
|
-
get udpOptions(): CoreSecurityListEgressSecurityRulesUdpOptionsOutputReference;
|
|
320
|
-
putUdpOptions(value: CoreSecurityListEgressSecurityRulesUdpOptions): void;
|
|
321
|
-
resetUdpOptions(): void;
|
|
322
|
-
get udpOptionsInput(): CoreSecurityListEgressSecurityRulesUdpOptions | undefined;
|
|
323
|
-
}
|
|
324
|
-
export declare class CoreSecurityListEgressSecurityRulesList extends cdktf.ComplexList {
|
|
325
|
-
protected terraformResource: cdktf.IInterpolatingParent;
|
|
326
|
-
protected terraformAttribute: string;
|
|
327
|
-
protected wrapsSet: boolean;
|
|
328
|
-
internalValue?: CoreSecurityListEgressSecurityRules[] | cdktf.IResolvable;
|
|
329
|
-
/**
|
|
330
|
-
* @param terraformResource The parent resource
|
|
331
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
332
|
-
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
333
|
-
*/
|
|
334
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
335
|
-
/**
|
|
336
|
-
* @param index the index of the item to return
|
|
337
|
-
*/
|
|
338
|
-
get(index: number): CoreSecurityListEgressSecurityRulesOutputReference;
|
|
339
|
-
}
|
|
340
|
-
export interface CoreSecurityListIngressSecurityRulesIcmpOptions {
|
|
341
|
-
/**
|
|
342
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#code CoreSecurityList#code}
|
|
343
|
-
*/
|
|
344
|
-
readonly code?: number;
|
|
345
|
-
/**
|
|
346
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#type CoreSecurityList#type}
|
|
347
|
-
*/
|
|
348
|
-
readonly type: number;
|
|
349
|
-
}
|
|
350
|
-
export declare function coreSecurityListIngressSecurityRulesIcmpOptionsToTerraform(struct?: CoreSecurityListIngressSecurityRulesIcmpOptionsOutputReference | CoreSecurityListIngressSecurityRulesIcmpOptions): any;
|
|
351
|
-
export declare function coreSecurityListIngressSecurityRulesIcmpOptionsToHclTerraform(struct?: CoreSecurityListIngressSecurityRulesIcmpOptionsOutputReference | CoreSecurityListIngressSecurityRulesIcmpOptions): any;
|
|
352
|
-
export declare class CoreSecurityListIngressSecurityRulesIcmpOptionsOutputReference extends cdktf.ComplexObject {
|
|
353
|
-
private isEmptyObject;
|
|
354
|
-
/**
|
|
355
|
-
* @param terraformResource The parent resource
|
|
356
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
357
|
-
*/
|
|
358
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
359
|
-
get internalValue(): CoreSecurityListIngressSecurityRulesIcmpOptions | undefined;
|
|
360
|
-
set internalValue(value: CoreSecurityListIngressSecurityRulesIcmpOptions | undefined);
|
|
361
|
-
private _code?;
|
|
362
|
-
get code(): number;
|
|
363
|
-
set code(value: number);
|
|
364
|
-
resetCode(): void;
|
|
365
|
-
get codeInput(): number | undefined;
|
|
366
|
-
private _type?;
|
|
367
|
-
get type(): number;
|
|
368
|
-
set type(value: number);
|
|
369
|
-
get typeInput(): number | undefined;
|
|
370
|
-
}
|
|
371
|
-
export interface CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange {
|
|
372
|
-
/**
|
|
373
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
374
|
-
*/
|
|
375
|
-
readonly max: number;
|
|
376
|
-
/**
|
|
377
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
378
|
-
*/
|
|
379
|
-
readonly min: number;
|
|
380
|
-
}
|
|
381
|
-
export declare function coreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeToTerraform(struct?: CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference | CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange): any;
|
|
382
|
-
export declare function coreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeToHclTerraform(struct?: CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference | CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange): any;
|
|
383
|
-
export declare class CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference extends cdktf.ComplexObject {
|
|
384
|
-
private isEmptyObject;
|
|
385
|
-
/**
|
|
386
|
-
* @param terraformResource The parent resource
|
|
387
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
388
|
-
*/
|
|
389
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
390
|
-
get internalValue(): CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange | undefined;
|
|
391
|
-
set internalValue(value: CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange | undefined);
|
|
392
|
-
private _max?;
|
|
393
|
-
get max(): number;
|
|
394
|
-
set max(value: number);
|
|
395
|
-
get maxInput(): number | undefined;
|
|
396
|
-
private _min?;
|
|
397
|
-
get min(): number;
|
|
398
|
-
set min(value: number);
|
|
399
|
-
get minInput(): number | undefined;
|
|
400
|
-
}
|
|
401
|
-
export interface CoreSecurityListIngressSecurityRulesTcpOptions {
|
|
402
|
-
/**
|
|
403
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
404
|
-
*/
|
|
405
|
-
readonly max?: number;
|
|
406
|
-
/**
|
|
407
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
408
|
-
*/
|
|
409
|
-
readonly min?: number;
|
|
410
|
-
/**
|
|
411
|
-
* source_port_range block
|
|
412
|
-
*
|
|
413
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source_port_range CoreSecurityList#source_port_range}
|
|
414
|
-
*/
|
|
415
|
-
readonly sourcePortRange?: CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange;
|
|
416
|
-
}
|
|
417
|
-
export declare function coreSecurityListIngressSecurityRulesTcpOptionsToTerraform(struct?: CoreSecurityListIngressSecurityRulesTcpOptionsOutputReference | CoreSecurityListIngressSecurityRulesTcpOptions): any;
|
|
418
|
-
export declare function coreSecurityListIngressSecurityRulesTcpOptionsToHclTerraform(struct?: CoreSecurityListIngressSecurityRulesTcpOptionsOutputReference | CoreSecurityListIngressSecurityRulesTcpOptions): any;
|
|
419
|
-
export declare class CoreSecurityListIngressSecurityRulesTcpOptionsOutputReference extends cdktf.ComplexObject {
|
|
420
|
-
private isEmptyObject;
|
|
421
|
-
/**
|
|
422
|
-
* @param terraformResource The parent resource
|
|
423
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
424
|
-
*/
|
|
425
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
426
|
-
get internalValue(): CoreSecurityListIngressSecurityRulesTcpOptions | undefined;
|
|
427
|
-
set internalValue(value: CoreSecurityListIngressSecurityRulesTcpOptions | undefined);
|
|
428
|
-
private _max?;
|
|
429
|
-
get max(): number;
|
|
430
|
-
set max(value: number);
|
|
431
|
-
resetMax(): void;
|
|
432
|
-
get maxInput(): number | undefined;
|
|
433
|
-
private _min?;
|
|
434
|
-
get min(): number;
|
|
435
|
-
set min(value: number);
|
|
436
|
-
resetMin(): void;
|
|
437
|
-
get minInput(): number | undefined;
|
|
438
|
-
private _sourcePortRange;
|
|
439
|
-
get sourcePortRange(): CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference;
|
|
440
|
-
putSourcePortRange(value: CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange): void;
|
|
441
|
-
resetSourcePortRange(): void;
|
|
442
|
-
get sourcePortRangeInput(): CoreSecurityListIngressSecurityRulesTcpOptionsSourcePortRange | undefined;
|
|
443
|
-
}
|
|
444
|
-
export interface CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange {
|
|
445
|
-
/**
|
|
446
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
447
|
-
*/
|
|
448
|
-
readonly max: number;
|
|
449
|
-
/**
|
|
450
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
451
|
-
*/
|
|
452
|
-
readonly min: number;
|
|
453
|
-
}
|
|
454
|
-
export declare function coreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeToTerraform(struct?: CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference | CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange): any;
|
|
455
|
-
export declare function coreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeToHclTerraform(struct?: CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference | CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange): any;
|
|
456
|
-
export declare class CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference extends cdktf.ComplexObject {
|
|
457
|
-
private isEmptyObject;
|
|
458
|
-
/**
|
|
459
|
-
* @param terraformResource The parent resource
|
|
460
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
461
|
-
*/
|
|
462
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
463
|
-
get internalValue(): CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange | undefined;
|
|
464
|
-
set internalValue(value: CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange | undefined);
|
|
465
|
-
private _max?;
|
|
466
|
-
get max(): number;
|
|
467
|
-
set max(value: number);
|
|
468
|
-
get maxInput(): number | undefined;
|
|
469
|
-
private _min?;
|
|
470
|
-
get min(): number;
|
|
471
|
-
set min(value: number);
|
|
472
|
-
get minInput(): number | undefined;
|
|
473
|
-
}
|
|
474
|
-
export interface CoreSecurityListIngressSecurityRulesUdpOptions {
|
|
475
|
-
/**
|
|
476
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#max CoreSecurityList#max}
|
|
477
|
-
*/
|
|
478
|
-
readonly max?: number;
|
|
479
|
-
/**
|
|
480
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#min CoreSecurityList#min}
|
|
481
|
-
*/
|
|
482
|
-
readonly min?: number;
|
|
483
|
-
/**
|
|
484
|
-
* source_port_range block
|
|
485
|
-
*
|
|
486
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source_port_range CoreSecurityList#source_port_range}
|
|
487
|
-
*/
|
|
488
|
-
readonly sourcePortRange?: CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange;
|
|
489
|
-
}
|
|
490
|
-
export declare function coreSecurityListIngressSecurityRulesUdpOptionsToTerraform(struct?: CoreSecurityListIngressSecurityRulesUdpOptionsOutputReference | CoreSecurityListIngressSecurityRulesUdpOptions): any;
|
|
491
|
-
export declare function coreSecurityListIngressSecurityRulesUdpOptionsToHclTerraform(struct?: CoreSecurityListIngressSecurityRulesUdpOptionsOutputReference | CoreSecurityListIngressSecurityRulesUdpOptions): any;
|
|
492
|
-
export declare class CoreSecurityListIngressSecurityRulesUdpOptionsOutputReference extends cdktf.ComplexObject {
|
|
493
|
-
private isEmptyObject;
|
|
494
|
-
/**
|
|
495
|
-
* @param terraformResource The parent resource
|
|
496
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
497
|
-
*/
|
|
498
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
499
|
-
get internalValue(): CoreSecurityListIngressSecurityRulesUdpOptions | undefined;
|
|
500
|
-
set internalValue(value: CoreSecurityListIngressSecurityRulesUdpOptions | undefined);
|
|
501
|
-
private _max?;
|
|
502
|
-
get max(): number;
|
|
503
|
-
set max(value: number);
|
|
504
|
-
resetMax(): void;
|
|
505
|
-
get maxInput(): number | undefined;
|
|
506
|
-
private _min?;
|
|
507
|
-
get min(): number;
|
|
508
|
-
set min(value: number);
|
|
509
|
-
resetMin(): void;
|
|
510
|
-
get minInput(): number | undefined;
|
|
511
|
-
private _sourcePortRange;
|
|
512
|
-
get sourcePortRange(): CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference;
|
|
513
|
-
putSourcePortRange(value: CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange): void;
|
|
514
|
-
resetSourcePortRange(): void;
|
|
515
|
-
get sourcePortRangeInput(): CoreSecurityListIngressSecurityRulesUdpOptionsSourcePortRange | undefined;
|
|
516
|
-
}
|
|
517
|
-
export interface CoreSecurityListIngressSecurityRules {
|
|
518
|
-
/**
|
|
519
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#description CoreSecurityList#description}
|
|
520
|
-
*/
|
|
521
|
-
readonly description?: string;
|
|
522
|
-
/**
|
|
523
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#protocol CoreSecurityList#protocol}
|
|
524
|
-
*/
|
|
525
|
-
readonly protocol: string;
|
|
526
|
-
/**
|
|
527
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source CoreSecurityList#source}
|
|
528
|
-
*/
|
|
529
|
-
readonly source: string;
|
|
530
|
-
/**
|
|
531
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#source_type CoreSecurityList#source_type}
|
|
532
|
-
*/
|
|
533
|
-
readonly sourceType?: string;
|
|
534
|
-
/**
|
|
535
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#stateless CoreSecurityList#stateless}
|
|
536
|
-
*/
|
|
537
|
-
readonly stateless?: boolean | cdktf.IResolvable;
|
|
538
|
-
/**
|
|
539
|
-
* icmp_options block
|
|
540
|
-
*
|
|
541
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#icmp_options CoreSecurityList#icmp_options}
|
|
542
|
-
*/
|
|
543
|
-
readonly icmpOptions?: CoreSecurityListIngressSecurityRulesIcmpOptions;
|
|
544
|
-
/**
|
|
545
|
-
* tcp_options block
|
|
546
|
-
*
|
|
547
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#tcp_options CoreSecurityList#tcp_options}
|
|
548
|
-
*/
|
|
549
|
-
readonly tcpOptions?: CoreSecurityListIngressSecurityRulesTcpOptions;
|
|
550
|
-
/**
|
|
551
|
-
* udp_options block
|
|
552
|
-
*
|
|
553
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#udp_options CoreSecurityList#udp_options}
|
|
554
|
-
*/
|
|
555
|
-
readonly udpOptions?: CoreSecurityListIngressSecurityRulesUdpOptions;
|
|
556
|
-
}
|
|
557
|
-
export declare function coreSecurityListIngressSecurityRulesToTerraform(struct?: CoreSecurityListIngressSecurityRules | cdktf.IResolvable): any;
|
|
558
|
-
export declare function coreSecurityListIngressSecurityRulesToHclTerraform(struct?: CoreSecurityListIngressSecurityRules | cdktf.IResolvable): any;
|
|
559
|
-
export declare class CoreSecurityListIngressSecurityRulesOutputReference extends cdktf.ComplexObject {
|
|
560
|
-
private isEmptyObject;
|
|
561
|
-
private resolvableValue?;
|
|
562
|
-
/**
|
|
563
|
-
* @param terraformResource The parent resource
|
|
564
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
565
|
-
* @param complexObjectIndex the index of this item in the list
|
|
566
|
-
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
567
|
-
*/
|
|
568
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
569
|
-
get internalValue(): CoreSecurityListIngressSecurityRules | cdktf.IResolvable | undefined;
|
|
570
|
-
set internalValue(value: CoreSecurityListIngressSecurityRules | cdktf.IResolvable | undefined);
|
|
571
|
-
private _description?;
|
|
572
|
-
get description(): string;
|
|
573
|
-
set description(value: string);
|
|
574
|
-
resetDescription(): void;
|
|
575
|
-
get descriptionInput(): string | undefined;
|
|
576
|
-
private _protocol?;
|
|
577
|
-
get protocol(): string;
|
|
578
|
-
set protocol(value: string);
|
|
579
|
-
get protocolInput(): string | undefined;
|
|
580
|
-
private _source?;
|
|
581
|
-
get source(): string;
|
|
582
|
-
set source(value: string);
|
|
583
|
-
get sourceInput(): string | undefined;
|
|
584
|
-
private _sourceType?;
|
|
585
|
-
get sourceType(): string;
|
|
586
|
-
set sourceType(value: string);
|
|
587
|
-
resetSourceType(): void;
|
|
588
|
-
get sourceTypeInput(): string | undefined;
|
|
589
|
-
private _stateless?;
|
|
590
|
-
get stateless(): boolean | cdktf.IResolvable;
|
|
591
|
-
set stateless(value: boolean | cdktf.IResolvable);
|
|
592
|
-
resetStateless(): void;
|
|
593
|
-
get statelessInput(): boolean | cdktf.IResolvable | undefined;
|
|
594
|
-
private _icmpOptions;
|
|
595
|
-
get icmpOptions(): CoreSecurityListIngressSecurityRulesIcmpOptionsOutputReference;
|
|
596
|
-
putIcmpOptions(value: CoreSecurityListIngressSecurityRulesIcmpOptions): void;
|
|
597
|
-
resetIcmpOptions(): void;
|
|
598
|
-
get icmpOptionsInput(): CoreSecurityListIngressSecurityRulesIcmpOptions | undefined;
|
|
599
|
-
private _tcpOptions;
|
|
600
|
-
get tcpOptions(): CoreSecurityListIngressSecurityRulesTcpOptionsOutputReference;
|
|
601
|
-
putTcpOptions(value: CoreSecurityListIngressSecurityRulesTcpOptions): void;
|
|
602
|
-
resetTcpOptions(): void;
|
|
603
|
-
get tcpOptionsInput(): CoreSecurityListIngressSecurityRulesTcpOptions | undefined;
|
|
604
|
-
private _udpOptions;
|
|
605
|
-
get udpOptions(): CoreSecurityListIngressSecurityRulesUdpOptionsOutputReference;
|
|
606
|
-
putUdpOptions(value: CoreSecurityListIngressSecurityRulesUdpOptions): void;
|
|
607
|
-
resetUdpOptions(): void;
|
|
608
|
-
get udpOptionsInput(): CoreSecurityListIngressSecurityRulesUdpOptions | undefined;
|
|
609
|
-
}
|
|
610
|
-
export declare class CoreSecurityListIngressSecurityRulesList extends cdktf.ComplexList {
|
|
611
|
-
protected terraformResource: cdktf.IInterpolatingParent;
|
|
612
|
-
protected terraformAttribute: string;
|
|
613
|
-
protected wrapsSet: boolean;
|
|
614
|
-
internalValue?: CoreSecurityListIngressSecurityRules[] | cdktf.IResolvable;
|
|
615
|
-
/**
|
|
616
|
-
* @param terraformResource The parent resource
|
|
617
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
618
|
-
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
619
|
-
*/
|
|
620
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
621
|
-
/**
|
|
622
|
-
* @param index the index of the item to return
|
|
623
|
-
*/
|
|
624
|
-
get(index: number): CoreSecurityListIngressSecurityRulesOutputReference;
|
|
625
|
-
}
|
|
626
|
-
export interface CoreSecurityListTimeouts {
|
|
627
|
-
/**
|
|
628
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#create CoreSecurityList#create}
|
|
629
|
-
*/
|
|
630
|
-
readonly create?: string;
|
|
631
|
-
/**
|
|
632
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#delete CoreSecurityList#delete}
|
|
633
|
-
*/
|
|
634
|
-
readonly delete?: string;
|
|
635
|
-
/**
|
|
636
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#update CoreSecurityList#update}
|
|
637
|
-
*/
|
|
638
|
-
readonly update?: string;
|
|
639
|
-
}
|
|
640
|
-
export declare function coreSecurityListTimeoutsToTerraform(struct?: CoreSecurityListTimeouts | cdktf.IResolvable): any;
|
|
641
|
-
export declare function coreSecurityListTimeoutsToHclTerraform(struct?: CoreSecurityListTimeouts | cdktf.IResolvable): any;
|
|
642
|
-
export declare class CoreSecurityListTimeoutsOutputReference extends cdktf.ComplexObject {
|
|
643
|
-
private isEmptyObject;
|
|
644
|
-
private resolvableValue?;
|
|
645
|
-
/**
|
|
646
|
-
* @param terraformResource The parent resource
|
|
647
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
648
|
-
*/
|
|
649
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
650
|
-
get internalValue(): CoreSecurityListTimeouts | cdktf.IResolvable | undefined;
|
|
651
|
-
set internalValue(value: CoreSecurityListTimeouts | cdktf.IResolvable | undefined);
|
|
652
|
-
private _create?;
|
|
653
|
-
get create(): string;
|
|
654
|
-
set create(value: string);
|
|
655
|
-
resetCreate(): void;
|
|
656
|
-
get createInput(): string | undefined;
|
|
657
|
-
private _delete?;
|
|
658
|
-
get delete(): string;
|
|
659
|
-
set delete(value: string);
|
|
660
|
-
resetDelete(): void;
|
|
661
|
-
get deleteInput(): string | undefined;
|
|
662
|
-
private _update?;
|
|
663
|
-
get update(): string;
|
|
664
|
-
set update(value: string);
|
|
665
|
-
resetUpdate(): void;
|
|
666
|
-
get updateInput(): string | undefined;
|
|
667
|
-
}
|
|
668
|
-
/**
|
|
669
|
-
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list oci_core_security_list}
|
|
670
|
-
*/
|
|
671
|
-
export declare class CoreSecurityList extends cdktf.TerraformResource {
|
|
672
|
-
static readonly tfResourceType = "oci_core_security_list";
|
|
673
|
-
/**
|
|
674
|
-
* Generates CDKTF code for importing a CoreSecurityList resource upon running "cdktf plan <stack-name>"
|
|
675
|
-
* @param scope The scope in which to define this construct
|
|
676
|
-
* @param importToId The construct id used in the generated config for the CoreSecurityList to import
|
|
677
|
-
* @param importFromId The id of the existing CoreSecurityList that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list#import import section} in the documentation of this resource for the id to use
|
|
678
|
-
* @param provider? Optional instance of the provider where the CoreSecurityList to import is found
|
|
679
|
-
*/
|
|
680
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
681
|
-
/**
|
|
682
|
-
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/5.47.0/docs/resources/core_security_list oci_core_security_list} Resource
|
|
683
|
-
*
|
|
684
|
-
* @param scope The scope in which to define this construct
|
|
685
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
686
|
-
* @param options CoreSecurityListConfig
|
|
687
|
-
*/
|
|
688
|
-
constructor(scope: Construct, id: string, config: CoreSecurityListConfig);
|
|
689
|
-
private _compartmentId?;
|
|
690
|
-
get compartmentId(): string;
|
|
691
|
-
set compartmentId(value: string);
|
|
692
|
-
get compartmentIdInput(): string | undefined;
|
|
693
|
-
private _definedTags?;
|
|
694
|
-
get definedTags(): {
|
|
695
|
-
[key: string]: string;
|
|
696
|
-
};
|
|
697
|
-
set definedTags(value: {
|
|
698
|
-
[key: string]: string;
|
|
699
|
-
});
|
|
700
|
-
resetDefinedTags(): void;
|
|
701
|
-
get definedTagsInput(): {
|
|
702
|
-
[key: string]: string;
|
|
703
|
-
} | undefined;
|
|
704
|
-
private _displayName?;
|
|
705
|
-
get displayName(): string;
|
|
706
|
-
set displayName(value: string);
|
|
707
|
-
resetDisplayName(): void;
|
|
708
|
-
get displayNameInput(): string | undefined;
|
|
709
|
-
private _freeformTags?;
|
|
710
|
-
get freeformTags(): {
|
|
711
|
-
[key: string]: string;
|
|
712
|
-
};
|
|
713
|
-
set freeformTags(value: {
|
|
714
|
-
[key: string]: string;
|
|
715
|
-
});
|
|
716
|
-
resetFreeformTags(): void;
|
|
717
|
-
get freeformTagsInput(): {
|
|
718
|
-
[key: string]: string;
|
|
719
|
-
} | undefined;
|
|
720
|
-
private _id?;
|
|
721
|
-
get id(): string;
|
|
722
|
-
set id(value: string);
|
|
723
|
-
resetId(): void;
|
|
724
|
-
get idInput(): string | undefined;
|
|
725
|
-
get state(): string;
|
|
726
|
-
get timeCreated(): string;
|
|
727
|
-
private _vcnId?;
|
|
728
|
-
get vcnId(): string;
|
|
729
|
-
set vcnId(value: string);
|
|
730
|
-
get vcnIdInput(): string | undefined;
|
|
731
|
-
private _egressSecurityRules;
|
|
732
|
-
get egressSecurityRules(): CoreSecurityListEgressSecurityRulesList;
|
|
733
|
-
putEgressSecurityRules(value: CoreSecurityListEgressSecurityRules[] | cdktf.IResolvable): void;
|
|
734
|
-
resetEgressSecurityRules(): void;
|
|
735
|
-
get egressSecurityRulesInput(): cdktf.IResolvable | CoreSecurityListEgressSecurityRules[] | undefined;
|
|
736
|
-
private _ingressSecurityRules;
|
|
737
|
-
get ingressSecurityRules(): CoreSecurityListIngressSecurityRulesList;
|
|
738
|
-
putIngressSecurityRules(value: CoreSecurityListIngressSecurityRules[] | cdktf.IResolvable): void;
|
|
739
|
-
resetIngressSecurityRules(): void;
|
|
740
|
-
get ingressSecurityRulesInput(): cdktf.IResolvable | CoreSecurityListIngressSecurityRules[] | undefined;
|
|
741
|
-
private _timeouts;
|
|
742
|
-
get timeouts(): CoreSecurityListTimeoutsOutputReference;
|
|
743
|
-
putTimeouts(value: CoreSecurityListTimeouts): void;
|
|
744
|
-
resetTimeouts(): void;
|
|
745
|
-
get timeoutsInput(): cdktf.IResolvable | CoreSecurityListTimeouts | undefined;
|
|
746
|
-
protected synthesizeAttributes(): {
|
|
747
|
-
[name: string]: any;
|
|
748
|
-
};
|
|
749
|
-
protected synthesizeHclAttributes(): {
|
|
750
|
-
[name: string]: any;
|
|
751
|
-
};
|
|
752
|
-
}
|