DeploymentConfigState constructor

const DeploymentConfigState({
  1. Input<String?>? arn,
  2. Input<String?>? computePlatform,
  3. Input<String?>? deploymentConfigId,
  4. Input<String?>? deploymentConfigName,
  5. Input<DeploymentConfigMinimumHealthyHosts?>? minimumHealthyHosts,
  6. Input<String?>? region,
  7. Input<DeploymentConfigTrafficRoutingConfig?>? trafficRoutingConfig,
  8. Input<DeploymentConfigZonalConfig?>? zonalConfig,
})

Creates a new DeploymentConfigState. arn The ARN of the deployment config. computePlatform The compute platform can be Server, Lambda, or ECS. Default is Server. deploymentConfigId The AWS Assigned deployment config id 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 DeploymentConfigState({
  this.arn,
  this.computePlatform,
  this.deploymentConfigId,
  this.deploymentConfigName,
  this.minimumHealthyHosts,
  this.region,
  this.trafficRoutingConfig,
  this.zonalConfig,
});