Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ThirdPartySourceRepository = ThirdPartySourceRepository' {}
- newThirdPartySourceRepository :: Text -> Text -> Text -> ThirdPartySourceRepository
- thirdPartySourceRepository_name :: Lens' ThirdPartySourceRepository Text
- thirdPartySourceRepository_connectionArn :: Lens' ThirdPartySourceRepository Text
- thirdPartySourceRepository_owner :: Lens' ThirdPartySourceRepository Text
Documentation
data ThirdPartySourceRepository Source #
Information about a third-party source repository connected to CodeGuru Reviewer.
See: newThirdPartySourceRepository
smart constructor.
ThirdPartySourceRepository' | |
|
Instances
newThirdPartySourceRepository Source #
:: Text | |
-> Text | |
-> Text | |
-> ThirdPartySourceRepository |
Create a value of ThirdPartySourceRepository
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:ThirdPartySourceRepository'
, thirdPartySourceRepository_name
- The name of the third party source repository.
$sel:connectionArn:ThirdPartySourceRepository'
, thirdPartySourceRepository_connectionArn
- The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar
Connections connection. Its format is
arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id
.
For more information, see
Connection
in the Amazon Web Services CodeStar Connections API Reference.
$sel:owner:ThirdPartySourceRepository'
, thirdPartySourceRepository_owner
- The owner of the repository. For a GitHub, GitHub Enterprise, or
Bitbucket repository, this is the username for the account that owns the
repository. For an S3 repository, this can be the username or Amazon Web
Services account ID.
thirdPartySourceRepository_name :: Lens' ThirdPartySourceRepository Text Source #
The name of the third party source repository.
thirdPartySourceRepository_connectionArn :: Lens' ThirdPartySourceRepository Text Source #
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar
Connections connection. Its format is
arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id
.
For more information, see
Connection
in the Amazon Web Services CodeStar Connections API Reference.
thirdPartySourceRepository_owner :: Lens' ThirdPartySourceRepository Text Source #
The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, this can be the username or Amazon Web Services account ID.