CodeRepositoryGitConfig class

Constructors

CodeRepositoryGitConfig({Input<String?>? branch, required Input<String> repositoryUrl, Input<String?>? secretArn})
Creates a new CodeRepositoryGitConfig. branch The default branch for the Git repository. repositoryUrl The URL where the Git repository is located. secretArn 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}
const
CodeRepositoryGitConfig.fromMap(Map<String, dynamic> map)
factory

Properties

branch → Input<String?>?
The default branch for the Git repository.
final
hashCode int
The hash code for this object.
no setterinherited
repositoryUrl → Input<String>
The URL where the Git repository is located.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretArn → Input<String?>?
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}
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited