1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. getFarm

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 logo

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 dictionary

    The 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.
    DisplayName string
    The display name of the farm.
    FarmId string
    The farm ID.
    Tags List<Pulumi.AwsNative.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.
    DisplayName string
    The display name of the farm.
    FarmId string
    The farm ID.
    Tags 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.
    displayName String
    The display name of the farm.
    farmId String
    The farm ID.
    tags 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.
    displayName string
    The display name of the farm.
    farmId string
    The farm ID.
    tags 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.
    tags 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.
    displayName String
    The display name of the farm.
    farmId String
    The farm ID.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi