We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.elasticbeanstalk.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
The AWS::ElasticBeanstalk::Application resource specifies an Elastic Beanstalk application.
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>def get_application(application_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput> Note: This function is named LookupApplication in the Go SDK.
public static class GetApplication 
{
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:elasticbeanstalk:getApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationName string
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
- ApplicationName string
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
- applicationName String
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
- applicationName string
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
- application_name str
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
- applicationName String
- A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
getApplication Result
The following output properties are available:
- Description string
- Your description of the application.
- ResourceLifecycle Pulumi.Config Aws Native. Elastic Beanstalk. Outputs. Application Resource Lifecycle Config 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
- Description string
- Your description of the application.
- ResourceLifecycle ApplicationConfig Resource Lifecycle Config 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
- description String
- Your description of the application.
- resourceLifecycle ApplicationConfig Resource Lifecycle Config 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
- description string
- Your description of the application.
- resourceLifecycle ApplicationConfig Resource Lifecycle Config 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
- description str
- Your description of the application.
- resource_lifecycle_ Applicationconfig Resource Lifecycle Config 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
- description String
- Your description of the application.
- resourceLifecycle Property MapConfig 
- Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
Supporting Types
ApplicationMaxAgeRule   
- DeleteSource boolFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- Enabled bool
- Specify true to apply the rule, or false to disable it.
- MaxAge intIn Days 
- Specify the number of days to retain an application versions.
- DeleteSource boolFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- Enabled bool
- Specify true to apply the rule, or false to disable it.
- MaxAge intIn Days 
- Specify the number of days to retain an application versions.
- deleteSource BooleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled Boolean
- Specify true to apply the rule, or false to disable it.
- maxAge IntegerIn Days 
- Specify the number of days to retain an application versions.
- deleteSource booleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled boolean
- Specify true to apply the rule, or false to disable it.
- maxAge numberIn Days 
- Specify the number of days to retain an application versions.
- delete_source_ boolfrom_ s3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled bool
- Specify true to apply the rule, or false to disable it.
- max_age_ intin_ days 
- Specify the number of days to retain an application versions.
- deleteSource BooleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled Boolean
- Specify true to apply the rule, or false to disable it.
- maxAge NumberIn Days 
- Specify the number of days to retain an application versions.
ApplicationMaxCountRule   
- DeleteSource boolFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- Enabled bool
- Specify true to apply the rule, or false to disable it.
- MaxCount int
- Specify the maximum number of application versions to retain.
- DeleteSource boolFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- Enabled bool
- Specify true to apply the rule, or false to disable it.
- MaxCount int
- Specify the maximum number of application versions to retain.
- deleteSource BooleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled Boolean
- Specify true to apply the rule, or false to disable it.
- maxCount Integer
- Specify the maximum number of application versions to retain.
- deleteSource booleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled boolean
- Specify true to apply the rule, or false to disable it.
- maxCount number
- Specify the maximum number of application versions to retain.
- delete_source_ boolfrom_ s3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled bool
- Specify true to apply the rule, or false to disable it.
- max_count int
- Specify the maximum number of application versions to retain.
- deleteSource BooleanFrom S3 
- Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
- enabled Boolean
- Specify true to apply the rule, or false to disable it.
- maxCount Number
- Specify the maximum number of application versions to retain.
ApplicationResourceLifecycleConfig   
- ServiceRole string
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- VersionLifecycle Pulumi.Config Aws Native. Elastic Beanstalk. Inputs. Application Version Lifecycle Config 
- Defines lifecycle settings for application versions.
- ServiceRole string
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- VersionLifecycle ApplicationConfig Version Lifecycle Config 
- Defines lifecycle settings for application versions.
- serviceRole String
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- versionLifecycle ApplicationConfig Version Lifecycle Config 
- Defines lifecycle settings for application versions.
- serviceRole string
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- versionLifecycle ApplicationConfig Version Lifecycle Config 
- Defines lifecycle settings for application versions.
- service_role str
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- version_lifecycle_ Applicationconfig Version Lifecycle Config 
- Defines lifecycle settings for application versions.
- serviceRole String
- The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.
- versionLifecycle Property MapConfig 
- Defines lifecycle settings for application versions.
ApplicationVersionLifecycleConfig   
- MaxAge Pulumi.Rule Aws Native. Elastic Beanstalk. Inputs. Application Max Age Rule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- MaxCount Pulumi.Rule Aws Native. Elastic Beanstalk. Inputs. Application Max Count Rule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
- MaxAge ApplicationRule Max Age Rule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- MaxCount ApplicationRule Max Count Rule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
- maxAge ApplicationRule Max Age Rule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- maxCount ApplicationRule Max Count Rule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
- maxAge ApplicationRule Max Age Rule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- maxCount ApplicationRule Max Count Rule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
- max_age_ Applicationrule Max Age Rule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- max_count_ Applicationrule Max Count Rule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
- maxAge Property MapRule 
- Specify a max age rule to restrict the length of time that application versions are retained for an application.
- maxCount Property MapRule 
- Specify a max count rule to restrict the number of application versions that are retained for an application.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi