Class: Aws::FMS::Types::GetThirdPartyFirewallAssociationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetThirdPartyFirewallAssociationStatusResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_onboarding_status ⇒ String
The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.
-
#third_party_firewall_status ⇒ String
The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.
Instance Attribute Details
#marketplace_onboarding_status ⇒ String
The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.
NO_SUBSCRIPTION
- The Firewall Manager policy administrator isn't subscribed to the third-party firewall service in the Amazon Web Services Marketplace.NOT_COMPLETE
- The Firewall Manager policy administrator is in the process of subscribing to the third-party firewall service in the Amazon Web Services Marketplace, but doesn't yet have an active subscription.COMPLETE
- The Firewall Manager policy administrator has an active subscription to the third-party firewall service in the Amazon Web Services Marketplace.
1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1805 class GetThirdPartyFirewallAssociationStatusResponse < Struct.new( :third_party_firewall_status, :marketplace_onboarding_status) SENSITIVE = [] include Aws::Structure end |
#third_party_firewall_status ⇒ String
The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.
ONBOARDING
- The Firewall Manager policy administrator is being designated as a tenant administrator.ONBOARD_COMPLETE
- The Firewall Manager policy administrator is designated as a tenant administrator.OFFBOARDING
- The Firewall Manager policy administrator is being removed as a tenant administrator.OFFBOARD_COMPLETE
- The Firewall Manager policy administrator has been removed as a tenant administrator.NOT_EXIST
- The Firewall Manager policy administrator doesn't exist as a tenant administrator.
1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1805 class GetThirdPartyFirewallAssociationStatusResponse < Struct.new( :third_party_firewall_status, :marketplace_onboarding_status) SENSITIVE = [] include Aws::Structure end |