AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.deadline.getFarm
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
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.
 - Description string
 - A description of the farm that helps identify what the farm is used for.
 - Display
Name string - The display name of the farm.
 - 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.
 - Description string
 - A description of the farm that helps identify what the farm is used for.
 - Display
Name string - The display name of the farm.
 - 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.
 - description String
 - A description of the farm that helps identify what the farm is used for.
 - display
Name String - The display name of the farm.
 - 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.
 - description string
 - A description of the farm that helps identify what the farm is used for.
 - display
Name string - The display name of the farm.
 - 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.
 - description str
 - A description of the farm that helps identify what the farm is used for.
 - display_
name str - The display name of the farm.
 - 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.
 - description String
 - A description of the farm that helps identify what the farm is used for.
 - display
Name String - The display name of the farm.
 - 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
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi