Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Repository = Repository' {
- encryptionKey :: Maybe Text
- arn :: Text
- connectionArn :: Text
- name :: Text
- provider :: RepositoryProvider
- newRepository :: Text -> Text -> Text -> RepositoryProvider -> Repository
- repository_encryptionKey :: Lens' Repository (Maybe Text)
- repository_arn :: Lens' Repository Text
- repository_connectionArn :: Lens' Repository Text
- repository_name :: Lens' Repository Text
- repository_provider :: Lens' Repository RepositoryProvider
Documentation
data Repository Source #
Detailed data of a linked repository—a repository that has been registered with Proton.
See: newRepository
smart constructor.
Repository' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> RepositoryProvider | |
-> Repository |
Create a value of Repository
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:encryptionKey:Repository'
, repository_encryptionKey
- Your customer Amazon Web Services KMS encryption key.
$sel:arn:Repository'
, repository_arn
- The Amazon Resource Name (ARN) of the linked repository.
$sel:connectionArn:Repository'
, repository_connectionArn
- The Amazon Resource Name (ARN) of your AWS CodeStar connection that
connects Proton to your repository provider account.
$sel:name:Repository'
, repository_name
- The repository name.
$sel:provider:Repository'
, repository_provider
- The repository provider.
repository_encryptionKey :: Lens' Repository (Maybe Text) Source #
Your customer Amazon Web Services KMS encryption key.
repository_arn :: Lens' Repository Text Source #
The Amazon Resource Name (ARN) of the linked repository.
repository_connectionArn :: Lens' Repository Text Source #
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
repository_name :: Lens' Repository Text Source #
The repository name.
repository_provider :: Lens' Repository RepositoryProvider Source #
The repository provider.