aws.transfer.list_host_keys
Example SQL Queries
SELECT * FROMaws.transfer.list_host_keysWHERE"server_id" = 'VALUE';Description
Returns a list of host keys for the server that's specified by the ServerId parameter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| server_id Required Input Column Returns the server identifier that contains the listed host keys. | VARCHAR |
| max_results Input Column The maximum number of host keys to return. | BIGINT |
| next_token Input Column Returns a token that you can use to call ListHostKeys again and receive additional results, if there are any. | 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 |
| host_keys Returns an array, where each item contains the details of a host key. | STRUCT( |
Show child fields
| |