We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.elasticbeanstalk.getApplicationVersion
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 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)
public static Output<GetApplicationVersionResult> getApplicationVersion(GetApplicationVersionArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:elasticbeanstalk:getApplicationVersion
  arguments:
    # arguments dictionaryThe 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
