interface InputReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTEvents.InputReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#InputReference |
![]() | software.amazon.awscdk.services.iotevents.InputReference |
![]() | aws_cdk.aws_iotevents.InputReference |
![]() | aws-cdk-lib » aws_iotevents » InputReference |
A reference to a Input resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotevents as iotevents } from 'aws-cdk-lib';
const inputReference: iotevents.InputReference = {
inputName: 'inputName',
};
Properties
Name | Type | Description |
---|---|---|
input | string | The InputName of the Input resource. |
inputName
Type:
string
The InputName of the Input resource.