DeploymentSet
This class encapsulates and extends the ROS resource type ALIYUN::ECS::DeploymentSet, which is used to create a deployment set in a region.
Initializers
import ros_cdk_ecs
ros_cdk_ecs.DeploymentSet(
  scope: Construct,
  id: str,
  deployment_set_name: typing.Union[str, IResolvable] = None,
  description: typing.Union[str, IResolvable] = None,
  group_count: typing.Union[typing.Union[int, float], IResolvable] = None,
  on_unable_to_redeploy_failed_instance: typing.Union[str, IResolvable] = None,
  strategy: typing.Union[str, IResolvable] = None,
  enable_resource_property_constraint: bool = None
)
| Name | Type | Description | 
|---|---|---|
scope | 
ros_cdk_core.Construct | 
No description. | 
id | 
str | 
No description. | 
deployment_set_name | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property deploymentSetName: The name of the deployment set. | 
description | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property description: The description of the deployment set. | 
group_count | 
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | 
Property groupCount: Set the number of groups for the deployment set group high availability policy. | 
on_unable_to_redeploy_failed_instance | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property onUnableToRedeployFailedInstance: The emergency solution to redeploy failed instances in the deployment set. | 
strategy | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property strategy: Deployment strategy. | 
enable_resource_property_constraint | 
bool | 
No description. | 
scopeRequired 
- Type: ros_cdk_core.Construct
 
idRequired 
- Type: str
 
deployment_set_nameOptional 
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property deploymentSetName: The name of the deployment set.
It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).
descriptionOptional 
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property description: The description of the deployment set.
It must be 2 to 256 characters in length. It cannot start with http:// or https://.
group_countOptional 
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
 
Property groupCount: Set the number of groups for the deployment set group high availability policy.
Value range: 1~7. Default value: 3. This parameter only takes effect when Strategy=AvailabilityGroup.
on_unable_to_redeploy_failed_instanceOptional 
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property onUnableToRedeployFailedInstance: The emergency solution to redeploy failed instances in the deployment set.
Valid values: CancelMembershipAndStart: restarts the instances immediately after they are shut down and migrated to other deployment sets. This is the default value. KeepStopped: keeps the instances shut down and restarts them after the deployment set is replenished.
strategyOptional 
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property strategy: Deployment strategy.
Ranges: Availability: High availability strategy. AvailabilityGroup: Deployment group high availability strategy. LowLatency: Network low latency strategy.
enable_resource_property_constraintOptional 
- Type: bool
 
Methods
| Name | Description | 
|---|---|
to_string | 
Returns a string representation of this construct. | 
synthesize | 
Allows this construct to emit artifacts into the cloud assembly during synthesis. | 
add_condition | 
No description. | 
add_count | 
No description. | 
add_dependency | 
No description. | 
add_resource_desc | 
No description. | 
apply_removal_policy | 
No description. | 
get_att | 
No description. | 
set_metadata | 
No description. | 
to_string 
def to_string() -> str
Returns a string representation of this construct.
synthesize 
def synthesize(
  session: ISynthesisSession
) -> None
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack and Asset
as they participate in synthesizing the cloud assembly.
- Type: ros_cdk_core.ISynthesisSession
 
The synthesis session.
add_condition 
def add_condition(
  condition: RosCondition
) -> None
- Type: ros_cdk_core.RosCondition
 
add_count 
def add_count(
  count: typing.Union[typing.Union[int, float], IResolvable]
) -> None
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
 
add_dependency 
def add_dependency(
  resource: Resource
) -> None
- Type: ros_cdk_core.Resource
 
add_resource_desc 
def add_resource_desc(
  desc: str
) -> None
- Type: str
 
apply_removal_policy 
def apply_removal_policy(
  policy: RemovalPolicy
) -> None
- Type: ros_cdk_core.RemovalPolicy
 
get_att 
def get_att(
  name: str
) -> IResolvable
- Type: str
 
set_metadata 
def set_metadata(
  key: str,
  value: typing.Any
) -> None
- Type: str
 
- Type: typing.Any
 
Static Functions
| Name | Description | 
|---|---|
is_construct | 
Return whether the given object is a Construct. | 
is_construct 
import ros_cdk_ecs
ros_cdk_ecs.DeploymentSet.is_construct(
  x: typing.Any
)
Return whether the given object is a Construct.
- Type: typing.Any
 
Properties
| Name | Type | Description | 
|---|---|---|
node | 
ros_cdk_core.ConstructNode | 
The construct tree node associated with this construct. | 
ref | 
str | 
No description. | 
stack | 
ros_cdk_core.Stack | 
The stack in which this resource is defined. | 
resource | 
ros_cdk_core.RosResource | 
No description. | 
attr_deployment_set_id | 
ros_cdk_core.IResolvable | 
Attribute DeploymentSetId: The ID of the deployment set. | 
nodeRequired 
node: ConstructNode
- Type: ros_cdk_core.ConstructNode
 
The construct tree node associated with this construct.
refRequired 
ref: str
- Type: str
 
stackRequired 
stack: Stack
- Type: ros_cdk_core.Stack
 
The stack in which this resource is defined.
resourceOptional 
resource: RosResource
- Type: ros_cdk_core.RosResource
 
attr_deployment_set_idRequired 
attr_deployment_set_id: IResolvable
- Type: ros_cdk_core.IResolvable
 
Attribute DeploymentSetId: The ID of the deployment set.