@cdktn/provider-docker 12.1.0
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/.eslintrc.json +230 -0
- package/.jsii +46911 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/buildx-builder/index.d.ts +764 -0
- package/lib/buildx-builder/index.js +1791 -0
- package/lib/config/index.d.ts +68 -0
- package/lib/config/index.js +129 -0
- package/lib/container/index.d.ts +1845 -0
- package/lib/container/index.js +4085 -0
- package/lib/data-docker-image/index.d.ts +59 -0
- package/lib/data-docker-image/index.js +115 -0
- package/lib/data-docker-logs/index.d.ts +153 -0
- package/lib/data-docker-logs/index.js +325 -0
- package/lib/data-docker-network/index.d.ts +90 -0
- package/lib/data-docker-network/index.js +207 -0
- package/lib/data-docker-plugin/index.d.ts +66 -0
- package/lib/data-docker-plugin/index.js +134 -0
- package/lib/data-docker-registry-image/index.d.ts +70 -0
- package/lib/data-docker-registry-image/index.js +136 -0
- package/lib/data-docker-registry-image-manifests/index.d.ts +161 -0
- package/lib/data-docker-registry-image-manifests/index.js +366 -0
- package/lib/image/index.d.ts +871 -0
- package/lib/image/index.js +2003 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.js +27 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +25 -0
- package/lib/network/index.d.ts +334 -0
- package/lib/network/index.js +666 -0
- package/lib/plugin/index.d.ts +200 -0
- package/lib/plugin/index.js +414 -0
- package/lib/provider/index.d.ts +186 -0
- package/lib/provider/index.js +342 -0
- package/lib/registry-image/index.d.ts +155 -0
- package/lib/registry-image/index.js +320 -0
- package/lib/secret/index.d.ts +132 -0
- package/lib/secret/index.js +281 -0
- package/lib/service/index.d.ts +2282 -0
- package/lib/service/index.js +5760 -0
- package/lib/tag/index.d.ts +80 -0
- package/lib/tag/index.js +154 -0
- package/lib/volume/index.d.ts +154 -0
- package/lib/volume/index.js +312 -0
- package/package.json +152 -0
- package/tsconfig.eslint.json +34 -0
|
@@ -0,0 +1,1845 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) HashiCorp, Inc.
|
|
3
|
+
* SPDX-License-Identifier: MPL-2.0
|
|
4
|
+
*/
|
|
5
|
+
import { Construct } from 'constructs';
|
|
6
|
+
import * as cdktf from 'cdktf';
|
|
7
|
+
export interface ContainerConfig extends cdktf.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* If `true` attach to the container after its creation and waits the end of its execution. Defaults to `false`.
|
|
10
|
+
*
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#attach Container#attach}
|
|
12
|
+
*/
|
|
13
|
+
readonly attach?: boolean | cdktf.IResolvable;
|
|
14
|
+
/**
|
|
15
|
+
* Optional parent cgroup for the container
|
|
16
|
+
*
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cgroup_parent Container#cgroup_parent}
|
|
18
|
+
*/
|
|
19
|
+
readonly cgroupParent?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Cgroup namespace mode to use for the container. Possible values are: `private`, `host`.
|
|
22
|
+
*
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cgroupns_mode Container#cgroupns_mode}
|
|
24
|
+
*/
|
|
25
|
+
readonly cgroupnsMode?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The command to use to start the container. For example, to run `/usr/bin/myprogram -f baz.conf` set the command to be `["/usr/bin/myprogram","-f","baz.conf"]`.
|
|
28
|
+
*
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#command Container#command}
|
|
30
|
+
*/
|
|
31
|
+
readonly command?: string[];
|
|
32
|
+
/**
|
|
33
|
+
* The total number of milliseconds to wait for the container to reach status 'running'
|
|
34
|
+
*
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#container_read_refresh_timeout_milliseconds Container#container_read_refresh_timeout_milliseconds}
|
|
36
|
+
*/
|
|
37
|
+
readonly containerReadRefreshTimeoutMilliseconds?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Specify the CPU CFS scheduler period (in microseconds), which is used alongside `cpu-quota`. Is ignored if `cpus` is set.
|
|
40
|
+
*
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cpu_period Container#cpu_period}
|
|
42
|
+
*/
|
|
43
|
+
readonly cpuPeriod?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Impose a CPU CFS quota on the container (in microseconds). The number of microseconds per `cpu-period` that the container is limited to before throttled. Is ignored if `cpus` is set.
|
|
46
|
+
*
|
|
47
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cpu_quota Container#cpu_quota}
|
|
48
|
+
*/
|
|
49
|
+
readonly cpuQuota?: number;
|
|
50
|
+
/**
|
|
51
|
+
* A comma-separated list or hyphen-separated range of CPUs a container can use, e.g. `0-1`.
|
|
52
|
+
*
|
|
53
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cpu_set Container#cpu_set}
|
|
54
|
+
*/
|
|
55
|
+
readonly cpuSet?: string;
|
|
56
|
+
/**
|
|
57
|
+
* CPU shares (relative weight) for the container.
|
|
58
|
+
*
|
|
59
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cpu_shares Container#cpu_shares}
|
|
60
|
+
*/
|
|
61
|
+
readonly cpuShares?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Specify how much of the available CPU resources a container can use. e.g a value of 1.5 means the container is guaranteed at most one and a half of the CPUs. Has precedence over `cpu_period` and `cpu_quota`.
|
|
64
|
+
*
|
|
65
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#cpus Container#cpus}
|
|
66
|
+
*/
|
|
67
|
+
readonly cpus?: string;
|
|
68
|
+
/**
|
|
69
|
+
* If defined will attempt to stop the container before destroying. Container will be destroyed after `n` seconds or on successful stop.
|
|
70
|
+
*
|
|
71
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#destroy_grace_seconds Container#destroy_grace_seconds}
|
|
72
|
+
*/
|
|
73
|
+
readonly destroyGraceSeconds?: number;
|
|
74
|
+
/**
|
|
75
|
+
* DNS servers to use.
|
|
76
|
+
*
|
|
77
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#dns Container#dns}
|
|
78
|
+
*/
|
|
79
|
+
readonly dns?: string[];
|
|
80
|
+
/**
|
|
81
|
+
* DNS options used by the DNS provider(s), see `resolv.conf` documentation for valid list of options.
|
|
82
|
+
*
|
|
83
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#dns_opts Container#dns_opts}
|
|
84
|
+
*/
|
|
85
|
+
readonly dnsOpts?: string[];
|
|
86
|
+
/**
|
|
87
|
+
* DNS search domains that are used when bare unqualified hostnames are used inside of the container.
|
|
88
|
+
*
|
|
89
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#dns_search Container#dns_search}
|
|
90
|
+
*/
|
|
91
|
+
readonly dnsSearch?: string[];
|
|
92
|
+
/**
|
|
93
|
+
* Domain name of the container.
|
|
94
|
+
*
|
|
95
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#domainname Container#domainname}
|
|
96
|
+
*/
|
|
97
|
+
readonly domainname?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The command to use as the Entrypoint for the container. The Entrypoint allows you to configure a container to run as an executable. For example, to run `/usr/bin/myprogram` when starting a container, set the entrypoint to be `"/usr/bin/myprogram"]`.
|
|
100
|
+
*
|
|
101
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#entrypoint Container#entrypoint}
|
|
102
|
+
*/
|
|
103
|
+
readonly entrypoint?: string[];
|
|
104
|
+
/**
|
|
105
|
+
* Environment variables to set in the form of `KEY=VALUE`, e.g. `DEBUG=0`
|
|
106
|
+
*
|
|
107
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#env Container#env}
|
|
108
|
+
*/
|
|
109
|
+
readonly env?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* GPU devices to add to the container. Currently, only the value `all` is supported. Passing any other value will result in unexpected behavior.
|
|
112
|
+
*
|
|
113
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#gpus Container#gpus}
|
|
114
|
+
*/
|
|
115
|
+
readonly gpus?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Additional groups for the container user
|
|
118
|
+
*
|
|
119
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#group_add Container#group_add}
|
|
120
|
+
*/
|
|
121
|
+
readonly groupAdd?: string[];
|
|
122
|
+
/**
|
|
123
|
+
* Hostname of the container.
|
|
124
|
+
*
|
|
125
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#hostname Container#hostname}
|
|
126
|
+
*/
|
|
127
|
+
readonly hostname?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#id Container#id}
|
|
130
|
+
*
|
|
131
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
132
|
+
* 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.
|
|
133
|
+
*/
|
|
134
|
+
readonly id?: string;
|
|
135
|
+
/**
|
|
136
|
+
* The ID of the image to back this container. The easiest way to get this value is to use the `image_id` attribute of the `docker_image` resource as is shown in the example.
|
|
137
|
+
*
|
|
138
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#image Container#image}
|
|
139
|
+
*/
|
|
140
|
+
readonly image: string;
|
|
141
|
+
/**
|
|
142
|
+
* Configured whether an init process should be injected for this container. If unset this will default to the `dockerd` defaults.
|
|
143
|
+
*
|
|
144
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#init Container#init}
|
|
145
|
+
*/
|
|
146
|
+
readonly init?: boolean | cdktf.IResolvable;
|
|
147
|
+
/**
|
|
148
|
+
* IPC sharing mode for the container. Possible values are: `none`, `private`, `shareable`, `container:<name|id>` or `host`.
|
|
149
|
+
*
|
|
150
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ipc_mode Container#ipc_mode}
|
|
151
|
+
*/
|
|
152
|
+
readonly ipcMode?: string;
|
|
153
|
+
/**
|
|
154
|
+
* The logging driver to use for the container.
|
|
155
|
+
*
|
|
156
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#log_driver Container#log_driver}
|
|
157
|
+
*/
|
|
158
|
+
readonly logDriver?: string;
|
|
159
|
+
/**
|
|
160
|
+
* Key/value pairs to use as options for the logging driver.
|
|
161
|
+
*
|
|
162
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#log_opts Container#log_opts}
|
|
163
|
+
*/
|
|
164
|
+
readonly logOpts?: {
|
|
165
|
+
[key: string]: string;
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* Save the container logs (`attach` must be enabled). Defaults to `false`.
|
|
169
|
+
*
|
|
170
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#logs Container#logs}
|
|
171
|
+
*/
|
|
172
|
+
readonly logs?: boolean | cdktf.IResolvable;
|
|
173
|
+
/**
|
|
174
|
+
* The maximum amount of times to an attempt a restart when `restart` is set to 'on-failure'.
|
|
175
|
+
*
|
|
176
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#max_retry_count Container#max_retry_count}
|
|
177
|
+
*/
|
|
178
|
+
readonly maxRetryCount?: number;
|
|
179
|
+
/**
|
|
180
|
+
* The memory limit for the container in MBs.
|
|
181
|
+
*
|
|
182
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#memory Container#memory}
|
|
183
|
+
*/
|
|
184
|
+
readonly memory?: number;
|
|
185
|
+
/**
|
|
186
|
+
* The total memory limit (memory + swap) for the container in MBs. This setting may compute to `-1` after `terraform apply` if the target host doesn't support memory swap, when that is the case docker will use a soft limitation.
|
|
187
|
+
*
|
|
188
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#memory_swap Container#memory_swap}
|
|
189
|
+
*/
|
|
190
|
+
readonly memorySwap?: number;
|
|
191
|
+
/**
|
|
192
|
+
* If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform assumes it is successful. Defaults to `true`.
|
|
193
|
+
*
|
|
194
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#must_run Container#must_run}
|
|
195
|
+
*/
|
|
196
|
+
readonly mustRun?: boolean | cdktf.IResolvable;
|
|
197
|
+
/**
|
|
198
|
+
* The name of the container.
|
|
199
|
+
*
|
|
200
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#name Container#name}
|
|
201
|
+
*/
|
|
202
|
+
readonly name: string;
|
|
203
|
+
/**
|
|
204
|
+
* Network mode of the container. See https://docs.docker.com/engine/network/ for more information.
|
|
205
|
+
*
|
|
206
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#network_mode Container#network_mode}
|
|
207
|
+
*/
|
|
208
|
+
readonly networkMode?: string;
|
|
209
|
+
/**
|
|
210
|
+
* he PID (Process) Namespace mode for the container. Either `container:<name|id>` or `host`.
|
|
211
|
+
*
|
|
212
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#pid_mode Container#pid_mode}
|
|
213
|
+
*/
|
|
214
|
+
readonly pidMode?: string;
|
|
215
|
+
/**
|
|
216
|
+
* If `true`, the container runs in privileged mode.
|
|
217
|
+
*
|
|
218
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#privileged Container#privileged}
|
|
219
|
+
*/
|
|
220
|
+
readonly privileged?: boolean | cdktf.IResolvable;
|
|
221
|
+
/**
|
|
222
|
+
* Publish all ports of the container.
|
|
223
|
+
*
|
|
224
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#publish_all_ports Container#publish_all_ports}
|
|
225
|
+
*/
|
|
226
|
+
readonly publishAllPorts?: boolean | cdktf.IResolvable;
|
|
227
|
+
/**
|
|
228
|
+
* If `true`, the container will be started as readonly. Defaults to `false`.
|
|
229
|
+
*
|
|
230
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#read_only Container#read_only}
|
|
231
|
+
*/
|
|
232
|
+
readonly readOnly?: boolean | cdktf.IResolvable;
|
|
233
|
+
/**
|
|
234
|
+
* If `true`, it will remove anonymous volumes associated with the container. Defaults to `true`.
|
|
235
|
+
*
|
|
236
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#remove_volumes Container#remove_volumes}
|
|
237
|
+
*/
|
|
238
|
+
readonly removeVolumes?: boolean | cdktf.IResolvable;
|
|
239
|
+
/**
|
|
240
|
+
* The restart policy for the container. Must be one of 'no', 'on-failure', 'always', 'unless-stopped'. Defaults to `no`.
|
|
241
|
+
*
|
|
242
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#restart Container#restart}
|
|
243
|
+
*/
|
|
244
|
+
readonly restart?: string;
|
|
245
|
+
/**
|
|
246
|
+
* If `true`, then the container will be automatically removed when it exits. Defaults to `false`.
|
|
247
|
+
*
|
|
248
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#rm Container#rm}
|
|
249
|
+
*/
|
|
250
|
+
readonly rm?: boolean | cdktf.IResolvable;
|
|
251
|
+
/**
|
|
252
|
+
* Runtime to use for the container.
|
|
253
|
+
*
|
|
254
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#runtime Container#runtime}
|
|
255
|
+
*/
|
|
256
|
+
readonly runtime?: string;
|
|
257
|
+
/**
|
|
258
|
+
* List of string values to customize labels for MLS systems, such as SELinux. See https://docs.docker.com/engine/reference/run/#security-configuration.
|
|
259
|
+
*
|
|
260
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#security_opts Container#security_opts}
|
|
261
|
+
*/
|
|
262
|
+
readonly securityOpts?: string[];
|
|
263
|
+
/**
|
|
264
|
+
* Size of `/dev/shm` in MBs.
|
|
265
|
+
*
|
|
266
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#shm_size Container#shm_size}
|
|
267
|
+
*/
|
|
268
|
+
readonly shmSize?: number;
|
|
269
|
+
/**
|
|
270
|
+
* If `true`, then the Docker container will be started after creation. If `false`, then the container is only created. Defaults to `true`.
|
|
271
|
+
*
|
|
272
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#start Container#start}
|
|
273
|
+
*/
|
|
274
|
+
readonly start?: boolean | cdktf.IResolvable;
|
|
275
|
+
/**
|
|
276
|
+
* If `true`, keep STDIN open even if not attached (`docker run -i`). Defaults to `false`.
|
|
277
|
+
*
|
|
278
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#stdin_open Container#stdin_open}
|
|
279
|
+
*/
|
|
280
|
+
readonly stdinOpen?: boolean | cdktf.IResolvable;
|
|
281
|
+
/**
|
|
282
|
+
* Signal to stop a container (default `SIGTERM`).
|
|
283
|
+
*
|
|
284
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#stop_signal Container#stop_signal}
|
|
285
|
+
*/
|
|
286
|
+
readonly stopSignal?: string;
|
|
287
|
+
/**
|
|
288
|
+
* Timeout (in seconds) to stop a container.
|
|
289
|
+
*
|
|
290
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#stop_timeout Container#stop_timeout}
|
|
291
|
+
*/
|
|
292
|
+
readonly stopTimeout?: number;
|
|
293
|
+
/**
|
|
294
|
+
* Key/value pairs for the storage driver options, e.g. `size`: `120G`
|
|
295
|
+
*
|
|
296
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#storage_opts Container#storage_opts}
|
|
297
|
+
*/
|
|
298
|
+
readonly storageOpts?: {
|
|
299
|
+
[key: string]: string;
|
|
300
|
+
};
|
|
301
|
+
/**
|
|
302
|
+
* A map of kernel parameters (sysctls) to set in the container.
|
|
303
|
+
*
|
|
304
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#sysctls Container#sysctls}
|
|
305
|
+
*/
|
|
306
|
+
readonly sysctls?: {
|
|
307
|
+
[key: string]: string;
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* A map of container directories which should be replaced by `tmpfs mounts`, and their corresponding mount options.
|
|
311
|
+
*
|
|
312
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#tmpfs Container#tmpfs}
|
|
313
|
+
*/
|
|
314
|
+
readonly tmpfs?: {
|
|
315
|
+
[key: string]: string;
|
|
316
|
+
};
|
|
317
|
+
/**
|
|
318
|
+
* If `true`, allocate a pseudo-tty (`docker run -t`). Defaults to `false`.
|
|
319
|
+
*
|
|
320
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#tty Container#tty}
|
|
321
|
+
*/
|
|
322
|
+
readonly tty?: boolean | cdktf.IResolvable;
|
|
323
|
+
/**
|
|
324
|
+
* User used for run the first process. Format is `user` or `user:group` which user and group can be passed literraly or by name.
|
|
325
|
+
*
|
|
326
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#user Container#user}
|
|
327
|
+
*/
|
|
328
|
+
readonly user?: string;
|
|
329
|
+
/**
|
|
330
|
+
* Sets the usernamespace mode for the container when usernamespace remapping option is enabled.
|
|
331
|
+
*
|
|
332
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#userns_mode Container#userns_mode}
|
|
333
|
+
*/
|
|
334
|
+
readonly usernsMode?: string;
|
|
335
|
+
/**
|
|
336
|
+
* If `true`, then the Docker container is waited for being healthy state after creation. This requires your container to have a healthcheck, otherwise this provider will error. If `false`, then the container health state is not checked. Defaults to `false`.
|
|
337
|
+
*
|
|
338
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#wait Container#wait}
|
|
339
|
+
*/
|
|
340
|
+
readonly wait?: boolean | cdktf.IResolvable;
|
|
341
|
+
/**
|
|
342
|
+
* The timeout in seconds to wait the container to be healthy after creation. Defaults to `60`.
|
|
343
|
+
*
|
|
344
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#wait_timeout Container#wait_timeout}
|
|
345
|
+
*/
|
|
346
|
+
readonly waitTimeout?: number;
|
|
347
|
+
/**
|
|
348
|
+
* The working directory for commands to run in.
|
|
349
|
+
*
|
|
350
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#working_dir Container#working_dir}
|
|
351
|
+
*/
|
|
352
|
+
readonly workingDir?: string;
|
|
353
|
+
/**
|
|
354
|
+
* capabilities block
|
|
355
|
+
*
|
|
356
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#capabilities Container#capabilities}
|
|
357
|
+
*/
|
|
358
|
+
readonly capabilities?: ContainerCapabilities;
|
|
359
|
+
/**
|
|
360
|
+
* devices block
|
|
361
|
+
*
|
|
362
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#devices Container#devices}
|
|
363
|
+
*/
|
|
364
|
+
readonly devices?: ContainerDevices[] | cdktf.IResolvable;
|
|
365
|
+
/**
|
|
366
|
+
* healthcheck block
|
|
367
|
+
*
|
|
368
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#healthcheck Container#healthcheck}
|
|
369
|
+
*/
|
|
370
|
+
readonly healthcheck?: ContainerHealthcheck;
|
|
371
|
+
/**
|
|
372
|
+
* host block
|
|
373
|
+
*
|
|
374
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#host Container#host}
|
|
375
|
+
*/
|
|
376
|
+
readonly host?: ContainerHost[] | cdktf.IResolvable;
|
|
377
|
+
/**
|
|
378
|
+
* labels block
|
|
379
|
+
*
|
|
380
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#labels Container#labels}
|
|
381
|
+
*/
|
|
382
|
+
readonly labels?: ContainerLabels[] | cdktf.IResolvable;
|
|
383
|
+
/**
|
|
384
|
+
* mounts block
|
|
385
|
+
*
|
|
386
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#mounts Container#mounts}
|
|
387
|
+
*/
|
|
388
|
+
readonly mounts?: ContainerMounts[] | cdktf.IResolvable;
|
|
389
|
+
/**
|
|
390
|
+
* networks_advanced block
|
|
391
|
+
*
|
|
392
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#networks_advanced Container#networks_advanced}
|
|
393
|
+
*/
|
|
394
|
+
readonly networksAdvanced?: ContainerNetworksAdvanced[] | cdktf.IResolvable;
|
|
395
|
+
/**
|
|
396
|
+
* ports block
|
|
397
|
+
*
|
|
398
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ports Container#ports}
|
|
399
|
+
*/
|
|
400
|
+
readonly ports?: ContainerPorts[] | cdktf.IResolvable;
|
|
401
|
+
/**
|
|
402
|
+
* ulimit block
|
|
403
|
+
*
|
|
404
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ulimit Container#ulimit}
|
|
405
|
+
*/
|
|
406
|
+
readonly ulimit?: ContainerUlimit[] | cdktf.IResolvable;
|
|
407
|
+
/**
|
|
408
|
+
* upload block
|
|
409
|
+
*
|
|
410
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#upload Container#upload}
|
|
411
|
+
*/
|
|
412
|
+
readonly upload?: ContainerUpload[] | cdktf.IResolvable;
|
|
413
|
+
/**
|
|
414
|
+
* volumes block
|
|
415
|
+
*
|
|
416
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#volumes Container#volumes}
|
|
417
|
+
*/
|
|
418
|
+
readonly volumes?: ContainerVolumes[] | cdktf.IResolvable;
|
|
419
|
+
}
|
|
420
|
+
export interface ContainerNetworkData {
|
|
421
|
+
}
|
|
422
|
+
export declare function containerNetworkDataToTerraform(struct?: ContainerNetworkData): any;
|
|
423
|
+
export declare function containerNetworkDataToHclTerraform(struct?: ContainerNetworkData): any;
|
|
424
|
+
export declare class ContainerNetworkDataOutputReference extends cdktf.ComplexObject {
|
|
425
|
+
private isEmptyObject;
|
|
426
|
+
/**
|
|
427
|
+
* @param terraformResource The parent resource
|
|
428
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
429
|
+
* @param complexObjectIndex the index of this item in the list
|
|
430
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
431
|
+
*/
|
|
432
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
433
|
+
get internalValue(): ContainerNetworkData | undefined;
|
|
434
|
+
set internalValue(value: ContainerNetworkData | undefined);
|
|
435
|
+
get gateway(): string;
|
|
436
|
+
get globalIpv6Address(): string;
|
|
437
|
+
get globalIpv6PrefixLength(): number;
|
|
438
|
+
get ipAddress(): string;
|
|
439
|
+
get ipPrefixLength(): number;
|
|
440
|
+
get ipv6Gateway(): string;
|
|
441
|
+
get macAddress(): string;
|
|
442
|
+
get networkName(): string;
|
|
443
|
+
}
|
|
444
|
+
export declare class ContainerNetworkDataList extends cdktf.ComplexList {
|
|
445
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
446
|
+
protected terraformAttribute: string;
|
|
447
|
+
protected wrapsSet: boolean;
|
|
448
|
+
/**
|
|
449
|
+
* @param terraformResource The parent resource
|
|
450
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
451
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
452
|
+
*/
|
|
453
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
454
|
+
/**
|
|
455
|
+
* @param index the index of the item to return
|
|
456
|
+
*/
|
|
457
|
+
get(index: number): ContainerNetworkDataOutputReference;
|
|
458
|
+
}
|
|
459
|
+
export interface ContainerCapabilities {
|
|
460
|
+
/**
|
|
461
|
+
* List of linux capabilities to add.
|
|
462
|
+
*
|
|
463
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#add Container#add}
|
|
464
|
+
*/
|
|
465
|
+
readonly add?: string[];
|
|
466
|
+
/**
|
|
467
|
+
* List of linux capabilities to drop.
|
|
468
|
+
*
|
|
469
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#drop Container#drop}
|
|
470
|
+
*/
|
|
471
|
+
readonly drop?: string[];
|
|
472
|
+
}
|
|
473
|
+
export declare function containerCapabilitiesToTerraform(struct?: ContainerCapabilitiesOutputReference | ContainerCapabilities): any;
|
|
474
|
+
export declare function containerCapabilitiesToHclTerraform(struct?: ContainerCapabilitiesOutputReference | ContainerCapabilities): any;
|
|
475
|
+
export declare class ContainerCapabilitiesOutputReference extends cdktf.ComplexObject {
|
|
476
|
+
private isEmptyObject;
|
|
477
|
+
/**
|
|
478
|
+
* @param terraformResource The parent resource
|
|
479
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
480
|
+
*/
|
|
481
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
482
|
+
get internalValue(): ContainerCapabilities | undefined;
|
|
483
|
+
set internalValue(value: ContainerCapabilities | undefined);
|
|
484
|
+
private _add?;
|
|
485
|
+
get add(): string[];
|
|
486
|
+
set add(value: string[]);
|
|
487
|
+
resetAdd(): void;
|
|
488
|
+
get addInput(): string[] | undefined;
|
|
489
|
+
private _drop?;
|
|
490
|
+
get drop(): string[];
|
|
491
|
+
set drop(value: string[]);
|
|
492
|
+
resetDrop(): void;
|
|
493
|
+
get dropInput(): string[] | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface ContainerDevices {
|
|
496
|
+
/**
|
|
497
|
+
* The path in the container where the device will be bound.
|
|
498
|
+
*
|
|
499
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#container_path Container#container_path}
|
|
500
|
+
*/
|
|
501
|
+
readonly containerPath?: string;
|
|
502
|
+
/**
|
|
503
|
+
* The path on the host where the device is located.
|
|
504
|
+
*
|
|
505
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#host_path Container#host_path}
|
|
506
|
+
*/
|
|
507
|
+
readonly hostPath: string;
|
|
508
|
+
/**
|
|
509
|
+
* The cgroup permissions given to the container to access the device. Defaults to `rwm`.
|
|
510
|
+
*
|
|
511
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#permissions Container#permissions}
|
|
512
|
+
*/
|
|
513
|
+
readonly permissions?: string;
|
|
514
|
+
}
|
|
515
|
+
export declare function containerDevicesToTerraform(struct?: ContainerDevices | cdktf.IResolvable): any;
|
|
516
|
+
export declare function containerDevicesToHclTerraform(struct?: ContainerDevices | cdktf.IResolvable): any;
|
|
517
|
+
export declare class ContainerDevicesOutputReference extends cdktf.ComplexObject {
|
|
518
|
+
private isEmptyObject;
|
|
519
|
+
private resolvableValue?;
|
|
520
|
+
/**
|
|
521
|
+
* @param terraformResource The parent resource
|
|
522
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
523
|
+
* @param complexObjectIndex the index of this item in the list
|
|
524
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
525
|
+
*/
|
|
526
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
527
|
+
get internalValue(): ContainerDevices | cdktf.IResolvable | undefined;
|
|
528
|
+
set internalValue(value: ContainerDevices | cdktf.IResolvable | undefined);
|
|
529
|
+
private _containerPath?;
|
|
530
|
+
get containerPath(): string;
|
|
531
|
+
set containerPath(value: string);
|
|
532
|
+
resetContainerPath(): void;
|
|
533
|
+
get containerPathInput(): string | undefined;
|
|
534
|
+
private _hostPath?;
|
|
535
|
+
get hostPath(): string;
|
|
536
|
+
set hostPath(value: string);
|
|
537
|
+
get hostPathInput(): string | undefined;
|
|
538
|
+
private _permissions?;
|
|
539
|
+
get permissions(): string;
|
|
540
|
+
set permissions(value: string);
|
|
541
|
+
resetPermissions(): void;
|
|
542
|
+
get permissionsInput(): string | undefined;
|
|
543
|
+
}
|
|
544
|
+
export declare class ContainerDevicesList extends cdktf.ComplexList {
|
|
545
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
546
|
+
protected terraformAttribute: string;
|
|
547
|
+
protected wrapsSet: boolean;
|
|
548
|
+
internalValue?: ContainerDevices[] | cdktf.IResolvable;
|
|
549
|
+
/**
|
|
550
|
+
* @param terraformResource The parent resource
|
|
551
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
552
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
553
|
+
*/
|
|
554
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
555
|
+
/**
|
|
556
|
+
* @param index the index of the item to return
|
|
557
|
+
*/
|
|
558
|
+
get(index: number): ContainerDevicesOutputReference;
|
|
559
|
+
}
|
|
560
|
+
export interface ContainerHealthcheck {
|
|
561
|
+
/**
|
|
562
|
+
* Time between running the check (ms|s|m|h). Defaults to `0s`.
|
|
563
|
+
*
|
|
564
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#interval Container#interval}
|
|
565
|
+
*/
|
|
566
|
+
readonly interval?: string;
|
|
567
|
+
/**
|
|
568
|
+
* Consecutive failures needed to report unhealthy. Defaults to `0`.
|
|
569
|
+
*
|
|
570
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#retries Container#retries}
|
|
571
|
+
*/
|
|
572
|
+
readonly retries?: number;
|
|
573
|
+
/**
|
|
574
|
+
* Interval before the healthcheck starts (ms|s|m|h). Defaults to `0s`.
|
|
575
|
+
*
|
|
576
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#start_interval Container#start_interval}
|
|
577
|
+
*/
|
|
578
|
+
readonly startInterval?: string;
|
|
579
|
+
/**
|
|
580
|
+
* Start period for the container to initialize before counting retries towards unstable (ms|s|m|h). Defaults to `0s`.
|
|
581
|
+
*
|
|
582
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#start_period Container#start_period}
|
|
583
|
+
*/
|
|
584
|
+
readonly startPeriod?: string;
|
|
585
|
+
/**
|
|
586
|
+
* Command to run to check health. For example, to run `curl -f localhost/health` set the command to be `["CMD", "curl", "-f", "localhost/health"]`.
|
|
587
|
+
*
|
|
588
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#test Container#test}
|
|
589
|
+
*/
|
|
590
|
+
readonly test: string[];
|
|
591
|
+
/**
|
|
592
|
+
* Maximum time to allow one check to run (ms|s|m|h). Defaults to `0s`.
|
|
593
|
+
*
|
|
594
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#timeout Container#timeout}
|
|
595
|
+
*/
|
|
596
|
+
readonly timeout?: string;
|
|
597
|
+
}
|
|
598
|
+
export declare function containerHealthcheckToTerraform(struct?: ContainerHealthcheckOutputReference | ContainerHealthcheck): any;
|
|
599
|
+
export declare function containerHealthcheckToHclTerraform(struct?: ContainerHealthcheckOutputReference | ContainerHealthcheck): any;
|
|
600
|
+
export declare class ContainerHealthcheckOutputReference extends cdktf.ComplexObject {
|
|
601
|
+
private isEmptyObject;
|
|
602
|
+
/**
|
|
603
|
+
* @param terraformResource The parent resource
|
|
604
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
605
|
+
*/
|
|
606
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
607
|
+
get internalValue(): ContainerHealthcheck | undefined;
|
|
608
|
+
set internalValue(value: ContainerHealthcheck | undefined);
|
|
609
|
+
private _interval?;
|
|
610
|
+
get interval(): string;
|
|
611
|
+
set interval(value: string);
|
|
612
|
+
resetInterval(): void;
|
|
613
|
+
get intervalInput(): string | undefined;
|
|
614
|
+
private _retries?;
|
|
615
|
+
get retries(): number;
|
|
616
|
+
set retries(value: number);
|
|
617
|
+
resetRetries(): void;
|
|
618
|
+
get retriesInput(): number | undefined;
|
|
619
|
+
private _startInterval?;
|
|
620
|
+
get startInterval(): string;
|
|
621
|
+
set startInterval(value: string);
|
|
622
|
+
resetStartInterval(): void;
|
|
623
|
+
get startIntervalInput(): string | undefined;
|
|
624
|
+
private _startPeriod?;
|
|
625
|
+
get startPeriod(): string;
|
|
626
|
+
set startPeriod(value: string);
|
|
627
|
+
resetStartPeriod(): void;
|
|
628
|
+
get startPeriodInput(): string | undefined;
|
|
629
|
+
private _test?;
|
|
630
|
+
get test(): string[];
|
|
631
|
+
set test(value: string[]);
|
|
632
|
+
get testInput(): string[] | undefined;
|
|
633
|
+
private _timeout?;
|
|
634
|
+
get timeout(): string;
|
|
635
|
+
set timeout(value: string);
|
|
636
|
+
resetTimeout(): void;
|
|
637
|
+
get timeoutInput(): string | undefined;
|
|
638
|
+
}
|
|
639
|
+
export interface ContainerHost {
|
|
640
|
+
/**
|
|
641
|
+
* Hostname to add
|
|
642
|
+
*
|
|
643
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#host Container#host}
|
|
644
|
+
*/
|
|
645
|
+
readonly host: string;
|
|
646
|
+
/**
|
|
647
|
+
* IP address this hostname should resolve to.
|
|
648
|
+
*
|
|
649
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ip Container#ip}
|
|
650
|
+
*/
|
|
651
|
+
readonly ip: string;
|
|
652
|
+
}
|
|
653
|
+
export declare function containerHostToTerraform(struct?: ContainerHost | cdktf.IResolvable): any;
|
|
654
|
+
export declare function containerHostToHclTerraform(struct?: ContainerHost | cdktf.IResolvable): any;
|
|
655
|
+
export declare class ContainerHostOutputReference extends cdktf.ComplexObject {
|
|
656
|
+
private isEmptyObject;
|
|
657
|
+
private resolvableValue?;
|
|
658
|
+
/**
|
|
659
|
+
* @param terraformResource The parent resource
|
|
660
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
661
|
+
* @param complexObjectIndex the index of this item in the list
|
|
662
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
663
|
+
*/
|
|
664
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
665
|
+
get internalValue(): ContainerHost | cdktf.IResolvable | undefined;
|
|
666
|
+
set internalValue(value: ContainerHost | cdktf.IResolvable | undefined);
|
|
667
|
+
private _host?;
|
|
668
|
+
get host(): string;
|
|
669
|
+
set host(value: string);
|
|
670
|
+
get hostInput(): string | undefined;
|
|
671
|
+
private _ip?;
|
|
672
|
+
get ip(): string;
|
|
673
|
+
set ip(value: string);
|
|
674
|
+
get ipInput(): string | undefined;
|
|
675
|
+
}
|
|
676
|
+
export declare class ContainerHostList extends cdktf.ComplexList {
|
|
677
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
678
|
+
protected terraformAttribute: string;
|
|
679
|
+
protected wrapsSet: boolean;
|
|
680
|
+
internalValue?: ContainerHost[] | cdktf.IResolvable;
|
|
681
|
+
/**
|
|
682
|
+
* @param terraformResource The parent resource
|
|
683
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
684
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
685
|
+
*/
|
|
686
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
687
|
+
/**
|
|
688
|
+
* @param index the index of the item to return
|
|
689
|
+
*/
|
|
690
|
+
get(index: number): ContainerHostOutputReference;
|
|
691
|
+
}
|
|
692
|
+
export interface ContainerLabels {
|
|
693
|
+
/**
|
|
694
|
+
* Name of the label
|
|
695
|
+
*
|
|
696
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#label Container#label}
|
|
697
|
+
*/
|
|
698
|
+
readonly label: string;
|
|
699
|
+
/**
|
|
700
|
+
* Value of the label
|
|
701
|
+
*
|
|
702
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#value Container#value}
|
|
703
|
+
*/
|
|
704
|
+
readonly value: string;
|
|
705
|
+
}
|
|
706
|
+
export declare function containerLabelsToTerraform(struct?: ContainerLabels | cdktf.IResolvable): any;
|
|
707
|
+
export declare function containerLabelsToHclTerraform(struct?: ContainerLabels | cdktf.IResolvable): any;
|
|
708
|
+
export declare class ContainerLabelsOutputReference extends cdktf.ComplexObject {
|
|
709
|
+
private isEmptyObject;
|
|
710
|
+
private resolvableValue?;
|
|
711
|
+
/**
|
|
712
|
+
* @param terraformResource The parent resource
|
|
713
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
714
|
+
* @param complexObjectIndex the index of this item in the list
|
|
715
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
716
|
+
*/
|
|
717
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
718
|
+
get internalValue(): ContainerLabels | cdktf.IResolvable | undefined;
|
|
719
|
+
set internalValue(value: ContainerLabels | cdktf.IResolvable | undefined);
|
|
720
|
+
private _label?;
|
|
721
|
+
get label(): string;
|
|
722
|
+
set label(value: string);
|
|
723
|
+
get labelInput(): string | undefined;
|
|
724
|
+
private _value?;
|
|
725
|
+
get value(): string;
|
|
726
|
+
set value(value: string);
|
|
727
|
+
get valueInput(): string | undefined;
|
|
728
|
+
}
|
|
729
|
+
export declare class ContainerLabelsList extends cdktf.ComplexList {
|
|
730
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
731
|
+
protected terraformAttribute: string;
|
|
732
|
+
protected wrapsSet: boolean;
|
|
733
|
+
internalValue?: ContainerLabels[] | cdktf.IResolvable;
|
|
734
|
+
/**
|
|
735
|
+
* @param terraformResource The parent resource
|
|
736
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
737
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
738
|
+
*/
|
|
739
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
740
|
+
/**
|
|
741
|
+
* @param index the index of the item to return
|
|
742
|
+
*/
|
|
743
|
+
get(index: number): ContainerLabelsOutputReference;
|
|
744
|
+
}
|
|
745
|
+
export interface ContainerMountsBindOptions {
|
|
746
|
+
/**
|
|
747
|
+
* A propagation mode with the value.
|
|
748
|
+
*
|
|
749
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#propagation Container#propagation}
|
|
750
|
+
*/
|
|
751
|
+
readonly propagation?: string;
|
|
752
|
+
}
|
|
753
|
+
export declare function containerMountsBindOptionsToTerraform(struct?: ContainerMountsBindOptionsOutputReference | ContainerMountsBindOptions): any;
|
|
754
|
+
export declare function containerMountsBindOptionsToHclTerraform(struct?: ContainerMountsBindOptionsOutputReference | ContainerMountsBindOptions): any;
|
|
755
|
+
export declare class ContainerMountsBindOptionsOutputReference extends cdktf.ComplexObject {
|
|
756
|
+
private isEmptyObject;
|
|
757
|
+
/**
|
|
758
|
+
* @param terraformResource The parent resource
|
|
759
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
760
|
+
*/
|
|
761
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
762
|
+
get internalValue(): ContainerMountsBindOptions | undefined;
|
|
763
|
+
set internalValue(value: ContainerMountsBindOptions | undefined);
|
|
764
|
+
private _propagation?;
|
|
765
|
+
get propagation(): string;
|
|
766
|
+
set propagation(value: string);
|
|
767
|
+
resetPropagation(): void;
|
|
768
|
+
get propagationInput(): string | undefined;
|
|
769
|
+
}
|
|
770
|
+
export interface ContainerMountsTmpfsOptions {
|
|
771
|
+
/**
|
|
772
|
+
* The permission mode for the tmpfs mount in an integer.
|
|
773
|
+
*
|
|
774
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#mode Container#mode}
|
|
775
|
+
*/
|
|
776
|
+
readonly mode?: number;
|
|
777
|
+
/**
|
|
778
|
+
* The size for the tmpfs mount in bytes.
|
|
779
|
+
*
|
|
780
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#size_bytes Container#size_bytes}
|
|
781
|
+
*/
|
|
782
|
+
readonly sizeBytes?: number;
|
|
783
|
+
}
|
|
784
|
+
export declare function containerMountsTmpfsOptionsToTerraform(struct?: ContainerMountsTmpfsOptionsOutputReference | ContainerMountsTmpfsOptions): any;
|
|
785
|
+
export declare function containerMountsTmpfsOptionsToHclTerraform(struct?: ContainerMountsTmpfsOptionsOutputReference | ContainerMountsTmpfsOptions): any;
|
|
786
|
+
export declare class ContainerMountsTmpfsOptionsOutputReference extends cdktf.ComplexObject {
|
|
787
|
+
private isEmptyObject;
|
|
788
|
+
/**
|
|
789
|
+
* @param terraformResource The parent resource
|
|
790
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
791
|
+
*/
|
|
792
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
793
|
+
get internalValue(): ContainerMountsTmpfsOptions | undefined;
|
|
794
|
+
set internalValue(value: ContainerMountsTmpfsOptions | undefined);
|
|
795
|
+
private _mode?;
|
|
796
|
+
get mode(): number;
|
|
797
|
+
set mode(value: number);
|
|
798
|
+
resetMode(): void;
|
|
799
|
+
get modeInput(): number | undefined;
|
|
800
|
+
private _sizeBytes?;
|
|
801
|
+
get sizeBytes(): number;
|
|
802
|
+
set sizeBytes(value: number);
|
|
803
|
+
resetSizeBytes(): void;
|
|
804
|
+
get sizeBytesInput(): number | undefined;
|
|
805
|
+
}
|
|
806
|
+
export interface ContainerMountsVolumeOptionsLabels {
|
|
807
|
+
/**
|
|
808
|
+
* Name of the label
|
|
809
|
+
*
|
|
810
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#label Container#label}
|
|
811
|
+
*/
|
|
812
|
+
readonly label: string;
|
|
813
|
+
/**
|
|
814
|
+
* Value of the label
|
|
815
|
+
*
|
|
816
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#value Container#value}
|
|
817
|
+
*/
|
|
818
|
+
readonly value: string;
|
|
819
|
+
}
|
|
820
|
+
export declare function containerMountsVolumeOptionsLabelsToTerraform(struct?: ContainerMountsVolumeOptionsLabels | cdktf.IResolvable): any;
|
|
821
|
+
export declare function containerMountsVolumeOptionsLabelsToHclTerraform(struct?: ContainerMountsVolumeOptionsLabels | cdktf.IResolvable): any;
|
|
822
|
+
export declare class ContainerMountsVolumeOptionsLabelsOutputReference extends cdktf.ComplexObject {
|
|
823
|
+
private isEmptyObject;
|
|
824
|
+
private resolvableValue?;
|
|
825
|
+
/**
|
|
826
|
+
* @param terraformResource The parent resource
|
|
827
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
828
|
+
* @param complexObjectIndex the index of this item in the list
|
|
829
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
830
|
+
*/
|
|
831
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
832
|
+
get internalValue(): ContainerMountsVolumeOptionsLabels | cdktf.IResolvable | undefined;
|
|
833
|
+
set internalValue(value: ContainerMountsVolumeOptionsLabels | cdktf.IResolvable | undefined);
|
|
834
|
+
private _label?;
|
|
835
|
+
get label(): string;
|
|
836
|
+
set label(value: string);
|
|
837
|
+
get labelInput(): string | undefined;
|
|
838
|
+
private _value?;
|
|
839
|
+
get value(): string;
|
|
840
|
+
set value(value: string);
|
|
841
|
+
get valueInput(): string | undefined;
|
|
842
|
+
}
|
|
843
|
+
export declare class ContainerMountsVolumeOptionsLabelsList extends cdktf.ComplexList {
|
|
844
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
845
|
+
protected terraformAttribute: string;
|
|
846
|
+
protected wrapsSet: boolean;
|
|
847
|
+
internalValue?: ContainerMountsVolumeOptionsLabels[] | cdktf.IResolvable;
|
|
848
|
+
/**
|
|
849
|
+
* @param terraformResource The parent resource
|
|
850
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
851
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
852
|
+
*/
|
|
853
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
854
|
+
/**
|
|
855
|
+
* @param index the index of the item to return
|
|
856
|
+
*/
|
|
857
|
+
get(index: number): ContainerMountsVolumeOptionsLabelsOutputReference;
|
|
858
|
+
}
|
|
859
|
+
export interface ContainerMountsVolumeOptions {
|
|
860
|
+
/**
|
|
861
|
+
* Name of the driver to use to create the volume.
|
|
862
|
+
*
|
|
863
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#driver_name Container#driver_name}
|
|
864
|
+
*/
|
|
865
|
+
readonly driverName?: string;
|
|
866
|
+
/**
|
|
867
|
+
* key/value map of driver specific options.
|
|
868
|
+
*
|
|
869
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#driver_options Container#driver_options}
|
|
870
|
+
*/
|
|
871
|
+
readonly driverOptions?: {
|
|
872
|
+
[key: string]: string;
|
|
873
|
+
};
|
|
874
|
+
/**
|
|
875
|
+
* Populate volume with data from the target.
|
|
876
|
+
*
|
|
877
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#no_copy Container#no_copy}
|
|
878
|
+
*/
|
|
879
|
+
readonly noCopy?: boolean | cdktf.IResolvable;
|
|
880
|
+
/**
|
|
881
|
+
* Path within the volume to mount. Requires docker server version 1.45 or higher.
|
|
882
|
+
*
|
|
883
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#subpath Container#subpath}
|
|
884
|
+
*/
|
|
885
|
+
readonly subpath?: string;
|
|
886
|
+
/**
|
|
887
|
+
* labels block
|
|
888
|
+
*
|
|
889
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#labels Container#labels}
|
|
890
|
+
*/
|
|
891
|
+
readonly labels?: ContainerMountsVolumeOptionsLabels[] | cdktf.IResolvable;
|
|
892
|
+
}
|
|
893
|
+
export declare function containerMountsVolumeOptionsToTerraform(struct?: ContainerMountsVolumeOptionsOutputReference | ContainerMountsVolumeOptions): any;
|
|
894
|
+
export declare function containerMountsVolumeOptionsToHclTerraform(struct?: ContainerMountsVolumeOptionsOutputReference | ContainerMountsVolumeOptions): any;
|
|
895
|
+
export declare class ContainerMountsVolumeOptionsOutputReference extends cdktf.ComplexObject {
|
|
896
|
+
private isEmptyObject;
|
|
897
|
+
/**
|
|
898
|
+
* @param terraformResource The parent resource
|
|
899
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
900
|
+
*/
|
|
901
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
902
|
+
get internalValue(): ContainerMountsVolumeOptions | undefined;
|
|
903
|
+
set internalValue(value: ContainerMountsVolumeOptions | undefined);
|
|
904
|
+
private _driverName?;
|
|
905
|
+
get driverName(): string;
|
|
906
|
+
set driverName(value: string);
|
|
907
|
+
resetDriverName(): void;
|
|
908
|
+
get driverNameInput(): string | undefined;
|
|
909
|
+
private _driverOptions?;
|
|
910
|
+
get driverOptions(): {
|
|
911
|
+
[key: string]: string;
|
|
912
|
+
};
|
|
913
|
+
set driverOptions(value: {
|
|
914
|
+
[key: string]: string;
|
|
915
|
+
});
|
|
916
|
+
resetDriverOptions(): void;
|
|
917
|
+
get driverOptionsInput(): {
|
|
918
|
+
[key: string]: string;
|
|
919
|
+
} | undefined;
|
|
920
|
+
private _noCopy?;
|
|
921
|
+
get noCopy(): boolean | cdktf.IResolvable;
|
|
922
|
+
set noCopy(value: boolean | cdktf.IResolvable);
|
|
923
|
+
resetNoCopy(): void;
|
|
924
|
+
get noCopyInput(): boolean | cdktf.IResolvable | undefined;
|
|
925
|
+
private _subpath?;
|
|
926
|
+
get subpath(): string;
|
|
927
|
+
set subpath(value: string);
|
|
928
|
+
resetSubpath(): void;
|
|
929
|
+
get subpathInput(): string | undefined;
|
|
930
|
+
private _labels;
|
|
931
|
+
get labels(): ContainerMountsVolumeOptionsLabelsList;
|
|
932
|
+
putLabels(value: ContainerMountsVolumeOptionsLabels[] | cdktf.IResolvable): void;
|
|
933
|
+
resetLabels(): void;
|
|
934
|
+
get labelsInput(): cdktf.IResolvable | ContainerMountsVolumeOptionsLabels[] | undefined;
|
|
935
|
+
}
|
|
936
|
+
export interface ContainerMounts {
|
|
937
|
+
/**
|
|
938
|
+
* Whether the mount should be read-only.
|
|
939
|
+
*
|
|
940
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#read_only Container#read_only}
|
|
941
|
+
*/
|
|
942
|
+
readonly readOnly?: boolean | cdktf.IResolvable;
|
|
943
|
+
/**
|
|
944
|
+
* Mount source (e.g. a volume name, a host path).
|
|
945
|
+
*
|
|
946
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#source Container#source}
|
|
947
|
+
*/
|
|
948
|
+
readonly source?: string;
|
|
949
|
+
/**
|
|
950
|
+
* Container path
|
|
951
|
+
*
|
|
952
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#target Container#target}
|
|
953
|
+
*/
|
|
954
|
+
readonly target: string;
|
|
955
|
+
/**
|
|
956
|
+
* The mount type
|
|
957
|
+
*
|
|
958
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#type Container#type}
|
|
959
|
+
*/
|
|
960
|
+
readonly type: string;
|
|
961
|
+
/**
|
|
962
|
+
* bind_options block
|
|
963
|
+
*
|
|
964
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#bind_options Container#bind_options}
|
|
965
|
+
*/
|
|
966
|
+
readonly bindOptions?: ContainerMountsBindOptions;
|
|
967
|
+
/**
|
|
968
|
+
* tmpfs_options block
|
|
969
|
+
*
|
|
970
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#tmpfs_options Container#tmpfs_options}
|
|
971
|
+
*/
|
|
972
|
+
readonly tmpfsOptions?: ContainerMountsTmpfsOptions;
|
|
973
|
+
/**
|
|
974
|
+
* volume_options block
|
|
975
|
+
*
|
|
976
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#volume_options Container#volume_options}
|
|
977
|
+
*/
|
|
978
|
+
readonly volumeOptions?: ContainerMountsVolumeOptions;
|
|
979
|
+
}
|
|
980
|
+
export declare function containerMountsToTerraform(struct?: ContainerMounts | cdktf.IResolvable): any;
|
|
981
|
+
export declare function containerMountsToHclTerraform(struct?: ContainerMounts | cdktf.IResolvable): any;
|
|
982
|
+
export declare class ContainerMountsOutputReference extends cdktf.ComplexObject {
|
|
983
|
+
private isEmptyObject;
|
|
984
|
+
private resolvableValue?;
|
|
985
|
+
/**
|
|
986
|
+
* @param terraformResource The parent resource
|
|
987
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
988
|
+
* @param complexObjectIndex the index of this item in the list
|
|
989
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
990
|
+
*/
|
|
991
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
992
|
+
get internalValue(): ContainerMounts | cdktf.IResolvable | undefined;
|
|
993
|
+
set internalValue(value: ContainerMounts | cdktf.IResolvable | undefined);
|
|
994
|
+
private _readOnly?;
|
|
995
|
+
get readOnly(): boolean | cdktf.IResolvable;
|
|
996
|
+
set readOnly(value: boolean | cdktf.IResolvable);
|
|
997
|
+
resetReadOnly(): void;
|
|
998
|
+
get readOnlyInput(): boolean | cdktf.IResolvable | undefined;
|
|
999
|
+
private _source?;
|
|
1000
|
+
get source(): string;
|
|
1001
|
+
set source(value: string);
|
|
1002
|
+
resetSource(): void;
|
|
1003
|
+
get sourceInput(): string | undefined;
|
|
1004
|
+
private _target?;
|
|
1005
|
+
get target(): string;
|
|
1006
|
+
set target(value: string);
|
|
1007
|
+
get targetInput(): string | undefined;
|
|
1008
|
+
private _type?;
|
|
1009
|
+
get type(): string;
|
|
1010
|
+
set type(value: string);
|
|
1011
|
+
get typeInput(): string | undefined;
|
|
1012
|
+
private _bindOptions;
|
|
1013
|
+
get bindOptions(): ContainerMountsBindOptionsOutputReference;
|
|
1014
|
+
putBindOptions(value: ContainerMountsBindOptions): void;
|
|
1015
|
+
resetBindOptions(): void;
|
|
1016
|
+
get bindOptionsInput(): ContainerMountsBindOptions | undefined;
|
|
1017
|
+
private _tmpfsOptions;
|
|
1018
|
+
get tmpfsOptions(): ContainerMountsTmpfsOptionsOutputReference;
|
|
1019
|
+
putTmpfsOptions(value: ContainerMountsTmpfsOptions): void;
|
|
1020
|
+
resetTmpfsOptions(): void;
|
|
1021
|
+
get tmpfsOptionsInput(): ContainerMountsTmpfsOptions | undefined;
|
|
1022
|
+
private _volumeOptions;
|
|
1023
|
+
get volumeOptions(): ContainerMountsVolumeOptionsOutputReference;
|
|
1024
|
+
putVolumeOptions(value: ContainerMountsVolumeOptions): void;
|
|
1025
|
+
resetVolumeOptions(): void;
|
|
1026
|
+
get volumeOptionsInput(): ContainerMountsVolumeOptions | undefined;
|
|
1027
|
+
}
|
|
1028
|
+
export declare class ContainerMountsList extends cdktf.ComplexList {
|
|
1029
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1030
|
+
protected terraformAttribute: string;
|
|
1031
|
+
protected wrapsSet: boolean;
|
|
1032
|
+
internalValue?: ContainerMounts[] | cdktf.IResolvable;
|
|
1033
|
+
/**
|
|
1034
|
+
* @param terraformResource The parent resource
|
|
1035
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1036
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1037
|
+
*/
|
|
1038
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1039
|
+
/**
|
|
1040
|
+
* @param index the index of the item to return
|
|
1041
|
+
*/
|
|
1042
|
+
get(index: number): ContainerMountsOutputReference;
|
|
1043
|
+
}
|
|
1044
|
+
export interface ContainerNetworksAdvanced {
|
|
1045
|
+
/**
|
|
1046
|
+
* The network aliases of the container in the specific network.
|
|
1047
|
+
*
|
|
1048
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#aliases Container#aliases}
|
|
1049
|
+
*/
|
|
1050
|
+
readonly aliases?: string[];
|
|
1051
|
+
/**
|
|
1052
|
+
* The IPV4 address of the container in the specific network.
|
|
1053
|
+
*
|
|
1054
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ipv4_address Container#ipv4_address}
|
|
1055
|
+
*/
|
|
1056
|
+
readonly ipv4Address?: string;
|
|
1057
|
+
/**
|
|
1058
|
+
* The IPV6 address of the container in the specific network.
|
|
1059
|
+
*
|
|
1060
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ipv6_address Container#ipv6_address}
|
|
1061
|
+
*/
|
|
1062
|
+
readonly ipv6Address?: string;
|
|
1063
|
+
/**
|
|
1064
|
+
* The name or id of the network to use. You can use `name` or `id` attribute from a `docker_network` resource.
|
|
1065
|
+
*
|
|
1066
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#name Container#name}
|
|
1067
|
+
*/
|
|
1068
|
+
readonly name: string;
|
|
1069
|
+
}
|
|
1070
|
+
export declare function containerNetworksAdvancedToTerraform(struct?: ContainerNetworksAdvanced | cdktf.IResolvable): any;
|
|
1071
|
+
export declare function containerNetworksAdvancedToHclTerraform(struct?: ContainerNetworksAdvanced | cdktf.IResolvable): any;
|
|
1072
|
+
export declare class ContainerNetworksAdvancedOutputReference extends cdktf.ComplexObject {
|
|
1073
|
+
private isEmptyObject;
|
|
1074
|
+
private resolvableValue?;
|
|
1075
|
+
/**
|
|
1076
|
+
* @param terraformResource The parent resource
|
|
1077
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1078
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1079
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1080
|
+
*/
|
|
1081
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1082
|
+
get internalValue(): ContainerNetworksAdvanced | cdktf.IResolvable | undefined;
|
|
1083
|
+
set internalValue(value: ContainerNetworksAdvanced | cdktf.IResolvable | undefined);
|
|
1084
|
+
private _aliases?;
|
|
1085
|
+
get aliases(): string[];
|
|
1086
|
+
set aliases(value: string[]);
|
|
1087
|
+
resetAliases(): void;
|
|
1088
|
+
get aliasesInput(): string[] | undefined;
|
|
1089
|
+
private _ipv4Address?;
|
|
1090
|
+
get ipv4Address(): string;
|
|
1091
|
+
set ipv4Address(value: string);
|
|
1092
|
+
resetIpv4Address(): void;
|
|
1093
|
+
get ipv4AddressInput(): string | undefined;
|
|
1094
|
+
private _ipv6Address?;
|
|
1095
|
+
get ipv6Address(): string;
|
|
1096
|
+
set ipv6Address(value: string);
|
|
1097
|
+
resetIpv6Address(): void;
|
|
1098
|
+
get ipv6AddressInput(): string | undefined;
|
|
1099
|
+
private _name?;
|
|
1100
|
+
get name(): string;
|
|
1101
|
+
set name(value: string);
|
|
1102
|
+
get nameInput(): string | undefined;
|
|
1103
|
+
}
|
|
1104
|
+
export declare class ContainerNetworksAdvancedList extends cdktf.ComplexList {
|
|
1105
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1106
|
+
protected terraformAttribute: string;
|
|
1107
|
+
protected wrapsSet: boolean;
|
|
1108
|
+
internalValue?: ContainerNetworksAdvanced[] | cdktf.IResolvable;
|
|
1109
|
+
/**
|
|
1110
|
+
* @param terraformResource The parent resource
|
|
1111
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1112
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1113
|
+
*/
|
|
1114
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1115
|
+
/**
|
|
1116
|
+
* @param index the index of the item to return
|
|
1117
|
+
*/
|
|
1118
|
+
get(index: number): ContainerNetworksAdvancedOutputReference;
|
|
1119
|
+
}
|
|
1120
|
+
export interface ContainerPorts {
|
|
1121
|
+
/**
|
|
1122
|
+
* Port exposed out of the container. If not given a free random port `>= 32768` will be used.
|
|
1123
|
+
*
|
|
1124
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#external Container#external}
|
|
1125
|
+
*/
|
|
1126
|
+
readonly external?: number;
|
|
1127
|
+
/**
|
|
1128
|
+
* Port within the container.
|
|
1129
|
+
*
|
|
1130
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#internal Container#internal}
|
|
1131
|
+
*/
|
|
1132
|
+
readonly internal: number;
|
|
1133
|
+
/**
|
|
1134
|
+
* IP address/mask that can access this port. Defaults to `0.0.0.0`.
|
|
1135
|
+
*
|
|
1136
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#ip Container#ip}
|
|
1137
|
+
*/
|
|
1138
|
+
readonly ip?: string;
|
|
1139
|
+
/**
|
|
1140
|
+
* Protocol that can be used over this port. Defaults to `tcp`.
|
|
1141
|
+
*
|
|
1142
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#protocol Container#protocol}
|
|
1143
|
+
*/
|
|
1144
|
+
readonly protocol?: string;
|
|
1145
|
+
}
|
|
1146
|
+
export declare function containerPortsToTerraform(struct?: ContainerPorts | cdktf.IResolvable): any;
|
|
1147
|
+
export declare function containerPortsToHclTerraform(struct?: ContainerPorts | cdktf.IResolvable): any;
|
|
1148
|
+
export declare class ContainerPortsOutputReference extends cdktf.ComplexObject {
|
|
1149
|
+
private isEmptyObject;
|
|
1150
|
+
private resolvableValue?;
|
|
1151
|
+
/**
|
|
1152
|
+
* @param terraformResource The parent resource
|
|
1153
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1154
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1155
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1156
|
+
*/
|
|
1157
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1158
|
+
get internalValue(): ContainerPorts | cdktf.IResolvable | undefined;
|
|
1159
|
+
set internalValue(value: ContainerPorts | cdktf.IResolvable | undefined);
|
|
1160
|
+
private _external?;
|
|
1161
|
+
get external(): number;
|
|
1162
|
+
set external(value: number);
|
|
1163
|
+
resetExternal(): void;
|
|
1164
|
+
get externalInput(): number | undefined;
|
|
1165
|
+
private _internal?;
|
|
1166
|
+
get internal(): number;
|
|
1167
|
+
set internal(value: number);
|
|
1168
|
+
get internalInput(): number | undefined;
|
|
1169
|
+
private _ip?;
|
|
1170
|
+
get ip(): string;
|
|
1171
|
+
set ip(value: string);
|
|
1172
|
+
resetIp(): void;
|
|
1173
|
+
get ipInput(): string | undefined;
|
|
1174
|
+
private _protocol?;
|
|
1175
|
+
get protocol(): string;
|
|
1176
|
+
set protocol(value: string);
|
|
1177
|
+
resetProtocol(): void;
|
|
1178
|
+
get protocolInput(): string | undefined;
|
|
1179
|
+
}
|
|
1180
|
+
export declare class ContainerPortsList extends cdktf.ComplexList {
|
|
1181
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1182
|
+
protected terraformAttribute: string;
|
|
1183
|
+
protected wrapsSet: boolean;
|
|
1184
|
+
internalValue?: ContainerPorts[] | cdktf.IResolvable;
|
|
1185
|
+
/**
|
|
1186
|
+
* @param terraformResource The parent resource
|
|
1187
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1188
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1189
|
+
*/
|
|
1190
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1191
|
+
/**
|
|
1192
|
+
* @param index the index of the item to return
|
|
1193
|
+
*/
|
|
1194
|
+
get(index: number): ContainerPortsOutputReference;
|
|
1195
|
+
}
|
|
1196
|
+
export interface ContainerUlimit {
|
|
1197
|
+
/**
|
|
1198
|
+
* The hard limit
|
|
1199
|
+
*
|
|
1200
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#hard Container#hard}
|
|
1201
|
+
*/
|
|
1202
|
+
readonly hard: number;
|
|
1203
|
+
/**
|
|
1204
|
+
* The name of the ulimit
|
|
1205
|
+
*
|
|
1206
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#name Container#name}
|
|
1207
|
+
*/
|
|
1208
|
+
readonly name: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* The soft limit
|
|
1211
|
+
*
|
|
1212
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#soft Container#soft}
|
|
1213
|
+
*/
|
|
1214
|
+
readonly soft: number;
|
|
1215
|
+
}
|
|
1216
|
+
export declare function containerUlimitToTerraform(struct?: ContainerUlimit | cdktf.IResolvable): any;
|
|
1217
|
+
export declare function containerUlimitToHclTerraform(struct?: ContainerUlimit | cdktf.IResolvable): any;
|
|
1218
|
+
export declare class ContainerUlimitOutputReference extends cdktf.ComplexObject {
|
|
1219
|
+
private isEmptyObject;
|
|
1220
|
+
private resolvableValue?;
|
|
1221
|
+
/**
|
|
1222
|
+
* @param terraformResource The parent resource
|
|
1223
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1224
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1225
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1226
|
+
*/
|
|
1227
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1228
|
+
get internalValue(): ContainerUlimit | cdktf.IResolvable | undefined;
|
|
1229
|
+
set internalValue(value: ContainerUlimit | cdktf.IResolvable | undefined);
|
|
1230
|
+
private _hard?;
|
|
1231
|
+
get hard(): number;
|
|
1232
|
+
set hard(value: number);
|
|
1233
|
+
get hardInput(): number | undefined;
|
|
1234
|
+
private _name?;
|
|
1235
|
+
get name(): string;
|
|
1236
|
+
set name(value: string);
|
|
1237
|
+
get nameInput(): string | undefined;
|
|
1238
|
+
private _soft?;
|
|
1239
|
+
get soft(): number;
|
|
1240
|
+
set soft(value: number);
|
|
1241
|
+
get softInput(): number | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export declare class ContainerUlimitList extends cdktf.ComplexList {
|
|
1244
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1245
|
+
protected terraformAttribute: string;
|
|
1246
|
+
protected wrapsSet: boolean;
|
|
1247
|
+
internalValue?: ContainerUlimit[] | cdktf.IResolvable;
|
|
1248
|
+
/**
|
|
1249
|
+
* @param terraformResource The parent resource
|
|
1250
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1251
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1252
|
+
*/
|
|
1253
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1254
|
+
/**
|
|
1255
|
+
* @param index the index of the item to return
|
|
1256
|
+
*/
|
|
1257
|
+
get(index: number): ContainerUlimitOutputReference;
|
|
1258
|
+
}
|
|
1259
|
+
export interface ContainerUpload {
|
|
1260
|
+
/**
|
|
1261
|
+
* Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text. Conflicts with `content_base64` & `source`
|
|
1262
|
+
*
|
|
1263
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#content Container#content}
|
|
1264
|
+
*/
|
|
1265
|
+
readonly content?: string;
|
|
1266
|
+
/**
|
|
1267
|
+
* Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for larger binary content such as the result of the `base64encode` interpolation function. See [here](https://github.com/terraform-providers/terraform-provider-docker/issues/48#issuecomment-374174588) for the reason. Conflicts with `content` & `source`
|
|
1268
|
+
*
|
|
1269
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#content_base64 Container#content_base64}
|
|
1270
|
+
*/
|
|
1271
|
+
readonly contentBase64?: string;
|
|
1272
|
+
/**
|
|
1273
|
+
* If `true`, the file will be uploaded with user executable permission. Defaults to `false`.
|
|
1274
|
+
*
|
|
1275
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#executable Container#executable}
|
|
1276
|
+
*/
|
|
1277
|
+
readonly executable?: boolean | cdktf.IResolvable;
|
|
1278
|
+
/**
|
|
1279
|
+
* Path to the file in the container where is upload goes to
|
|
1280
|
+
*
|
|
1281
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#file Container#file}
|
|
1282
|
+
*/
|
|
1283
|
+
readonly file: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* The permission mode for the file in the container. Has precedence over `executable`.
|
|
1286
|
+
*
|
|
1287
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#permissions Container#permissions}
|
|
1288
|
+
*/
|
|
1289
|
+
readonly permissions?: string;
|
|
1290
|
+
/**
|
|
1291
|
+
* A filename that references a file which will be uploaded as the object content. This allows for large file uploads that do not get stored in state. Conflicts with `content` & `content_base64`
|
|
1292
|
+
*
|
|
1293
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#source Container#source}
|
|
1294
|
+
*/
|
|
1295
|
+
readonly source?: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* If using `source`, this will force an update if the file content has updated but the filename has not.
|
|
1298
|
+
*
|
|
1299
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#source_hash Container#source_hash}
|
|
1300
|
+
*/
|
|
1301
|
+
readonly sourceHash?: string;
|
|
1302
|
+
}
|
|
1303
|
+
export declare function containerUploadToTerraform(struct?: ContainerUpload | cdktf.IResolvable): any;
|
|
1304
|
+
export declare function containerUploadToHclTerraform(struct?: ContainerUpload | cdktf.IResolvable): any;
|
|
1305
|
+
export declare class ContainerUploadOutputReference extends cdktf.ComplexObject {
|
|
1306
|
+
private isEmptyObject;
|
|
1307
|
+
private resolvableValue?;
|
|
1308
|
+
/**
|
|
1309
|
+
* @param terraformResource The parent resource
|
|
1310
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1311
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1312
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1313
|
+
*/
|
|
1314
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1315
|
+
get internalValue(): ContainerUpload | cdktf.IResolvable | undefined;
|
|
1316
|
+
set internalValue(value: ContainerUpload | cdktf.IResolvable | undefined);
|
|
1317
|
+
private _content?;
|
|
1318
|
+
get content(): string;
|
|
1319
|
+
set content(value: string);
|
|
1320
|
+
resetContent(): void;
|
|
1321
|
+
get contentInput(): string | undefined;
|
|
1322
|
+
private _contentBase64?;
|
|
1323
|
+
get contentBase64(): string;
|
|
1324
|
+
set contentBase64(value: string);
|
|
1325
|
+
resetContentBase64(): void;
|
|
1326
|
+
get contentBase64Input(): string | undefined;
|
|
1327
|
+
private _executable?;
|
|
1328
|
+
get executable(): boolean | cdktf.IResolvable;
|
|
1329
|
+
set executable(value: boolean | cdktf.IResolvable);
|
|
1330
|
+
resetExecutable(): void;
|
|
1331
|
+
get executableInput(): boolean | cdktf.IResolvable | undefined;
|
|
1332
|
+
private _file?;
|
|
1333
|
+
get file(): string;
|
|
1334
|
+
set file(value: string);
|
|
1335
|
+
get fileInput(): string | undefined;
|
|
1336
|
+
private _permissions?;
|
|
1337
|
+
get permissions(): string;
|
|
1338
|
+
set permissions(value: string);
|
|
1339
|
+
resetPermissions(): void;
|
|
1340
|
+
get permissionsInput(): string | undefined;
|
|
1341
|
+
private _source?;
|
|
1342
|
+
get source(): string;
|
|
1343
|
+
set source(value: string);
|
|
1344
|
+
resetSource(): void;
|
|
1345
|
+
get sourceInput(): string | undefined;
|
|
1346
|
+
private _sourceHash?;
|
|
1347
|
+
get sourceHash(): string;
|
|
1348
|
+
set sourceHash(value: string);
|
|
1349
|
+
resetSourceHash(): void;
|
|
1350
|
+
get sourceHashInput(): string | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export declare class ContainerUploadList extends cdktf.ComplexList {
|
|
1353
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1354
|
+
protected terraformAttribute: string;
|
|
1355
|
+
protected wrapsSet: boolean;
|
|
1356
|
+
internalValue?: ContainerUpload[] | cdktf.IResolvable;
|
|
1357
|
+
/**
|
|
1358
|
+
* @param terraformResource The parent resource
|
|
1359
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1360
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1361
|
+
*/
|
|
1362
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1363
|
+
/**
|
|
1364
|
+
* @param index the index of the item to return
|
|
1365
|
+
*/
|
|
1366
|
+
get(index: number): ContainerUploadOutputReference;
|
|
1367
|
+
}
|
|
1368
|
+
export interface ContainerVolumes {
|
|
1369
|
+
/**
|
|
1370
|
+
* The path in the container where the volume will be mounted.
|
|
1371
|
+
*
|
|
1372
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#container_path Container#container_path}
|
|
1373
|
+
*/
|
|
1374
|
+
readonly containerPath?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* The container where the volume is coming from.
|
|
1377
|
+
*
|
|
1378
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#from_container Container#from_container}
|
|
1379
|
+
*/
|
|
1380
|
+
readonly fromContainer?: string;
|
|
1381
|
+
/**
|
|
1382
|
+
* The path on the host where the volume is coming from.
|
|
1383
|
+
*
|
|
1384
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#host_path Container#host_path}
|
|
1385
|
+
*/
|
|
1386
|
+
readonly hostPath?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* If `true`, this volume will be readonly. Defaults to `false`.
|
|
1389
|
+
*
|
|
1390
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#read_only Container#read_only}
|
|
1391
|
+
*/
|
|
1392
|
+
readonly readOnly?: boolean | cdktf.IResolvable;
|
|
1393
|
+
/**
|
|
1394
|
+
* The name of the docker volume which should be mounted.
|
|
1395
|
+
*
|
|
1396
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#volume_name Container#volume_name}
|
|
1397
|
+
*/
|
|
1398
|
+
readonly volumeName?: string;
|
|
1399
|
+
}
|
|
1400
|
+
export declare function containerVolumesToTerraform(struct?: ContainerVolumes | cdktf.IResolvable): any;
|
|
1401
|
+
export declare function containerVolumesToHclTerraform(struct?: ContainerVolumes | cdktf.IResolvable): any;
|
|
1402
|
+
export declare class ContainerVolumesOutputReference extends cdktf.ComplexObject {
|
|
1403
|
+
private isEmptyObject;
|
|
1404
|
+
private resolvableValue?;
|
|
1405
|
+
/**
|
|
1406
|
+
* @param terraformResource The parent resource
|
|
1407
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1408
|
+
* @param complexObjectIndex the index of this item in the list
|
|
1409
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1410
|
+
*/
|
|
1411
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
1412
|
+
get internalValue(): ContainerVolumes | cdktf.IResolvable | undefined;
|
|
1413
|
+
set internalValue(value: ContainerVolumes | cdktf.IResolvable | undefined);
|
|
1414
|
+
private _containerPath?;
|
|
1415
|
+
get containerPath(): string;
|
|
1416
|
+
set containerPath(value: string);
|
|
1417
|
+
resetContainerPath(): void;
|
|
1418
|
+
get containerPathInput(): string | undefined;
|
|
1419
|
+
private _fromContainer?;
|
|
1420
|
+
get fromContainer(): string;
|
|
1421
|
+
set fromContainer(value: string);
|
|
1422
|
+
resetFromContainer(): void;
|
|
1423
|
+
get fromContainerInput(): string | undefined;
|
|
1424
|
+
private _hostPath?;
|
|
1425
|
+
get hostPath(): string;
|
|
1426
|
+
set hostPath(value: string);
|
|
1427
|
+
resetHostPath(): void;
|
|
1428
|
+
get hostPathInput(): string | undefined;
|
|
1429
|
+
private _readOnly?;
|
|
1430
|
+
get readOnly(): boolean | cdktf.IResolvable;
|
|
1431
|
+
set readOnly(value: boolean | cdktf.IResolvable);
|
|
1432
|
+
resetReadOnly(): void;
|
|
1433
|
+
get readOnlyInput(): boolean | cdktf.IResolvable | undefined;
|
|
1434
|
+
private _volumeName?;
|
|
1435
|
+
get volumeName(): string;
|
|
1436
|
+
set volumeName(value: string);
|
|
1437
|
+
resetVolumeName(): void;
|
|
1438
|
+
get volumeNameInput(): string | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export declare class ContainerVolumesList extends cdktf.ComplexList {
|
|
1441
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
1442
|
+
protected terraformAttribute: string;
|
|
1443
|
+
protected wrapsSet: boolean;
|
|
1444
|
+
internalValue?: ContainerVolumes[] | cdktf.IResolvable;
|
|
1445
|
+
/**
|
|
1446
|
+
* @param terraformResource The parent resource
|
|
1447
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1448
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1449
|
+
*/
|
|
1450
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
1451
|
+
/**
|
|
1452
|
+
* @param index the index of the item to return
|
|
1453
|
+
*/
|
|
1454
|
+
get(index: number): ContainerVolumesOutputReference;
|
|
1455
|
+
}
|
|
1456
|
+
/**
|
|
1457
|
+
* Represents a {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container docker_container}
|
|
1458
|
+
*/
|
|
1459
|
+
export declare class Container extends cdktf.TerraformResource {
|
|
1460
|
+
static readonly tfResourceType = "docker_container";
|
|
1461
|
+
/**
|
|
1462
|
+
* Generates CDKTF code for importing a Container resource upon running "cdktf plan <stack-name>"
|
|
1463
|
+
* @param scope The scope in which to define this construct
|
|
1464
|
+
* @param importToId The construct id used in the generated config for the Container to import
|
|
1465
|
+
* @param importFromId The id of the existing Container that should be imported. Refer to the {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container#import import section} in the documentation of this resource for the id to use
|
|
1466
|
+
* @param provider? Optional instance of the provider where the Container to import is found
|
|
1467
|
+
*/
|
|
1468
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
1469
|
+
/**
|
|
1470
|
+
* Create a new {@link https://registry.terraform.io/providers/kreuzwerker/docker/3.6.2/docs/resources/container docker_container} Resource
|
|
1471
|
+
*
|
|
1472
|
+
* @param scope The scope in which to define this construct
|
|
1473
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
1474
|
+
* @param options ContainerConfig
|
|
1475
|
+
*/
|
|
1476
|
+
constructor(scope: Construct, id: string, config: ContainerConfig);
|
|
1477
|
+
private _attach?;
|
|
1478
|
+
get attach(): boolean | cdktf.IResolvable;
|
|
1479
|
+
set attach(value: boolean | cdktf.IResolvable);
|
|
1480
|
+
resetAttach(): void;
|
|
1481
|
+
get attachInput(): boolean | cdktf.IResolvable | undefined;
|
|
1482
|
+
get bridge(): string;
|
|
1483
|
+
private _cgroupParent?;
|
|
1484
|
+
get cgroupParent(): string;
|
|
1485
|
+
set cgroupParent(value: string);
|
|
1486
|
+
resetCgroupParent(): void;
|
|
1487
|
+
get cgroupParentInput(): string | undefined;
|
|
1488
|
+
private _cgroupnsMode?;
|
|
1489
|
+
get cgroupnsMode(): string;
|
|
1490
|
+
set cgroupnsMode(value: string);
|
|
1491
|
+
resetCgroupnsMode(): void;
|
|
1492
|
+
get cgroupnsModeInput(): string | undefined;
|
|
1493
|
+
private _command?;
|
|
1494
|
+
get command(): string[];
|
|
1495
|
+
set command(value: string[]);
|
|
1496
|
+
resetCommand(): void;
|
|
1497
|
+
get commandInput(): string[] | undefined;
|
|
1498
|
+
get containerLogs(): string;
|
|
1499
|
+
private _containerReadRefreshTimeoutMilliseconds?;
|
|
1500
|
+
get containerReadRefreshTimeoutMilliseconds(): number;
|
|
1501
|
+
set containerReadRefreshTimeoutMilliseconds(value: number);
|
|
1502
|
+
resetContainerReadRefreshTimeoutMilliseconds(): void;
|
|
1503
|
+
get containerReadRefreshTimeoutMillisecondsInput(): number | undefined;
|
|
1504
|
+
private _cpuPeriod?;
|
|
1505
|
+
get cpuPeriod(): number;
|
|
1506
|
+
set cpuPeriod(value: number);
|
|
1507
|
+
resetCpuPeriod(): void;
|
|
1508
|
+
get cpuPeriodInput(): number | undefined;
|
|
1509
|
+
private _cpuQuota?;
|
|
1510
|
+
get cpuQuota(): number;
|
|
1511
|
+
set cpuQuota(value: number);
|
|
1512
|
+
resetCpuQuota(): void;
|
|
1513
|
+
get cpuQuotaInput(): number | undefined;
|
|
1514
|
+
private _cpuSet?;
|
|
1515
|
+
get cpuSet(): string;
|
|
1516
|
+
set cpuSet(value: string);
|
|
1517
|
+
resetCpuSet(): void;
|
|
1518
|
+
get cpuSetInput(): string | undefined;
|
|
1519
|
+
private _cpuShares?;
|
|
1520
|
+
get cpuShares(): number;
|
|
1521
|
+
set cpuShares(value: number);
|
|
1522
|
+
resetCpuShares(): void;
|
|
1523
|
+
get cpuSharesInput(): number | undefined;
|
|
1524
|
+
private _cpus?;
|
|
1525
|
+
get cpus(): string;
|
|
1526
|
+
set cpus(value: string);
|
|
1527
|
+
resetCpus(): void;
|
|
1528
|
+
get cpusInput(): string | undefined;
|
|
1529
|
+
private _destroyGraceSeconds?;
|
|
1530
|
+
get destroyGraceSeconds(): number;
|
|
1531
|
+
set destroyGraceSeconds(value: number);
|
|
1532
|
+
resetDestroyGraceSeconds(): void;
|
|
1533
|
+
get destroyGraceSecondsInput(): number | undefined;
|
|
1534
|
+
private _dns?;
|
|
1535
|
+
get dns(): string[];
|
|
1536
|
+
set dns(value: string[]);
|
|
1537
|
+
resetDns(): void;
|
|
1538
|
+
get dnsInput(): string[] | undefined;
|
|
1539
|
+
private _dnsOpts?;
|
|
1540
|
+
get dnsOpts(): string[];
|
|
1541
|
+
set dnsOpts(value: string[]);
|
|
1542
|
+
resetDnsOpts(): void;
|
|
1543
|
+
get dnsOptsInput(): string[] | undefined;
|
|
1544
|
+
private _dnsSearch?;
|
|
1545
|
+
get dnsSearch(): string[];
|
|
1546
|
+
set dnsSearch(value: string[]);
|
|
1547
|
+
resetDnsSearch(): void;
|
|
1548
|
+
get dnsSearchInput(): string[] | undefined;
|
|
1549
|
+
private _domainname?;
|
|
1550
|
+
get domainname(): string;
|
|
1551
|
+
set domainname(value: string);
|
|
1552
|
+
resetDomainname(): void;
|
|
1553
|
+
get domainnameInput(): string | undefined;
|
|
1554
|
+
private _entrypoint?;
|
|
1555
|
+
get entrypoint(): string[];
|
|
1556
|
+
set entrypoint(value: string[]);
|
|
1557
|
+
resetEntrypoint(): void;
|
|
1558
|
+
get entrypointInput(): string[] | undefined;
|
|
1559
|
+
private _env?;
|
|
1560
|
+
get env(): string[];
|
|
1561
|
+
set env(value: string[]);
|
|
1562
|
+
resetEnv(): void;
|
|
1563
|
+
get envInput(): string[] | undefined;
|
|
1564
|
+
get exitCode(): number;
|
|
1565
|
+
private _gpus?;
|
|
1566
|
+
get gpus(): string;
|
|
1567
|
+
set gpus(value: string);
|
|
1568
|
+
resetGpus(): void;
|
|
1569
|
+
get gpusInput(): string | undefined;
|
|
1570
|
+
private _groupAdd?;
|
|
1571
|
+
get groupAdd(): string[];
|
|
1572
|
+
set groupAdd(value: string[]);
|
|
1573
|
+
resetGroupAdd(): void;
|
|
1574
|
+
get groupAddInput(): string[] | undefined;
|
|
1575
|
+
private _hostname?;
|
|
1576
|
+
get hostname(): string;
|
|
1577
|
+
set hostname(value: string);
|
|
1578
|
+
resetHostname(): void;
|
|
1579
|
+
get hostnameInput(): string | undefined;
|
|
1580
|
+
private _id?;
|
|
1581
|
+
get id(): string;
|
|
1582
|
+
set id(value: string);
|
|
1583
|
+
resetId(): void;
|
|
1584
|
+
get idInput(): string | undefined;
|
|
1585
|
+
private _image?;
|
|
1586
|
+
get image(): string;
|
|
1587
|
+
set image(value: string);
|
|
1588
|
+
get imageInput(): string | undefined;
|
|
1589
|
+
private _init?;
|
|
1590
|
+
get init(): boolean | cdktf.IResolvable;
|
|
1591
|
+
set init(value: boolean | cdktf.IResolvable);
|
|
1592
|
+
resetInit(): void;
|
|
1593
|
+
get initInput(): boolean | cdktf.IResolvable | undefined;
|
|
1594
|
+
private _ipcMode?;
|
|
1595
|
+
get ipcMode(): string;
|
|
1596
|
+
set ipcMode(value: string);
|
|
1597
|
+
resetIpcMode(): void;
|
|
1598
|
+
get ipcModeInput(): string | undefined;
|
|
1599
|
+
private _logDriver?;
|
|
1600
|
+
get logDriver(): string;
|
|
1601
|
+
set logDriver(value: string);
|
|
1602
|
+
resetLogDriver(): void;
|
|
1603
|
+
get logDriverInput(): string | undefined;
|
|
1604
|
+
private _logOpts?;
|
|
1605
|
+
get logOpts(): {
|
|
1606
|
+
[key: string]: string;
|
|
1607
|
+
};
|
|
1608
|
+
set logOpts(value: {
|
|
1609
|
+
[key: string]: string;
|
|
1610
|
+
});
|
|
1611
|
+
resetLogOpts(): void;
|
|
1612
|
+
get logOptsInput(): {
|
|
1613
|
+
[key: string]: string;
|
|
1614
|
+
} | undefined;
|
|
1615
|
+
private _logs?;
|
|
1616
|
+
get logs(): boolean | cdktf.IResolvable;
|
|
1617
|
+
set logs(value: boolean | cdktf.IResolvable);
|
|
1618
|
+
resetLogs(): void;
|
|
1619
|
+
get logsInput(): boolean | cdktf.IResolvable | undefined;
|
|
1620
|
+
private _maxRetryCount?;
|
|
1621
|
+
get maxRetryCount(): number;
|
|
1622
|
+
set maxRetryCount(value: number);
|
|
1623
|
+
resetMaxRetryCount(): void;
|
|
1624
|
+
get maxRetryCountInput(): number | undefined;
|
|
1625
|
+
private _memory?;
|
|
1626
|
+
get memory(): number;
|
|
1627
|
+
set memory(value: number);
|
|
1628
|
+
resetMemory(): void;
|
|
1629
|
+
get memoryInput(): number | undefined;
|
|
1630
|
+
private _memorySwap?;
|
|
1631
|
+
get memorySwap(): number;
|
|
1632
|
+
set memorySwap(value: number);
|
|
1633
|
+
resetMemorySwap(): void;
|
|
1634
|
+
get memorySwapInput(): number | undefined;
|
|
1635
|
+
private _mustRun?;
|
|
1636
|
+
get mustRun(): boolean | cdktf.IResolvable;
|
|
1637
|
+
set mustRun(value: boolean | cdktf.IResolvable);
|
|
1638
|
+
resetMustRun(): void;
|
|
1639
|
+
get mustRunInput(): boolean | cdktf.IResolvable | undefined;
|
|
1640
|
+
private _name?;
|
|
1641
|
+
get name(): string;
|
|
1642
|
+
set name(value: string);
|
|
1643
|
+
get nameInput(): string | undefined;
|
|
1644
|
+
private _networkData;
|
|
1645
|
+
get networkData(): ContainerNetworkDataList;
|
|
1646
|
+
private _networkMode?;
|
|
1647
|
+
get networkMode(): string;
|
|
1648
|
+
set networkMode(value: string);
|
|
1649
|
+
resetNetworkMode(): void;
|
|
1650
|
+
get networkModeInput(): string | undefined;
|
|
1651
|
+
private _pidMode?;
|
|
1652
|
+
get pidMode(): string;
|
|
1653
|
+
set pidMode(value: string);
|
|
1654
|
+
resetPidMode(): void;
|
|
1655
|
+
get pidModeInput(): string | undefined;
|
|
1656
|
+
private _privileged?;
|
|
1657
|
+
get privileged(): boolean | cdktf.IResolvable;
|
|
1658
|
+
set privileged(value: boolean | cdktf.IResolvable);
|
|
1659
|
+
resetPrivileged(): void;
|
|
1660
|
+
get privilegedInput(): boolean | cdktf.IResolvable | undefined;
|
|
1661
|
+
private _publishAllPorts?;
|
|
1662
|
+
get publishAllPorts(): boolean | cdktf.IResolvable;
|
|
1663
|
+
set publishAllPorts(value: boolean | cdktf.IResolvable);
|
|
1664
|
+
resetPublishAllPorts(): void;
|
|
1665
|
+
get publishAllPortsInput(): boolean | cdktf.IResolvable | undefined;
|
|
1666
|
+
private _readOnly?;
|
|
1667
|
+
get readOnly(): boolean | cdktf.IResolvable;
|
|
1668
|
+
set readOnly(value: boolean | cdktf.IResolvable);
|
|
1669
|
+
resetReadOnly(): void;
|
|
1670
|
+
get readOnlyInput(): boolean | cdktf.IResolvable | undefined;
|
|
1671
|
+
private _removeVolumes?;
|
|
1672
|
+
get removeVolumes(): boolean | cdktf.IResolvable;
|
|
1673
|
+
set removeVolumes(value: boolean | cdktf.IResolvable);
|
|
1674
|
+
resetRemoveVolumes(): void;
|
|
1675
|
+
get removeVolumesInput(): boolean | cdktf.IResolvable | undefined;
|
|
1676
|
+
private _restart?;
|
|
1677
|
+
get restart(): string;
|
|
1678
|
+
set restart(value: string);
|
|
1679
|
+
resetRestart(): void;
|
|
1680
|
+
get restartInput(): string | undefined;
|
|
1681
|
+
private _rm?;
|
|
1682
|
+
get rm(): boolean | cdktf.IResolvable;
|
|
1683
|
+
set rm(value: boolean | cdktf.IResolvable);
|
|
1684
|
+
resetRm(): void;
|
|
1685
|
+
get rmInput(): boolean | cdktf.IResolvable | undefined;
|
|
1686
|
+
private _runtime?;
|
|
1687
|
+
get runtime(): string;
|
|
1688
|
+
set runtime(value: string);
|
|
1689
|
+
resetRuntime(): void;
|
|
1690
|
+
get runtimeInput(): string | undefined;
|
|
1691
|
+
private _securityOpts?;
|
|
1692
|
+
get securityOpts(): string[];
|
|
1693
|
+
set securityOpts(value: string[]);
|
|
1694
|
+
resetSecurityOpts(): void;
|
|
1695
|
+
get securityOptsInput(): string[] | undefined;
|
|
1696
|
+
private _shmSize?;
|
|
1697
|
+
get shmSize(): number;
|
|
1698
|
+
set shmSize(value: number);
|
|
1699
|
+
resetShmSize(): void;
|
|
1700
|
+
get shmSizeInput(): number | undefined;
|
|
1701
|
+
private _start?;
|
|
1702
|
+
get start(): boolean | cdktf.IResolvable;
|
|
1703
|
+
set start(value: boolean | cdktf.IResolvable);
|
|
1704
|
+
resetStart(): void;
|
|
1705
|
+
get startInput(): boolean | cdktf.IResolvable | undefined;
|
|
1706
|
+
private _stdinOpen?;
|
|
1707
|
+
get stdinOpen(): boolean | cdktf.IResolvable;
|
|
1708
|
+
set stdinOpen(value: boolean | cdktf.IResolvable);
|
|
1709
|
+
resetStdinOpen(): void;
|
|
1710
|
+
get stdinOpenInput(): boolean | cdktf.IResolvable | undefined;
|
|
1711
|
+
private _stopSignal?;
|
|
1712
|
+
get stopSignal(): string;
|
|
1713
|
+
set stopSignal(value: string);
|
|
1714
|
+
resetStopSignal(): void;
|
|
1715
|
+
get stopSignalInput(): string | undefined;
|
|
1716
|
+
private _stopTimeout?;
|
|
1717
|
+
get stopTimeout(): number;
|
|
1718
|
+
set stopTimeout(value: number);
|
|
1719
|
+
resetStopTimeout(): void;
|
|
1720
|
+
get stopTimeoutInput(): number | undefined;
|
|
1721
|
+
private _storageOpts?;
|
|
1722
|
+
get storageOpts(): {
|
|
1723
|
+
[key: string]: string;
|
|
1724
|
+
};
|
|
1725
|
+
set storageOpts(value: {
|
|
1726
|
+
[key: string]: string;
|
|
1727
|
+
});
|
|
1728
|
+
resetStorageOpts(): void;
|
|
1729
|
+
get storageOptsInput(): {
|
|
1730
|
+
[key: string]: string;
|
|
1731
|
+
} | undefined;
|
|
1732
|
+
private _sysctls?;
|
|
1733
|
+
get sysctls(): {
|
|
1734
|
+
[key: string]: string;
|
|
1735
|
+
};
|
|
1736
|
+
set sysctls(value: {
|
|
1737
|
+
[key: string]: string;
|
|
1738
|
+
});
|
|
1739
|
+
resetSysctls(): void;
|
|
1740
|
+
get sysctlsInput(): {
|
|
1741
|
+
[key: string]: string;
|
|
1742
|
+
} | undefined;
|
|
1743
|
+
private _tmpfs?;
|
|
1744
|
+
get tmpfs(): {
|
|
1745
|
+
[key: string]: string;
|
|
1746
|
+
};
|
|
1747
|
+
set tmpfs(value: {
|
|
1748
|
+
[key: string]: string;
|
|
1749
|
+
});
|
|
1750
|
+
resetTmpfs(): void;
|
|
1751
|
+
get tmpfsInput(): {
|
|
1752
|
+
[key: string]: string;
|
|
1753
|
+
} | undefined;
|
|
1754
|
+
private _tty?;
|
|
1755
|
+
get tty(): boolean | cdktf.IResolvable;
|
|
1756
|
+
set tty(value: boolean | cdktf.IResolvable);
|
|
1757
|
+
resetTty(): void;
|
|
1758
|
+
get ttyInput(): boolean | cdktf.IResolvable | undefined;
|
|
1759
|
+
private _user?;
|
|
1760
|
+
get user(): string;
|
|
1761
|
+
set user(value: string);
|
|
1762
|
+
resetUser(): void;
|
|
1763
|
+
get userInput(): string | undefined;
|
|
1764
|
+
private _usernsMode?;
|
|
1765
|
+
get usernsMode(): string;
|
|
1766
|
+
set usernsMode(value: string);
|
|
1767
|
+
resetUsernsMode(): void;
|
|
1768
|
+
get usernsModeInput(): string | undefined;
|
|
1769
|
+
private _wait?;
|
|
1770
|
+
get wait(): boolean | cdktf.IResolvable;
|
|
1771
|
+
set wait(value: boolean | cdktf.IResolvable);
|
|
1772
|
+
resetWait(): void;
|
|
1773
|
+
get waitInput(): boolean | cdktf.IResolvable | undefined;
|
|
1774
|
+
private _waitTimeout?;
|
|
1775
|
+
get waitTimeout(): number;
|
|
1776
|
+
set waitTimeout(value: number);
|
|
1777
|
+
resetWaitTimeout(): void;
|
|
1778
|
+
get waitTimeoutInput(): number | undefined;
|
|
1779
|
+
private _workingDir?;
|
|
1780
|
+
get workingDir(): string;
|
|
1781
|
+
set workingDir(value: string);
|
|
1782
|
+
resetWorkingDir(): void;
|
|
1783
|
+
get workingDirInput(): string | undefined;
|
|
1784
|
+
private _capabilities;
|
|
1785
|
+
get capabilities(): ContainerCapabilitiesOutputReference;
|
|
1786
|
+
putCapabilities(value: ContainerCapabilities): void;
|
|
1787
|
+
resetCapabilities(): void;
|
|
1788
|
+
get capabilitiesInput(): ContainerCapabilities | undefined;
|
|
1789
|
+
private _devices;
|
|
1790
|
+
get devices(): ContainerDevicesList;
|
|
1791
|
+
putDevices(value: ContainerDevices[] | cdktf.IResolvable): void;
|
|
1792
|
+
resetDevices(): void;
|
|
1793
|
+
get devicesInput(): cdktf.IResolvable | ContainerDevices[] | undefined;
|
|
1794
|
+
private _healthcheck;
|
|
1795
|
+
get healthcheck(): ContainerHealthcheckOutputReference;
|
|
1796
|
+
putHealthcheck(value: ContainerHealthcheck): void;
|
|
1797
|
+
resetHealthcheck(): void;
|
|
1798
|
+
get healthcheckInput(): ContainerHealthcheck | undefined;
|
|
1799
|
+
private _host;
|
|
1800
|
+
get host(): ContainerHostList;
|
|
1801
|
+
putHost(value: ContainerHost[] | cdktf.IResolvable): void;
|
|
1802
|
+
resetHost(): void;
|
|
1803
|
+
get hostInput(): cdktf.IResolvable | ContainerHost[] | undefined;
|
|
1804
|
+
private _labels;
|
|
1805
|
+
get labels(): ContainerLabelsList;
|
|
1806
|
+
putLabels(value: ContainerLabels[] | cdktf.IResolvable): void;
|
|
1807
|
+
resetLabels(): void;
|
|
1808
|
+
get labelsInput(): cdktf.IResolvable | ContainerLabels[] | undefined;
|
|
1809
|
+
private _mounts;
|
|
1810
|
+
get mounts(): ContainerMountsList;
|
|
1811
|
+
putMounts(value: ContainerMounts[] | cdktf.IResolvable): void;
|
|
1812
|
+
resetMounts(): void;
|
|
1813
|
+
get mountsInput(): cdktf.IResolvable | ContainerMounts[] | undefined;
|
|
1814
|
+
private _networksAdvanced;
|
|
1815
|
+
get networksAdvanced(): ContainerNetworksAdvancedList;
|
|
1816
|
+
putNetworksAdvanced(value: ContainerNetworksAdvanced[] | cdktf.IResolvable): void;
|
|
1817
|
+
resetNetworksAdvanced(): void;
|
|
1818
|
+
get networksAdvancedInput(): cdktf.IResolvable | ContainerNetworksAdvanced[] | undefined;
|
|
1819
|
+
private _ports;
|
|
1820
|
+
get ports(): ContainerPortsList;
|
|
1821
|
+
putPorts(value: ContainerPorts[] | cdktf.IResolvable): void;
|
|
1822
|
+
resetPorts(): void;
|
|
1823
|
+
get portsInput(): cdktf.IResolvable | ContainerPorts[] | undefined;
|
|
1824
|
+
private _ulimit;
|
|
1825
|
+
get ulimit(): ContainerUlimitList;
|
|
1826
|
+
putUlimit(value: ContainerUlimit[] | cdktf.IResolvable): void;
|
|
1827
|
+
resetUlimit(): void;
|
|
1828
|
+
get ulimitInput(): cdktf.IResolvable | ContainerUlimit[] | undefined;
|
|
1829
|
+
private _upload;
|
|
1830
|
+
get upload(): ContainerUploadList;
|
|
1831
|
+
putUpload(value: ContainerUpload[] | cdktf.IResolvable): void;
|
|
1832
|
+
resetUpload(): void;
|
|
1833
|
+
get uploadInput(): cdktf.IResolvable | ContainerUpload[] | undefined;
|
|
1834
|
+
private _volumes;
|
|
1835
|
+
get volumes(): ContainerVolumesList;
|
|
1836
|
+
putVolumes(value: ContainerVolumes[] | cdktf.IResolvable): void;
|
|
1837
|
+
resetVolumes(): void;
|
|
1838
|
+
get volumesInput(): cdktf.IResolvable | ContainerVolumes[] | undefined;
|
|
1839
|
+
protected synthesizeAttributes(): {
|
|
1840
|
+
[name: string]: any;
|
|
1841
|
+
};
|
|
1842
|
+
protected synthesizeHclAttributes(): {
|
|
1843
|
+
[name: string]: any;
|
|
1844
|
+
};
|
|
1845
|
+
}
|