aws.clouddirectory.list_object_children
Example SQL Queries
SELECT * FROMaws.clouddirectory.list_object_childrenWHERE"directory_arn" = 'VALUE'AND "object_reference" = 'VALUE';Description
Returns a paginated list of child objects that are associated with a given object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_arn Required Input Column The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns. | VARCHAR |
| object_reference Required Input Column The reference that identifies the object for which child objects are being 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 |
| max_results Input Column The maximum number of items to be retrieved in a single call. This is an approximate number. | BIGINT |
| next_token Input Column The pagination token. | 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 |
| children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value. | MAP(VARCHAR, VARCHAR) |