Class: Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb

Overview

Create a version request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_code_archive_urlString

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

Returns:

  • (String)


685
686
687
688
689
690
691
692
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

Returns:

  • (String)


685
686
687
688
689
690
691
692
# File 'gems/aws-sdk-serverlessapplicationrepository/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_bodyString

The raw packaged AWS SAM template of your application.

Returns:

  • (String)


685
686
687
688
689
690
691
692
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

A link to the packaged AWS SAM template of your application.

Returns:

  • (String)


685
686
687
688
689
690
691
692
# File 'gems/aws-sdk-serverlessapplicationrepository/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