HostReference

class aws_cdk.interfaces.aws_codeconnections.HostReference(*, host_arn)

Bases: object

A reference to a Host resource.

Parameters:

host_arn (str) – The HostArn of the Host 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_codeconnections as interfaces_codeconnections

host_reference = interfaces_codeconnections.HostReference(
    host_arn="hostArn"
)

Attributes

host_arn

The HostArn of the Host resource.