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