ServiceSourceConfigurationCodeRepositoryCodeConfiguration class

Constructors

ServiceSourceConfigurationCodeRepositoryCodeConfiguration({Input<ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues?>? codeConfigurationValues, required Input<String> configurationSource})
Creates a new ServiceSourceConfigurationCodeRepositoryCodeConfiguration. codeConfigurationValues 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 codeConfigurationValues below. configurationSource Source of the App Runner configuration. Valid values: REPOSITORY, API. Use REPOSITORY to have App Runner read configuration values from the apprunner.yaml file in the source code repository and ignore codeConfigurationValues. Use API to have App Runner use the configuration values provided in codeConfigurationValues and ignore the apprunner.yaml file 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 codeConfigurationValues below.
final
configurationSource → Input<String>
Source of the App Runner configuration. Valid values: REPOSITORY, API. Use REPOSITORY to have App Runner read configuration values from the apprunner.yaml file in the source code repository and ignore codeConfigurationValues. Use API to have App Runner use the configuration values provided in codeConfigurationValues and ignore the apprunner.yaml file 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