Class: Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Create a version request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_code_archive_url ⇒ String
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
-
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
-
#template_body ⇒ String
The raw packaged AWS SAM template of your application.
-
#template_url ⇒ String
A link to the packaged AWS SAM template of your application.
Instance Attribute Details
#source_code_archive_url ⇒ String
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
685 686 687 688 689 690 691 692 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 685 class CreateApplicationVersionInput < Struct.new( :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
685 686 687 688 689 690 691 692 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 685 class CreateApplicationVersionInput < Struct.new( :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The raw packaged AWS SAM template of your application.
685 686 687 688 689 690 691 692 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 685 class CreateApplicationVersionInput < Struct.new( :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
A link to the packaged AWS SAM template of your application.
685 686 687 688 689 690 691 692 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 685 class CreateApplicationVersionInput < Struct.new( :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |