Class: AWSOpsWorksSourceType

Types~AWSOpsWorksSourceType

new AWSOpsWorksSourceType()

Properties:
Name Type Description
Password String Required: No. This parameter depends on the repository type. For Amazon S3 bundles, set Password to the appropriate IAM secret access key. For HTTP bundles, Git repositories, and Subversion repositories, set Password to the appropriate password.
Revision String Required: No. The application's version. With AWS OpsWorks, you can 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.
SshKey String Required: No. The repository's SSH key. For more information, see Using Git Repository SSH Keys in the AWS OpsWorks User Guide.To pass in an SSH key as a parameter, see the following example:
Type String Required: No. The repository type.
Url String Required: No. The source URL.
Username String Required: No. This parameter depends on the repository type. For Amazon S3 bundles, set Username to the appropriate IAM access key ID. For HTTP bundles, Git repositories, and Subversion repositories, set Username to the appropriate user name.
Source: