@cdk-x/hetzner
    Preparing search index...

    Interface HetznerSshKey

    Props for HtzSshKey.

    Manages a Hetzner Cloud SSH Key.

    interface HetznerSshKey {
        labels?: Record<string, string>;
        name: string;
        publicKey: string;
    }
    Index

    Properties

    labels?: Record<string, string>

    User-defined labels (key/value pairs) for the Resource.

    name: string

    Name of the SSH key.

    publicKey: string

    Public key.