rabbitmqssl
Version:
RabbitMQ client with SSL support for ActivePieces
17 lines (16 loc) • 1.17 kB
TypeScript
export declare const rabbitmqAuth: import("@activepieces/pieces-framework").CustomAuthProperty<{
host: import("@activepieces/pieces-framework").ShortTextProperty<true>;
username: import("@activepieces/pieces-framework").ShortTextProperty<true>;
password: import("@activepieces/pieces-framework").SecretTextProperty<true>;
port: import("@activepieces/pieces-framework").NumberProperty<true>;
vhost: import("@activepieces/pieces-framework").ShortTextProperty<false>;
ssl: import("@activepieces/pieces-framework").CheckboxProperty<false>;
}>;
export declare const rabbitmq: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").CustomAuthProperty<{
host: import("@activepieces/pieces-framework").ShortTextProperty<true>;
username: import("@activepieces/pieces-framework").ShortTextProperty<true>;
password: import("@activepieces/pieces-framework").SecretTextProperty<true>;
port: import("@activepieces/pieces-framework").NumberProperty<true>;
vhost: import("@activepieces/pieces-framework").ShortTextProperty<false>;
ssl: import("@activepieces/pieces-framework").CheckboxProperty<false>;
}>>;