DeploymentConfigArgs constructor
const
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.
Implementation
const DeploymentConfigArgs({
this.computePlatform,
this.deploymentConfigName,
this.minimumHealthyHosts,
this.region,
this.trafficRoutingConfig,
this.zonalConfig,
});