aws.deadline.list_farms
Example SQL Queries
SELECT * FROMaws.deadline.list_farms;Description
Lists farms.
Table Definition
| Column Name | Column Data Type |
|---|---|
| principal_id Input Column The principal ID of the member to list on the farm. | 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
| |
| created_at The date and time the resource was created. | TIMESTAMP_S |
| created_by The user or system that created this resource. | VARCHAR |
| display_name The display name of the farm. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | VARCHAR |
| farm_id The farm ID. | VARCHAR |
| kms_key_arn The ARN for the KMS key. | VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |