ServiceSourceConfiguration class

Constructors

ServiceSourceConfiguration({Input<ServiceSourceConfigurationAuthenticationConfiguration?>? authenticationConfiguration, Input<bool?>? autoDeploymentsEnabled, Input<ServiceSourceConfigurationCodeRepository?>? codeRepository, Input<ServiceSourceConfigurationImageRepository?>? imageRepository})
Creates a new ServiceSourceConfiguration. authenticationConfiguration Configuration for resources needed to authenticate access to some source repositories. See authenticationConfiguration below. autoDeploymentsEnabled 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 to true. codeRepository Description of a source code repository. See codeRepository below. imageRepository Description of a source image repository. See imageRepository below.
const
ServiceSourceConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

authenticationConfiguration → Input<ServiceSourceConfigurationAuthenticationConfiguration?>?
Configuration for resources needed to authenticate access to some source repositories. See authenticationConfiguration below.
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 to true.
final
codeRepository → Input<ServiceSourceConfigurationCodeRepository?>?
Description of a source code repository. See codeRepository below.
final
hashCode int
The hash code for this object.
no setterinherited
imageRepository → Input<ServiceSourceConfigurationImageRepository?>?
Description of a source image repository. See imageRepository below.
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