ServiceSourceConfigurationCodeRepository class
Constructors
-
ServiceSourceConfigurationCodeRepository({Input<
ServiceSourceConfigurationCodeRepositoryCodeConfiguration?> ? codeConfiguration, required Input<String> repositoryUrl, required Input<ServiceSourceConfigurationCodeRepositorySourceCodeVersion> sourceCodeVersion, Input<String?> ? sourceDirectory}) -
Creates a new ServiceSourceConfigurationCodeRepository.
codeConfigurationConfiguration for building and running the service from a source code repository. SeecodeConfigurationbelow.repositoryUrlLocation of the repository that contains the source code.sourceCodeVersionVersion that should be used within the source code repository. SeesourceCodeVersionbelow.sourceDirectoryPath of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.const -
ServiceSourceConfigurationCodeRepository.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
codeConfiguration
→ Input<
ServiceSourceConfigurationCodeRepositoryCodeConfiguration?> ? -
Configuration for building and running the service from a source code repository. See
codeConfigurationbelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
repositoryUrl
→ Input<
String> -
Location of the repository that contains the source code.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceCodeVersion
→ Input<
ServiceSourceConfigurationCodeRepositorySourceCodeVersion> -
Version that should be used within the source code repository. See
sourceCodeVersionbelow.final -
sourceDirectory
→ Input<
String?> ? -
Path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.
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