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

    Interface HetznerFirewallAttachment

    Props for HtzFirewallAttachment.

    Attaches a Hetzner Cloud Firewall to a server or label selector.

    interface HetznerFirewallAttachment {
        firewallId: number | IResolvable;
        labelSelector?: string;
        serverId?: number | IResolvable;
    }
    Index

    Properties

    firewallId: number | IResolvable

    ID of the Firewall to attach.

    labelSelector?: string

    Label selector string. Attaches the Firewall to all matching servers. Provide either serverId or labelSelector, not both.

    serverId?: number | IResolvable

    ID of the Server to attach the Firewall to. Provide either serverId or labelSelector, not both.