We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
Definition of AWS::Deadline::Farm Resource Type
Using getFarm
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFarm(args: GetFarmArgs, opts?: InvokeOptions): Promise<GetFarmResult>
function getFarmOutput(args: GetFarmOutputArgs, opts?: InvokeOptions): Output<GetFarmResult>def get_farm(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFarmResult
def get_farm_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFarmResult]func LookupFarm(ctx *Context, args *LookupFarmArgs, opts ...InvokeOption) (*LookupFarmResult, error)
func LookupFarmOutput(ctx *Context, args *LookupFarmOutputArgs, opts ...InvokeOption) LookupFarmResultOutput> Note: This function is named LookupFarm in the Go SDK.
public static class GetFarm
{
public static Task<GetFarmResult> InvokeAsync(GetFarmArgs args, InvokeOptions? opts = null)
public static Output<GetFarmResult> Invoke(GetFarmInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFarmResult> getFarm(GetFarmArgs args, InvokeOptions options)
public static Output<GetFarmResult> getFarm(GetFarmArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:deadline:getFarm
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- Arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- arn String
- The Amazon Resource Name (ARN) assigned to the farm.
- arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- arn str
- The Amazon Resource Name (ARN) assigned to the farm.
- arn String
- The Amazon Resource Name (ARN) assigned to the farm.
getFarm Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- Cost
Scale doubleFactor - Description string
A description of the farm that helps identify what the farm is used for.
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.
- Display
Name string 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.
- Farm
Id string - The farm ID.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- Cost
Scale float64Factor - Description string
A description of the farm that helps identify what the farm is used for.
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.
- Display
Name string 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.
- Farm
Id string - The farm ID.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) assigned to the farm.
- cost
Scale DoubleFactor - description String
A description of the farm that helps identify what the farm is used for.
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.
- display
Name String 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.
- farm
Id String - The farm ID.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The Amazon Resource Name (ARN) assigned to the farm.
- cost
Scale numberFactor - description string
A description of the farm that helps identify what the farm is used for.
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.
- display
Name string 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.
- farm
Id string - The farm ID.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The Amazon Resource Name (ARN) assigned to the farm.
- cost_
scale_ floatfactor - description str
A description of the farm that helps identify what the farm is used for.
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.
- display_
name str 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.
- farm_
id str - The farm ID.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) assigned to the farm.
- cost
Scale NumberFactor - description String
A description of the farm that helps identify what the farm is used for.
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.
- display
Name String 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.
- farm
Id String - The farm ID.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
