HostKeyReference

class aws_cdk.interfaces.aws_transfer.HostKeyReference(*, host_key_arn)

Bases: object

A reference to a HostKey resource.

Parameters:

host_key_arn (str) – The Arn of the HostKey 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_transfer as interfaces_transfer

host_key_reference = interfaces_transfer.HostKeyReference(
    host_key_arn="hostKeyArn"
)

Attributes

host_key_arn

The Arn of the HostKey resource.