ServiceSourceConfigurationCodeRepositorySourceCodeVersion class
Constructors
-
ServiceSourceConfigurationCodeRepositorySourceCodeVersion({required Input<
String> type, required Input<String> value}) -
Creates a new ServiceSourceConfigurationCodeRepositorySourceCodeVersion.
typeType of version identifier. For a git-based repository, branches represent versions. Valid values:BRANCH.valueSource code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.const -
ServiceSourceConfigurationCodeRepositorySourceCodeVersion.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
Type of version identifier. For a git-based repository, branches represent versions. Valid values:
BRANCH.final -
value
→ Input<
String> -
Source code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.
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