| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
(experimental) Create a Duration representing an amount of days.
|
Duration |
CommandProbeOptions.Jsii$Proxy.getInitialDelaySeconds() |
Duration |
HttpGetProbeOptions.Jsii$Proxy.getInitialDelaySeconds() |
default Duration |
ProbeOptions.getInitialDelaySeconds()
(experimental) Number of seconds after the container has started before liveness probes are initiated.
|
Duration |
ProbeOptions.Jsii$Proxy.getInitialDelaySeconds() |
Duration |
CommandProbeOptions.Jsii$Proxy.getPeriodSeconds() |
Duration |
HttpGetProbeOptions.Jsii$Proxy.getPeriodSeconds() |
default Duration |
ProbeOptions.getPeriodSeconds()
(experimental) How often (in seconds) to perform the probe.
|
Duration |
ProbeOptions.Jsii$Proxy.getPeriodSeconds() |
Duration |
CommandProbeOptions.Jsii$Proxy.getTimeoutSeconds() |
Duration |
HttpGetProbeOptions.Jsii$Proxy.getTimeoutSeconds() |
default Duration |
ProbeOptions.getTimeoutSeconds()
(experimental) Number of seconds after which the probe times out.
|
Duration |
ProbeOptions.Jsii$Proxy.getTimeoutSeconds() |
Duration |
Job.getTtlAfterFinished()
(experimental) TTL before the job is deleted after it is finished.
|
default Duration |
JobProps.getTtlAfterFinished()
(experimental) Limits the lifetime of a Job that has finished execution (either Complete or Failed).
|
Duration |
JobProps.Jsii$Proxy.getTtlAfterFinished() |
static Duration |
Duration.hours(Number amount)
(experimental) Create a Duration representing an amount of hours.
|
static Duration |
Duration.millis(Number amount)
(experimental) Create a Duration representing an amount of milliseconds.
|
static Duration |
Duration.minutes(Number amount)
(experimental) Create a Duration representing an amount of minutes.
|
static Duration |
Duration.parse(String duration)
(experimental) Parse a period formatted according to the ISO 8601 standard.
|
static Duration |
Duration.seconds(Number amount)
(experimental) Create a Duration representing an amount of seconds.
|
Copyright © 2020. All rights reserved.