aws.marketplace_catalog.describe_entity
Example SQL Queries
SELECT * FROMaws.marketplace_catalog.describe_entityWHERE"catalog" = 'VALUE'AND "entity_id" = 'VALUE';Description
Returns the metadata and content of the entity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog Required Input Column Required. The catalog related to the request. Fixed value: AWSMarketplace | VARCHAR |
| entity_id Required Input Column Required. The unique ID of the entity to describe. | 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
| |
| details This stringified JSON object includes the details of the entity. | VARCHAR |
| details_document The JSON value of the details specific to the entity. | VARCHAR |
| entity_arn The ARN associated to the unique identifier for the entity referenced in this request. | VARCHAR |
| entity_identifier The identifier of the entity, in the format of EntityId@RevisionId. | VARCHAR |
| entity_type The named type of the entity, in the format of EntityType@Version. | VARCHAR |
| last_modified_date The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z). | VARCHAR |