aws.deadline.get_farm
Example SQL Queries
SELECT * FROMaws.deadline.get_farmWHERE"farm_id" = 'VALUE';Description
Get a farm.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID of the farm to get. | 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 |
| description The description 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 |
| 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 |
| kms_key_arn The ARN of the KMS key used on the farm. | VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |