@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:01.078Z") @Stability(value=Stable) public interface CfnResourceSignal extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResourceSignal.Builder
A builder for
CfnResourceSignal |
static class |
CfnResourceSignal.Jsii$Proxy
An implementation for
CfnResourceSignal |
Modifier and Type | Method and Description |
---|---|
static CfnResourceSignal.Builder |
builder() |
default Number |
getCount()
The number of success signals AWS CloudFormation must receive before it sets the resource status as CREATE_COMPLETE.
|
default String |
getTimeout()
The length of time that AWS CloudFormation waits for the number of signals that was specified in the Count property.
|
@Stability(value=Stable) default Number getCount()
@Stability(value=Stable) default String getTimeout()
@Stability(value=Stable) static CfnResourceSignal.Builder builder()
CfnResourceSignal.Builder
of CfnResourceSignal
Copyright © 2019. All rights reserved.