aws.clouddirectory.list_object_policies
Example SQL Queries
SELECT * FROMaws.clouddirectory.list_object_policiesWHERE"directory_arn" = 'VALUE'AND "object_reference" = 'VALUE';Description
Returns policies attached to an object in pagination fashion.
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 |
| object_reference Required Input Column Reference that identifies the object for which policies will be listed. | 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 |
| attached_policy_ids | VARCHAR |