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.
arnThe ARN of the deployment config.computePlatformThe compute platform can beServer,Lambda, orECS. Default isServer.deploymentConfigIdThe AWS Assigned deployment config iddeploymentConfigNameThe 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 -
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, orECS. Default isServer.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
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