class Aws::SageMaker::Types::GitConfig
Specifies configuration details for a Git repository in your Amazon Web Services account.
@note When making an API call, you may pass GitConfig
data as a hash: { repository_url: "GitConfigUrl", # required branch: "Branch", secret_arn: "SecretArn", }
@!attribute [rw] repository_url
The URL where the Git repository is located. @return [String]
@!attribute [rw] branch
The default branch for the Git repository. @return [String]
@!attribute [rw] secret_arn
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\}` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GitConfig AWS API Documentation
Constants
- SENSITIVE