@finnairoyj/cdk-constructs-lib - v0.1.11
Preparing search index...
lambda-utils
CfnResponseProps
Interface CfnResponseProps<T>
interface
CfnResponseProps
<
T
extends
Record
<
string
,
any
>
=
never
>
{
ctx
:
Context
;
data
?:
T
;
err
?:
Error
;
event
:
CloudFormationCustomResourceEvent
;
noEcho
?:
boolean
;
physicalResourceId
?:
string
;
}
Type Parameters
T
extends
Record
<
string
,
any
>
=
never
Index
Properties
ctx
data?
err?
event
no
Echo?
physical
Resource
Id?
Properties
ctx
ctx
:
Context
Optional
data
data
?:
T
Optional
err
err
?:
Error
event
event
:
CloudFormationCustomResourceEvent
Optional
no
Echo
noEcho
?:
boolean
Optional
physical
Resource
Id
physicalResourceId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ctx
data
err
event
no
Echo
physical
Resource
Id
@finnairoyj/cdk-constructs-lib - v0.1.11
Loading...