Skip to main content

account_policies_list_only

Lists account_policies in a region or regions, for all properties use account_policies

Overview

Nameaccount_policies_list_only
TypeResource
DescriptionThe AWS::Logs::AccountPolicy resource specifies a CloudWatch Logs AccountPolicy.
Idaws.logs.account_policies_list_only

Fields

NameDatatypeDescription
account_idstringUser account id
policy_namestringThe name of the account policy
policy_typestringType of the policy.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all account_policies in a region.

SELECT
region,
account_id,
policy_type,
policy_name
FROM aws.logs.account_policies_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the account_policies_list_only resource, see account_policies