Class CodeRepositoryGitConfigArgs.Builder

    • Method Detail

      • branch

        public CodeRepositoryGitConfigArgs.Builder branch​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> branch)
        Parameters:
        branch - The default branch for the Git repository.
        Returns:
        builder
      • repositoryUrl

        public CodeRepositoryGitConfigArgs.Builder repositoryUrl​(com.pulumi.core.Output<java.lang.String> repositoryUrl)
        Parameters:
        repositoryUrl - The URL where the Git repository is located.
        Returns:
        builder
      • repositoryUrl

        public CodeRepositoryGitConfigArgs.Builder repositoryUrl​(java.lang.String repositoryUrl)
        Parameters:
        repositoryUrl - The URL where the Git repository is located.
        Returns:
        builder
      • secretArn

        public CodeRepositoryGitConfigArgs.Builder secretArn​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> secretArn)
        Parameters:
        secretArn - The Amazon Resource Name (ARN) of the AWS 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}`
        Returns:
        builder
      • secretArn

        public CodeRepositoryGitConfigArgs.Builder secretArn​(java.lang.String secretArn)
        Parameters:
        secretArn - The Amazon Resource Name (ARN) of the AWS 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}`
        Returns:
        builder