ServiceSourceConfiguration class
Constructors
-
ServiceSourceConfiguration({Input<
ServiceSourceConfigurationAuthenticationConfiguration?> ? authenticationConfiguration, Input<bool?> ? autoDeploymentsEnabled, Input<ServiceSourceConfigurationCodeRepository?> ? codeRepository, Input<ServiceSourceConfigurationImageRepository?> ? imageRepository}) -
Creates a new ServiceSourceConfiguration.
authenticationConfigurationConfiguration for resources needed to authenticate access to some source repositories. SeeauthenticationConfigurationbelow.autoDeploymentsEnabledWhether continuous integration from the source repository is enabled for the App Runner service. If set totrue, each repository change (source code commit or new image version) starts a deployment. Defaults totrue.codeRepositoryDescription of a source code repository. SeecodeRepositorybelow.imageRepositoryDescription of a source image repository. SeeimageRepositorybelow.const -
ServiceSourceConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
authenticationConfiguration
→ Input<
ServiceSourceConfigurationAuthenticationConfiguration?> ? -
Configuration for resources needed to authenticate access to some source repositories. See
authenticationConfigurationbelow.final -
autoDeploymentsEnabled
→ Input<
bool?> ? -
Whether continuous integration from the source repository is enabled for the App Runner service. If set to
true, each repository change (source code commit or new image version) starts a deployment. Defaults totrue.final -
codeRepository
→ Input<
ServiceSourceConfigurationCodeRepository?> ? -
Description of a source code repository. See
codeRepositorybelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
imageRepository
→ Input<
ServiceSourceConfigurationImageRepository?> ? -
Description of a source image repository. See
imageRepositorybelow.final - 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