interface ApplicationReferenceDataSourceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.KinesisAnalyticsV2.ApplicationReferenceDataSourceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awskinesisanalyticsv2#ApplicationReferenceDataSourceReference |
Java | software.amazon.awscdk.interfaces.kinesisanalyticsv2.ApplicationReferenceDataSourceReference |
Python | aws_cdk.interfaces.aws_kinesisanalyticsv2.ApplicationReferenceDataSourceReference |
TypeScript | aws-cdk-lib » interfaces » aws_kinesisanalyticsv2 » ApplicationReferenceDataSourceReference |
A reference to a ApplicationReferenceDataSource resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalyticsv2 as interfaces_aws_kinesisanalyticsv2 } from 'aws-cdk-lib/interfaces';
const applicationReferenceDataSourceReference: interfaces_aws_kinesisanalyticsv2.ApplicationReferenceDataSourceReference = {
applicationReferenceDataSourceId: 'applicationReferenceDataSourceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The Id of the ApplicationReferenceDataSource resource. |
applicationReferenceDataSourceId
Type:
string
The Id of the ApplicationReferenceDataSource resource.

.NET
Go
Java
Python
TypeScript