interface ApplicationOutputV2Reference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisAnalytics.ApplicationOutputV2Reference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#ApplicationOutputV2Reference |
![]() | software.amazon.awscdk.services.kinesisanalytics.ApplicationOutputV2Reference |
![]() | aws_cdk.aws_kinesisanalytics.ApplicationOutputV2Reference |
![]() | aws-cdk-lib » aws_kinesisanalytics » ApplicationOutputV2Reference |
A reference to a ApplicationOutput resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const applicationOutputV2Reference: kinesisanalytics.ApplicationOutputV2Reference = {
applicationOutputId: 'applicationOutputId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The Id of the ApplicationOutput resource. |
applicationOutputId
Type:
string
The Id of the ApplicationOutput resource.