Skip to content

DisassociateThirdPartyFirewall

Source: src/AWS/FMS/DisassociateThirdPartyFirewall.ts

Runtime binding for fms:DisassociateThirdPartyFirewall.

Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. The third-party vendor deletes all of the firewalls associated with the account. Provide the implementation with Effect.provide(AWS.FMS.DisassociateThirdPartyFirewallHttp).

// init — account-level binding takes no resource
const disassociateThirdPartyFirewall = yield* AWS.FMS.DisassociateThirdPartyFirewall();
// runtime
const result = yield* disassociateThirdPartyFirewall({
ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW",
});
console.log(result.ThirdPartyFirewallStatus);