You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Create a version request.

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)

    A link to the S3 object that contains the ZIP archive of the source code for this version of your application.

#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)

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

#template_bodyString

The raw packaged AWS SAM template of your application.

Returns:

  • (String)

    The raw packaged AWS SAM template of your application.

#template_urlString

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

Returns:

  • (String)

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