libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.GitConfigForUpdate

Description

 
Synopsis

Documentation

data GitConfigForUpdate Source #

Specifies configuration details for a Git repository when the repository is updated.

See: newGitConfigForUpdate smart constructor.

Constructors

GitConfigForUpdate' 

Fields

  • secretArn :: Maybe Text

    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}

Instances

Instances details
Eq GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Read GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Show GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Generic GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Associated Types

type Rep GitConfigForUpdate :: Type -> Type #

NFData GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Methods

rnf :: GitConfigForUpdate -> () #

Hashable GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

ToJSON GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate = D1 ('MetaData "GitConfigForUpdate" "Amazonka.SageMaker.Types.GitConfigForUpdate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GitConfigForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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}