Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion
application_name
(String) The name of the Elastic Beanstalk application that is associated with this application version.source_bundle
(Attributes) The Amazon S3 bucket and key that identify the location of the source bundle for this version. (see below for nested schema)description
(String) A description of this application version.application_version_id
(String)id
(String) Uniquely identifies the resource.source_bundle
Required:
s3_bucket
(String) The Amazon S3 bucket where the data is located.s3_key
(String) The Amazon S3 key where the data is located.Import is supported using the following syntax:
$ terraform import awscc_elasticbeanstalk_application_version.example <resource ID>