ApplicationOutputV2Reference
- class aws_cdk.aws_kinesisanalytics.ApplicationOutputV2Reference(*, application_output_id)
Bases:
object
(deprecated) A reference to a ApplicationOutput resource.
- Parameters:
application_output_id (
str
) – (deprecated) The Id of the ApplicationOutput resource.- Deprecated:
use
aws-kinesisanalyticsv2
instead- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_kinesisanalytics as kinesisanalytics application_output_v2_reference = kinesisanalytics.ApplicationOutputV2Reference( application_output_id="applicationOutputId" )
Attributes
- application_output_id
(deprecated) The Id of the ApplicationOutput resource.
- Stability:
deprecated