ServiceSourceConfigurationCodeRepositoryCodeConfiguration class
Constructors
-
ServiceSourceConfigurationCodeRepositoryCodeConfiguration({Input<
ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues?> ? codeConfigurationValues, required Input<String> configurationSource}) -
Creates a new ServiceSourceConfigurationCodeRepositoryCodeConfiguration.
codeConfigurationValuesBasic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). SeecodeConfigurationValuesbelow.configurationSourceSource of the App Runner configuration. Valid values:REPOSITORY,API. UseREPOSITORYto have App Runner read configuration values from theapprunner.yamlfile in the source code repository and ignorecodeConfigurationValues. UseAPIto have App Runner use the configuration values provided incodeConfigurationValuesand ignore theapprunner.yamlfile in the source code repository.const -
ServiceSourceConfigurationCodeRepositoryCodeConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
codeConfigurationValues
→ Input<
ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues?> ? -
Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See
codeConfigurationValuesbelow.final -
configurationSource
→ Input<
String> -
Source of the App Runner configuration. Valid values:
REPOSITORY,API. UseREPOSITORYto have App Runner read configuration values from theapprunner.yamlfile in the source code repository and ignorecodeConfigurationValues. UseAPIto have App Runner use the configuration values provided incodeConfigurationValuesand ignore theapprunner.yamlfile in the source code repository.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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