interface ActionBindOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTEvents.Alpha.ActionBindOptions |
![]() | github.com/aws/aws-cdk-go/awscdkioteventsalpha/v2#ActionBindOptions |
![]() | software.amazon.awscdk.services.iotevents.alpha.ActionBindOptions |
![]() | aws_cdk.aws_iotevents_alpha.ActionBindOptions |
![]() | @aws-cdk/aws-iotevents-alpha » ActionBindOptions |
Options when binding a Action to a detector model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotevents_alpha from '@aws-cdk/aws-iotevents-alpha';
import { aws_iam as iam } from 'aws-cdk-lib';
declare const role: iam.Role;
const actionBindOptions: iotevents_alpha.ActionBindOptions = {
role: role,
};
Properties
Name | Type | Description |
---|---|---|
role | IRole | The IAM role assumed by IoT Events to perform the action. |
role
Type:
IRole
The IAM role assumed by IoT Events to perform the action.