1. Packages
  2. AWS Native
  3. API Docs
  4. elasticbeanstalk
  5. getApplicationVersion

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.elasticbeanstalk.getApplicationVersion

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion

    Using getApplicationVersion

    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 getApplicationVersion(args: GetApplicationVersionArgs, opts?: InvokeOptions): Promise<GetApplicationVersionResult>
    function getApplicationVersionOutput(args: GetApplicationVersionOutputArgs, opts?: InvokeOptions): Output<GetApplicationVersionResult>
    def get_application_version(application_name: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetApplicationVersionResult
    def get_application_version_output(application_name: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetApplicationVersionResult]
    func LookupApplicationVersion(ctx *Context, args *LookupApplicationVersionArgs, opts ...InvokeOption) (*LookupApplicationVersionResult, error)
    func LookupApplicationVersionOutput(ctx *Context, args *LookupApplicationVersionOutputArgs, opts ...InvokeOption) LookupApplicationVersionResultOutput

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

    public static class GetApplicationVersion 
    {
        public static Task<GetApplicationVersionResult> InvokeAsync(GetApplicationVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationVersionResult> Invoke(GetApplicationVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationVersionResult> getApplicationVersion(GetApplicationVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:elasticbeanstalk:getApplicationVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationName string
    The name of the Elastic Beanstalk application that is associated with this application version.
    Id string
    ApplicationName string
    The name of the Elastic Beanstalk application that is associated with this application version.
    Id string
    applicationName String
    The name of the Elastic Beanstalk application that is associated with this application version.
    id String
    applicationName string
    The name of the Elastic Beanstalk application that is associated with this application version.
    id string
    application_name str
    The name of the Elastic Beanstalk application that is associated with this application version.
    id str
    applicationName String
    The name of the Elastic Beanstalk application that is associated with this application version.
    id String

    getApplicationVersion Result

    The following output properties are available:

    Description string
    A description of this application version.
    Id string
    Description string
    A description of this application version.
    Id string
    description String
    A description of this application version.
    id String
    description string
    A description of this application version.
    id string
    description str
    A description of this application version.
    id str
    description String
    A description of this application version.
    id String

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi