interface IAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTEvents.IAction |
Java | software.amazon.awscdk.services.iotevents.IAction |
Python | aws_cdk.aws_iotevents.IAction |
TypeScript (source) | @aws-cdk/aws-iotevents » IAction |
Implemented by
Lambda, Set
An abstract action for DetectorModel.
Methods
| Name | Description |
|---|---|
| bind(scope, options) | Returns the AWS IoT Events action specification. |
bind(scope, options)
public bind(scope: Construct, options: ActionBindOptions): ActionConfig
Parameters
- scope
Construct - options
ActionBind Options
Returns
Returns the AWS IoT Events action specification.

.NET
Java
Python
TypeScript (