Skip to main content

member_accounts

Creates, updates, deletes, gets or lists a member_accounts resource.

Overview

Namemember_accounts
TypeResource
Idaws.fms.member_accounts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
member_accountstringAn array of account IDs.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_member_accountsselectregionReturns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization. Either an Firewall Manager administrator or the organization's management account can make this request.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization. Either an Firewall Manager administrator or the organization's management account can make this request.

SELECT
member_account
FROM aws.fms.member_accounts
WHERE region = '{{ region }}' -- required
;