ApplicationReference
- class aws_cdk.aws_codedeploy.ApplicationReference(*, 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_codedeploy as codedeploy application_reference = codedeploy.ApplicationReference( application_name="applicationName" )
Attributes
- application_name
The ApplicationName of the Application resource.