aws.clouddirectory.get_object_information
Example SQL Queries
SELECT * FROMaws.clouddirectory.get_object_informationWHERE"directory_arn" = 'VALUE'AND "object_reference" = 'VALUE';Description
Retrieves metadata about an object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_arn Required Input Column The ARN of the directory being retrieved. | VARCHAR |
| object_reference Required Input Column A reference to the object. | STRUCT( |
Show child fields
| |
| consistency_level Input Column The consistency level at which to retrieve the object information. | 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_identifier The ObjectIdentifier of the specified object. | VARCHAR |
| schema_facets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details. | STRUCT( |
Show child fields
| |