Skip to main content

Interface: IConnectivityRuleSpec

connectivityrule.v1.IConnectivityRuleSpec

Properties of a ConnectivityRuleSpec.

Hierarchy

Properties

connectionType

Optional connectionType: "publicRule" | "privateRule"

ConnectivityRuleSpec connectionType

Inherited from

$Properties.connectionType


privateRule

Optional privateRule: null | $Properties

This allows access via specific private vpc.

Inherited from

$Properties.privateRule


publicRule

Optional publicRule: null | $Properties

This allows access via public internet.

Inherited from

$Properties.publicRule