Source

class Source

Contains the information required to retrieve an app or cookbook from a repository. For more information, see Creating Apps or Custom Recipes and Cookbooks.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When included in a request, the parameter depends on the repository type.

Link copied to clipboard

The application's version. AWS OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.

Link copied to clipboard

In requests, the repository's SSH key.

Link copied to clipboard

The repository type.

Link copied to clipboard
val url: String?

The source URL. The following is an example of an Amazon S3 source URL: https://s3.amazonaws.com/opsworks-demo-bucket/opsworks_cookbook_demo.tar.gz.

Link copied to clipboard

This parameter depends on the repository type.

Functions

Link copied to clipboard
inline fun copy(block: Source.Builder.() -> Unit = {}): Source
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String