class Aws::SageMaker::Types::UpdateCodeRepositoryInput

@note When making an API call, you may pass UpdateCodeRepositoryInput

data as a hash:

    {
      code_repository_name: "EntityName", # required
      git_config: {
        secret_arn: "SecretArn",
      },
    }

@!attribute [rw] code_repository_name

The name of the Git repository to update.
@return [String]

@!attribute [rw] git_config

The configuration of the git repository, including the URL and the
Amazon Resource Name (ARN) of the Amazon Web Services Secrets
Manager secret that contains the credentials used to access the
repository. The secret must have a staging label of `AWSCURRENT` and
must be in the following format:

`\{"username": UserName, "password": Password\}`
@return [Types::GitConfigForUpdate]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateCodeRepositoryInput AWS API Documentation

Constants

SENSITIVE