@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.640Z")
public interface CfnCodeRepositoryProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; CfnCodeRepositoryProps cfnCodeRepositoryProps = CfnCodeRepositoryProps.builder() .gitConfig(GitConfigProperty.builder() .repositoryUrl("repositoryUrl") // the properties below are optional .branch("branch") .secretArn("secretArn") .build()) // the properties below are optional .codeRepositoryName("codeRepositoryName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCodeRepositoryProps.Builder
A builder for
CfnCodeRepositoryProps |
static class |
CfnCodeRepositoryProps.Jsii$Proxy
An implementation for
CfnCodeRepositoryProps |
Modifier and Type | Method and Description |
---|---|
static CfnCodeRepositoryProps.Builder |
builder() |
default java.lang.String |
getCodeRepositoryName()
The name of the Git repository.
|
java.lang.Object |
getGitConfig()
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
|
default java.util.List<CfnTag> |
getTags()
List of tags for Code Repository.
|
java.lang.Object getGitConfig()
default java.lang.String getCodeRepositoryName()
default java.util.List<CfnTag> getTags()
static CfnCodeRepositoryProps.Builder builder()
CfnCodeRepositoryProps.Builder
of CfnCodeRepositoryProps