@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.129Z") @Stability(value=Experimental) public interface SignalsOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SignalsOptions.Builder
A builder for
SignalsOptions |
static class |
SignalsOptions.Jsii$Proxy
An implementation for
SignalsOptions |
| Modifier and Type | Method and Description |
|---|---|
static SignalsOptions.Builder |
builder() |
default Number |
getMinSuccessPercentage()
(experimental) The percentage of signals that need to be successful.
|
default Duration |
getTimeout()
(experimental) How long to wait for the signals to be sent.
|
@Stability(value=Experimental) @Nullable default Number getMinSuccessPercentage()
If this number is less than 100, a percentage of signals may be failure signals while still succeeding the creation or update in CloudFormation.
Default: 100
@Stability(value=Experimental) @Nullable default Duration getTimeout()
This should reflect how long it takes your instances to start up (including instance start time and instance initialization time).
Default: Duration.minutes(5)
@Stability(value=Experimental) static SignalsOptions.Builder builder()
SignalsOptions.Builder of SignalsOptionsCopyright © 2021. All rights reserved.