| 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 |
Amazonka.SageMaker.Types.GitConfigForUpdate
Description
Documentation
data GitConfigForUpdate Source #
Specifies configuration details for a Git repository when the repository is updated.
See: newGitConfigForUpdate smart constructor.
Constructors
| GitConfigForUpdate' | |
Fields
| |
Instances
newGitConfigForUpdate :: GitConfigForUpdate Source #
Create a value of GitConfigForUpdate 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:secretArn:GitConfigForUpdate', gitConfigForUpdate_secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
Manager secret that contains the credentials used to access the git
repository. The secret must have a staging label of AWSCURRENT and
must be in the following format:
{"username": UserName, "password": Password}gitConfigForUpdate_secretArn :: Lens' GitConfigForUpdate (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
Manager secret that contains the credentials used to access the git
repository. The secret must have a staging label of AWSCURRENT and
must be in the following format:
{"username": UserName, "password": Password}