Skip to content

Associate Third Party Firewall

fms_associate_third_party_firewall R Documentation

Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service

Description

Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.

Usage

fms_associate_third_party_firewall(ThirdPartyFirewall)

Arguments

ThirdPartyFirewall

[required] The name of the third-party firewall vendor.

Value

A list with the following syntax:

list(
  ThirdPartyFirewallStatus = "ONBOARDING"|"ONBOARD_COMPLETE"|"OFFBOARDING"|"OFFBOARD_COMPLETE"|"NOT_EXIST"
)

Request syntax

svc$associate_third_party_firewall(
  ThirdPartyFirewall = "PALO_ALTO_NETWORKS_CLOUD_NGFW"|"FORTIGATE_CLOUD_NATIVE_FIREWALL"
)