ApplicationOutputReference

class aws_cdk.aws_kinesisanalytics.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_kinesisanalytics as kinesisanalytics

application_output_reference = kinesisanalytics.ApplicationOutputReference(
    application_output_id="applicationOutputId"
)

Attributes

application_output_id

The Id of the ApplicationOutput resource.