AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.elasticbeanstalk.ApplicationVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion
Create ApplicationVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationVersion(name: string, args: ApplicationVersionArgs, opts?: CustomResourceOptions);
@overload
def ApplicationVersion(resource_name: str,
args: ApplicationVersionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApplicationVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_name: Optional[str] = None,
source_bundle: Optional[ApplicationVersionSourceBundleArgs] = None,
description: Optional[str] = None)
func NewApplicationVersion(ctx *Context, name string, args ApplicationVersionArgs, opts ...ResourceOption) (*ApplicationVersion, error)
public ApplicationVersion(string name, ApplicationVersionArgs args, CustomResourceOptions? opts = null)
public ApplicationVersion(String name, ApplicationVersionArgs args)
public ApplicationVersion(String name, ApplicationVersionArgs args, CustomResourceOptions options)
type: aws-native:elasticbeanstalk:ApplicationVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ApplicationVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ApplicationVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ApplicationVersion resource accepts the following input properties:
- Application
Name string - The name of the Elastic Beanstalk application that is associated with this application version.
- Source
Bundle Pulumi.Aws Native. Elastic Beanstalk. Inputs. Application Version Source Bundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- Description string
- A description of this application version.
- Application
Name string - The name of the Elastic Beanstalk application that is associated with this application version.
- Source
Bundle ApplicationVersion Source Bundle Args - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- Description string
- A description of this application version.
- application
Name String - The name of the Elastic Beanstalk application that is associated with this application version.
- source
Bundle ApplicationVersion Source Bundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- description String
- A description of this application version.
- application
Name string - The name of the Elastic Beanstalk application that is associated with this application version.
- source
Bundle ApplicationVersion Source Bundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- description string
- A description of this application version.
- application_
name str - The name of the Elastic Beanstalk application that is associated with this application version.
- source_
bundle ApplicationVersion Source Bundle Args - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- description str
- A description of this application version.
- application
Name String - The name of the Elastic Beanstalk application that is associated with this application version.
- source
Bundle Property Map - The Amazon S3 bucket and key that identify the location of the source bundle for this version.
- description String
- A description of this application version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationVersion resource produces the following output properties:
Supporting Types
ApplicationVersionSourceBundle, ApplicationVersionSourceBundleArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi