ApplicationV2Reference
- class aws_cdk.aws_kinesisanalytics.ApplicationV2Reference(*, application_name)
Bases:
object
A reference to a Application resource.
- Parameters:
application_name (
str
) – The ApplicationName of the Application 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_v2_reference = kinesisanalytics.ApplicationV2Reference( application_name="applicationName" )
Attributes
- application_name
The ApplicationName of the Application resource.