ApplicationStatusCheckReference

class aws_cdk.interfaces.aws_ec2.ApplicationStatusCheckReference(*, application_status_check_arn)

Bases: object

A reference to a ApplicationStatusCheck resource.

Parameters:

application_status_check_arn (str) – The Arn of the ApplicationStatusCheck 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.interfaces import aws_ec2 as interfaces_ec2

application_status_check_reference = interfaces_ec2.ApplicationStatusCheckReference(
    application_status_check_arn="applicationStatusCheckArn"
)

Attributes

application_status_check_arn

The Arn of the ApplicationStatusCheck resource.