aws.comprehend.describe_endpoint
Example SQL Queries
SELECT * FROMaws.comprehend.describe_endpointWHERE"endpoint_arn" = 'VALUE';Description
Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
Table Definition
| Column Name | Column Data Type |
|---|---|
| endpoint_arn Required Input Column The Amazon Resource Number (ARN) of the endpoint being described. | 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 |
| endpoint_properties Describes information associated with the specific endpoint. | STRUCT( |
Show child fields
| |