state property
The state of the event source mapping. It can be one of the following:
Creating
, Enabling
, Enabled
,
Disabling
, Disabled
, Updating
, or
Deleting
.
Implementation
final String? state;
The state of the event source mapping. It can be one of the following:
Creating
, Enabling
, Enabled
,
Disabling
, Disabled
, Updating
, or
Deleting
.
final String? state;