DeploymentConfigState class

Input properties used for looking up and filtering DeploymentConfig resources.

Constructors

DeploymentConfigState({Input<String?>? arn, Input<String?>? computePlatform, Input<String?>? deploymentConfigId, Input<String?>? deploymentConfigName, Input<DeploymentConfigMinimumHealthyHosts?>? minimumHealthyHosts, Input<String?>? region, Input<DeploymentConfigTrafficRoutingConfig?>? trafficRoutingConfig, 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.
const
DeploymentConfigState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The ARN of the deployment config.
final
computePlatform → Input<String?>?
The compute platform can be Server, Lambda, or ECS. Default is Server.
final
deploymentConfigId → Input<String?>?
The AWS Assigned deployment config id
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