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. computePlatform The compute platform can be Server, Lambda, or ECS. Default is Server. deploymentConfigName The name of the deployment config. minimumHealthyHosts A minimumHealthyHosts block. Required for Server compute platform. Minimum Healthy Hosts are documented below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. trafficRoutingConfig A trafficRoutingConfig block. Traffic Routing Config is documented below. zonalConfig A 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, or ECS. Default is Server.
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 Server compute 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