ApplicationOutputV2Reference
- class aws_cdk.aws_kinesisanalytics.ApplicationOutputV2Reference(*, 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_kinesisanalytics as kinesisanalytics application_output_v2_reference = kinesisanalytics.ApplicationOutputV2Reference( application_output_id="applicationOutputId" )
Attributes
- application_output_id
The Id of the ApplicationOutput resource.