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

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.deadline.getMeteredProduct

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::Deadline::MeteredProduct Resource Type

    Using getMeteredProduct

    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 getMeteredProduct(args: GetMeteredProductArgs, opts?: InvokeOptions): Promise<GetMeteredProductResult>
    function getMeteredProductOutput(args: GetMeteredProductOutputArgs, opts?: InvokeOptions): Output<GetMeteredProductResult>
    def get_metered_product(arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetMeteredProductResult
    def get_metered_product_output(arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetMeteredProductResult]
    func LookupMeteredProduct(ctx *Context, args *LookupMeteredProductArgs, opts ...InvokeOption) (*LookupMeteredProductResult, error)
    func LookupMeteredProductOutput(ctx *Context, args *LookupMeteredProductOutputArgs, opts ...InvokeOption) LookupMeteredProductResultOutput

    > Note: This function is named LookupMeteredProduct in the Go SDK.

    public static class GetMeteredProduct 
    {
        public static Task<GetMeteredProductResult> InvokeAsync(GetMeteredProductArgs args, InvokeOptions? opts = null)
        public static Output<GetMeteredProductResult> Invoke(GetMeteredProductInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMeteredProductResult> getMeteredProduct(GetMeteredProductArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:deadline:getMeteredProduct
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    arn string
    The Amazon Resource Name (ARN) of the metered product.
    arn str
    The Amazon Resource Name (ARN) of the metered product.
    arn String
    The Amazon Resource Name (ARN) of the metered product.

    getMeteredProduct Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Family string
    The family to which the metered product belongs.
    Port int
    The port on which the metered product should run.
    Vendor string
    The vendor.
    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Family string
    The family to which the metered product belongs.
    Port int
    The port on which the metered product should run.
    Vendor string
    The vendor.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    family String
    The family to which the metered product belongs.
    port Integer
    The port on which the metered product should run.
    vendor String
    The vendor.
    arn string
    The Amazon Resource Name (ARN) of the metered product.
    family string
    The family to which the metered product belongs.
    port number
    The port on which the metered product should run.
    vendor string
    The vendor.
    arn str
    The Amazon Resource Name (ARN) of the metered product.
    family str
    The family to which the metered product belongs.
    port int
    The port on which the metered product should run.
    vendor str
    The vendor.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    family String
    The family to which the metered product belongs.
    port Number
    The port on which the metered product should run.
    vendor String
    The vendor.

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi