ApplicationOutputReference
- class aws_cdk.aws_kinesisanalyticsv2.ApplicationOutputReference(*, application_output_id)
Bases:
object
A reference to a ApplicationOutput resource.
- Parameters:
application_output_id (
str
) – The Id of the ApplicationOutput resource.- 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_kinesisanalyticsv2 as kinesisanalyticsv2 application_output_reference = kinesisanalyticsv2.ApplicationOutputReference( application_output_id="applicationOutputId" )
Attributes
- application_output_id
The Id of the ApplicationOutput resource.