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).
Third-Party Firewalls
Section titled “Third-Party Firewalls”// init — account-level binding takes no resourceconst associateThirdPartyFirewall = yield* AWS.FMS.AssociateThirdPartyFirewall();
// runtimeconst result = yield* associateThirdPartyFirewall({ ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW",});console.log(result.ThirdPartyFirewallStatus);