Source class
Contains the information required to retrieve an app or cookbook from a repository. For more information, see Creating Apps or Custom Recipes and Cookbooks.
Constructors
- Source({String? password, String? revision, String? sshKey, SourceType? type, String? url, String? username})
-
Source.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
When included in a request, the parameter depends on the repository type.
final
- revision → String?
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sshKey → String?
-
In requests, the repository's SSH key.
final
- type → SourceType?
-
The repository type.
final
- 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
.final - username → String?
-
This parameter depends on the repository type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited