aws.clouddirectory.list_policy_attachments
Example SQL Queries
SELECT * FROMaws.clouddirectory.list_policy_attachmentsWHERE"directory_arn" = 'VALUE'AND "policy_reference" = 'VALUE';Description
Returns all of the ObjectIdentifiers to which a given policy is attached.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_arn Required Input Column The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns. | VARCHAR |
| policy_reference Required Input Column The reference that identifies the policy object. | STRUCT( |
Show child fields
| |
| consistency_level Input Column Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| object_identifiers | VARCHAR |