DeploymentConfigArgs class
The set of arguments for DeploymentConfig. The set of arguments for DeploymentConfig.
Constructors
-
DeploymentConfigArgs({Input<
String?> ? computePlatform, Input<String?> ? deploymentConfigName, Input<DeploymentConfigMinimumHealthyHosts?> ? minimumHealthyHosts, Input<String?> ? region, Input<DeploymentConfigTrafficRoutingConfig?> ? trafficRoutingConfig, Input<DeploymentConfigZonalConfig?> ? zonalConfig}) -
Creates a new DeploymentConfigArgs.
computePlatformThe compute platform can beServer,Lambda, orECS. Default isServer.deploymentConfigNameThe name of the deployment config.minimumHealthyHostsA minimumHealthyHosts block. Required forServercompute platform. Minimum Healthy Hosts are documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.trafficRoutingConfigA trafficRoutingConfig block. Traffic Routing Config is documented below.zonalConfigA zonalConfig block. Zonal Config is documented below.const -
DeploymentConfigArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
computePlatform
→ Input<
String?> ? -
The compute platform can be
Server,Lambda, orECS. Default isServer.final -
deploymentConfigName
→ Input<
String?> ? -
The name of the deployment config.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
minimumHealthyHosts
→ Input<
DeploymentConfigMinimumHealthyHosts?> ? -
A minimumHealthyHosts block. Required for
Servercompute platform. Minimum Healthy Hosts are documented below.final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficRoutingConfig
→ Input<
DeploymentConfigTrafficRoutingConfig?> ? -
A trafficRoutingConfig block. Traffic Routing Config is documented below.
final
-
zonalConfig
→ Input<
DeploymentConfigZonalConfig?> ? -
A zonalConfig block. Zonal Config is documented below.
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