Skip to content

AssociateThirdPartyFirewall

Source: src/AWS/FMS/AssociateThirdPartyFirewall.ts

Runtime binding for fms:AssociateThirdPartyFirewall.

Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service (Palo Alto Networks Cloud NGFW or Fortigate Cloud Native Firewall). Requires an active AWS Marketplace subscription to the vendor. Provide the implementation with Effect.provide(AWS.FMS.AssociateThirdPartyFirewallHttp).

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