Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_update_code_repository

Updates the specified Git repository with the specified values


Description

Updates the specified Git repository with the specified values.

Usage

sagemaker_update_code_repository(CodeRepositoryName, GitConfig)

Arguments

CodeRepositoryName

[required] The name of the Git repository to update.

GitConfig

The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the AWS 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}

Value

A list with the following syntax:

list(
  CodeRepositoryArn = "string"
)

Request syntax

svc$update_code_repository(
  CodeRepositoryName = "string",
  GitConfig = list(
    SecretArn = "string"
  )
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.