AWS Native is in preview. AWS Classic is fully supported.
aws-native.elasticbeanstalk.getApplicationVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Application
Name string The name of the Elastic Beanstalk application that is associated with this application version.
- Id string
- Application
Name string The name of the Elastic Beanstalk application that is associated with this application version.
- Id string
- application
Name String The name of the Elastic Beanstalk application that is associated with this application version.
- id String
- application
Name 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
- application
Name 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 is in preview. AWS Classic is fully supported.