@Stability(value=Stable) public static final class CfnCodeRepository.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeRepository>
CfnCodeRepository.| Modifier and Type | Method and Description |
|---|---|
CfnCodeRepository |
build() |
CfnCodeRepository.Builder |
codeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
static CfnCodeRepository.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCodeRepository.Builder |
gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
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.
|
CfnCodeRepository.Builder |
gitConfig(IResolvable gitConfig)
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.
|
CfnCodeRepository.Builder |
tags(List<? extends CfnTag> tags)
List of tags for Code Repository.
|
@Stability(value=Stable) public static CfnCodeRepository.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCodeRepository.GitConfigProperty.Builder.@Stability(value=Stable) public CfnCodeRepository.Builder gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
gitConfig - 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. This parameter is required.this@Stability(value=Stable) public CfnCodeRepository.Builder gitConfig(IResolvable gitConfig)
gitConfig - 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. This parameter is required.this@Stability(value=Stable) public CfnCodeRepository.Builder codeRepositoryName(String codeRepositoryName)
codeRepositoryName - The name of the Git repository. This parameter is required.this@Stability(value=Stable) public CfnCodeRepository.Builder tags(List<? extends CfnTag> tags)
tags - List of tags for Code Repository. This parameter is required.this@Stability(value=Stable) public CfnCodeRepository build()
build in interface software.amazon.jsii.Builder<CfnCodeRepository>Copyright © 2022. All rights reserved.