pulumi-aws-native 1.38.0a1761026291__py3-none-any.whl → 1.39.0a1762409198__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +33 -1
- pulumi_aws_native/_enums.py +4 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
pulumi_aws_native/ecs/_enums.py
CHANGED
|
@@ -25,6 +25,8 @@ __all__ = [
|
|
|
25
25
|
'ClusterCapacityProviderAssociationsCapacityProvider0',
|
|
26
26
|
'ServiceAvailabilityZoneRebalancing',
|
|
27
27
|
'ServiceAwsVpcConfigurationAssignPublicIp',
|
|
28
|
+
'ServiceConnectAccessLogConfigurationFormat',
|
|
29
|
+
'ServiceConnectAccessLogConfigurationIncludeQueryParameters',
|
|
28
30
|
'ServiceDeploymentConfigurationStrategy',
|
|
29
31
|
'ServiceDeploymentControllerType',
|
|
30
32
|
'ServiceDeploymentLifecycleHookLifecycleStagesItem',
|
|
@@ -91,6 +93,7 @@ class CapacityProviderInstanceRequirementsRequestAcceleratorNamesItem(_builtins.
|
|
|
91
93
|
T4G = "t4g"
|
|
92
94
|
VU9P = "vu9p"
|
|
93
95
|
V100 = "v100"
|
|
96
|
+
L40S = "l40s"
|
|
94
97
|
|
|
95
98
|
|
|
96
99
|
@pulumi.type_token("aws-native:ecs:CapacityProviderInstanceRequirementsRequestAcceleratorTypesItem")
|
|
@@ -216,6 +219,26 @@ class ServiceAwsVpcConfigurationAssignPublicIp(_builtins.str, Enum):
|
|
|
216
219
|
ENABLED = "ENABLED"
|
|
217
220
|
|
|
218
221
|
|
|
222
|
+
@pulumi.type_token("aws-native:ecs:ServiceConnectAccessLogConfigurationFormat")
|
|
223
|
+
class ServiceConnectAccessLogConfigurationFormat(_builtins.str, Enum):
|
|
224
|
+
"""
|
|
225
|
+
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
|
|
226
|
+
"""
|
|
227
|
+
TEXT = "TEXT"
|
|
228
|
+
JSON = "JSON"
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
@pulumi.type_token("aws-native:ecs:ServiceConnectAccessLogConfigurationIncludeQueryParameters")
|
|
232
|
+
class ServiceConnectAccessLogConfigurationIncludeQueryParameters(_builtins.str, Enum):
|
|
233
|
+
"""
|
|
234
|
+
Specifies whether to include query parameters in Service Connect access logs.
|
|
235
|
+
|
|
236
|
+
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
|
|
237
|
+
"""
|
|
238
|
+
DISABLED = "DISABLED"
|
|
239
|
+
ENABLED = "ENABLED"
|
|
240
|
+
|
|
241
|
+
|
|
219
242
|
@pulumi.type_token("aws-native:ecs:ServiceDeploymentConfigurationStrategy")
|
|
220
243
|
class ServiceDeploymentConfigurationStrategy(_builtins.str, Enum):
|
|
221
244
|
"""
|
|
@@ -299,6 +322,7 @@ class ServiceEbsTagSpecificationPropagateTags(_builtins.str, Enum):
|
|
|
299
322
|
class ServiceLaunchType(_builtins.str, Enum):
|
|
300
323
|
"""
|
|
301
324
|
The launch type on which to run your service. For more information, see [Amazon ECS Launch Types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
325
|
+
If you want to use Managed Instances, you must use the ``capacityProviderStrategy`` request parameter
|
|
302
326
|
"""
|
|
303
327
|
EC2 = "EC2"
|
|
304
328
|
FARGATE = "FARGATE"
|
pulumi_aws_native/ecs/_inputs.py
CHANGED
|
@@ -68,8 +68,12 @@ __all__ = [
|
|
|
68
68
|
'ServiceAdvancedConfigurationArgsDict',
|
|
69
69
|
'ServiceAwsVpcConfigurationArgs',
|
|
70
70
|
'ServiceAwsVpcConfigurationArgsDict',
|
|
71
|
+
'ServiceCanaryConfigurationArgs',
|
|
72
|
+
'ServiceCanaryConfigurationArgsDict',
|
|
71
73
|
'ServiceCapacityProviderStrategyItemArgs',
|
|
72
74
|
'ServiceCapacityProviderStrategyItemArgsDict',
|
|
75
|
+
'ServiceConnectAccessLogConfigurationArgs',
|
|
76
|
+
'ServiceConnectAccessLogConfigurationArgsDict',
|
|
73
77
|
'ServiceConnectClientAliasArgs',
|
|
74
78
|
'ServiceConnectClientAliasArgsDict',
|
|
75
79
|
'ServiceConnectConfigurationArgs',
|
|
@@ -100,6 +104,8 @@ __all__ = [
|
|
|
100
104
|
'ServiceEbsTagSpecificationArgsDict',
|
|
101
105
|
'ServiceForceNewDeploymentArgs',
|
|
102
106
|
'ServiceForceNewDeploymentArgsDict',
|
|
107
|
+
'ServiceLinearConfigurationArgs',
|
|
108
|
+
'ServiceLinearConfigurationArgsDict',
|
|
103
109
|
'ServiceLoadBalancerArgs',
|
|
104
110
|
'ServiceLoadBalancerArgsDict',
|
|
105
111
|
'ServiceLogConfigurationArgs',
|
|
@@ -2508,6 +2514,58 @@ class ServiceAwsVpcConfigurationArgs:
|
|
|
2508
2514
|
pulumi.set(self, "subnets", value)
|
|
2509
2515
|
|
|
2510
2516
|
|
|
2517
|
+
if not MYPY:
|
|
2518
|
+
class ServiceCanaryConfigurationArgsDict(TypedDict):
|
|
2519
|
+
canary_bake_time_in_minutes: NotRequired[pulumi.Input[_builtins.int]]
|
|
2520
|
+
"""
|
|
2521
|
+
The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
|
|
2522
|
+
"""
|
|
2523
|
+
canary_percent: NotRequired[pulumi.Input[_builtins.float]]
|
|
2524
|
+
"""
|
|
2525
|
+
The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
|
|
2526
|
+
"""
|
|
2527
|
+
elif False:
|
|
2528
|
+
ServiceCanaryConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2529
|
+
|
|
2530
|
+
@pulumi.input_type
|
|
2531
|
+
class ServiceCanaryConfigurationArgs:
|
|
2532
|
+
def __init__(__self__, *,
|
|
2533
|
+
canary_bake_time_in_minutes: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2534
|
+
canary_percent: Optional[pulumi.Input[_builtins.float]] = None):
|
|
2535
|
+
"""
|
|
2536
|
+
:param pulumi.Input[_builtins.int] canary_bake_time_in_minutes: The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
|
|
2537
|
+
:param pulumi.Input[_builtins.float] canary_percent: The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
|
|
2538
|
+
"""
|
|
2539
|
+
if canary_bake_time_in_minutes is not None:
|
|
2540
|
+
pulumi.set(__self__, "canary_bake_time_in_minutes", canary_bake_time_in_minutes)
|
|
2541
|
+
if canary_percent is not None:
|
|
2542
|
+
pulumi.set(__self__, "canary_percent", canary_percent)
|
|
2543
|
+
|
|
2544
|
+
@_builtins.property
|
|
2545
|
+
@pulumi.getter(name="canaryBakeTimeInMinutes")
|
|
2546
|
+
def canary_bake_time_in_minutes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2547
|
+
"""
|
|
2548
|
+
The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
|
|
2549
|
+
"""
|
|
2550
|
+
return pulumi.get(self, "canary_bake_time_in_minutes")
|
|
2551
|
+
|
|
2552
|
+
@canary_bake_time_in_minutes.setter
|
|
2553
|
+
def canary_bake_time_in_minutes(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2554
|
+
pulumi.set(self, "canary_bake_time_in_minutes", value)
|
|
2555
|
+
|
|
2556
|
+
@_builtins.property
|
|
2557
|
+
@pulumi.getter(name="canaryPercent")
|
|
2558
|
+
def canary_percent(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2559
|
+
"""
|
|
2560
|
+
The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
|
|
2561
|
+
"""
|
|
2562
|
+
return pulumi.get(self, "canary_percent")
|
|
2563
|
+
|
|
2564
|
+
@canary_percent.setter
|
|
2565
|
+
def canary_percent(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2566
|
+
pulumi.set(self, "canary_percent", value)
|
|
2567
|
+
|
|
2568
|
+
|
|
2511
2569
|
if not MYPY:
|
|
2512
2570
|
class ServiceCapacityProviderStrategyItemArgsDict(TypedDict):
|
|
2513
2571
|
"""
|
|
@@ -2650,6 +2708,63 @@ class ServiceCapacityProviderStrategyItemArgs:
|
|
|
2650
2708
|
pulumi.set(self, "weight", value)
|
|
2651
2709
|
|
|
2652
2710
|
|
|
2711
|
+
if not MYPY:
|
|
2712
|
+
class ServiceConnectAccessLogConfigurationArgsDict(TypedDict):
|
|
2713
|
+
format: pulumi.Input['ServiceConnectAccessLogConfigurationFormat']
|
|
2714
|
+
"""
|
|
2715
|
+
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
|
|
2716
|
+
"""
|
|
2717
|
+
include_query_parameters: NotRequired[pulumi.Input['ServiceConnectAccessLogConfigurationIncludeQueryParameters']]
|
|
2718
|
+
"""
|
|
2719
|
+
Specifies whether to include query parameters in Service Connect access logs.
|
|
2720
|
+
|
|
2721
|
+
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
|
|
2722
|
+
"""
|
|
2723
|
+
elif False:
|
|
2724
|
+
ServiceConnectAccessLogConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2725
|
+
|
|
2726
|
+
@pulumi.input_type
|
|
2727
|
+
class ServiceConnectAccessLogConfigurationArgs:
|
|
2728
|
+
def __init__(__self__, *,
|
|
2729
|
+
format: pulumi.Input['ServiceConnectAccessLogConfigurationFormat'],
|
|
2730
|
+
include_query_parameters: Optional[pulumi.Input['ServiceConnectAccessLogConfigurationIncludeQueryParameters']] = None):
|
|
2731
|
+
"""
|
|
2732
|
+
:param pulumi.Input['ServiceConnectAccessLogConfigurationFormat'] format: The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
|
|
2733
|
+
:param pulumi.Input['ServiceConnectAccessLogConfigurationIncludeQueryParameters'] include_query_parameters: Specifies whether to include query parameters in Service Connect access logs.
|
|
2734
|
+
|
|
2735
|
+
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
|
|
2736
|
+
"""
|
|
2737
|
+
pulumi.set(__self__, "format", format)
|
|
2738
|
+
if include_query_parameters is not None:
|
|
2739
|
+
pulumi.set(__self__, "include_query_parameters", include_query_parameters)
|
|
2740
|
+
|
|
2741
|
+
@_builtins.property
|
|
2742
|
+
@pulumi.getter
|
|
2743
|
+
def format(self) -> pulumi.Input['ServiceConnectAccessLogConfigurationFormat']:
|
|
2744
|
+
"""
|
|
2745
|
+
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
|
|
2746
|
+
"""
|
|
2747
|
+
return pulumi.get(self, "format")
|
|
2748
|
+
|
|
2749
|
+
@format.setter
|
|
2750
|
+
def format(self, value: pulumi.Input['ServiceConnectAccessLogConfigurationFormat']):
|
|
2751
|
+
pulumi.set(self, "format", value)
|
|
2752
|
+
|
|
2753
|
+
@_builtins.property
|
|
2754
|
+
@pulumi.getter(name="includeQueryParameters")
|
|
2755
|
+
def include_query_parameters(self) -> Optional[pulumi.Input['ServiceConnectAccessLogConfigurationIncludeQueryParameters']]:
|
|
2756
|
+
"""
|
|
2757
|
+
Specifies whether to include query parameters in Service Connect access logs.
|
|
2758
|
+
|
|
2759
|
+
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
|
|
2760
|
+
"""
|
|
2761
|
+
return pulumi.get(self, "include_query_parameters")
|
|
2762
|
+
|
|
2763
|
+
@include_query_parameters.setter
|
|
2764
|
+
def include_query_parameters(self, value: Optional[pulumi.Input['ServiceConnectAccessLogConfigurationIncludeQueryParameters']]):
|
|
2765
|
+
pulumi.set(self, "include_query_parameters", value)
|
|
2766
|
+
|
|
2767
|
+
|
|
2653
2768
|
if not MYPY:
|
|
2654
2769
|
class ServiceConnectClientAliasArgsDict(TypedDict):
|
|
2655
2770
|
"""
|
|
@@ -2748,6 +2863,12 @@ if not MYPY:
|
|
|
2748
2863
|
"""
|
|
2749
2864
|
Specifies whether to use Service Connect with this service.
|
|
2750
2865
|
"""
|
|
2866
|
+
access_log_configuration: NotRequired[pulumi.Input['ServiceConnectAccessLogConfigurationArgsDict']]
|
|
2867
|
+
"""
|
|
2868
|
+
The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
|
|
2869
|
+
|
|
2870
|
+
> To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
|
|
2871
|
+
"""
|
|
2751
2872
|
log_configuration: NotRequired[pulumi.Input['ServiceLogConfigurationArgsDict']]
|
|
2752
2873
|
"""
|
|
2753
2874
|
The log configuration for the container. This parameter maps to ``LogConfig`` in the docker container create command and the ``--log-driver`` option to docker run.
|
|
@@ -2777,6 +2898,7 @@ elif False:
|
|
|
2777
2898
|
class ServiceConnectConfigurationArgs:
|
|
2778
2899
|
def __init__(__self__, *,
|
|
2779
2900
|
enabled: pulumi.Input[_builtins.bool],
|
|
2901
|
+
access_log_configuration: Optional[pulumi.Input['ServiceConnectAccessLogConfigurationArgs']] = None,
|
|
2780
2902
|
log_configuration: Optional[pulumi.Input['ServiceLogConfigurationArgs']] = None,
|
|
2781
2903
|
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2782
2904
|
services: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceConnectServiceArgs']]]] = None):
|
|
@@ -2784,6 +2906,9 @@ class ServiceConnectConfigurationArgs:
|
|
|
2784
2906
|
The Service Connect configuration of your Amazon ECS service. The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.
|
|
2785
2907
|
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see [Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
2786
2908
|
:param pulumi.Input[_builtins.bool] enabled: Specifies whether to use Service Connect with this service.
|
|
2909
|
+
:param pulumi.Input['ServiceConnectAccessLogConfigurationArgs'] access_log_configuration: The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
|
|
2910
|
+
|
|
2911
|
+
> To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
|
|
2787
2912
|
:param pulumi.Input['ServiceLogConfigurationArgs'] log_configuration: The log configuration for the container. This parameter maps to ``LogConfig`` in the docker container create command and the ``--log-driver`` option to docker run.
|
|
2788
2913
|
By default, containers use the same logging driver that the Docker daemon uses. However, the container might use a different logging driver than the Docker daemon by specifying a log driver configuration in the container definition.
|
|
2789
2914
|
Understand the following when specifying a log configuration for your containers.
|
|
@@ -2799,6 +2924,8 @@ class ServiceConnectConfigurationArgs:
|
|
|
2799
2924
|
An object selects a port from the task definition, assigns a name for the CMAPlong service, and a list of aliases (endpoints) and ports for client applications to refer to this service.
|
|
2800
2925
|
"""
|
|
2801
2926
|
pulumi.set(__self__, "enabled", enabled)
|
|
2927
|
+
if access_log_configuration is not None:
|
|
2928
|
+
pulumi.set(__self__, "access_log_configuration", access_log_configuration)
|
|
2802
2929
|
if log_configuration is not None:
|
|
2803
2930
|
pulumi.set(__self__, "log_configuration", log_configuration)
|
|
2804
2931
|
if namespace is not None:
|
|
@@ -2818,6 +2945,20 @@ class ServiceConnectConfigurationArgs:
|
|
|
2818
2945
|
def enabled(self, value: pulumi.Input[_builtins.bool]):
|
|
2819
2946
|
pulumi.set(self, "enabled", value)
|
|
2820
2947
|
|
|
2948
|
+
@_builtins.property
|
|
2949
|
+
@pulumi.getter(name="accessLogConfiguration")
|
|
2950
|
+
def access_log_configuration(self) -> Optional[pulumi.Input['ServiceConnectAccessLogConfigurationArgs']]:
|
|
2951
|
+
"""
|
|
2952
|
+
The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
|
|
2953
|
+
|
|
2954
|
+
> To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
|
|
2955
|
+
"""
|
|
2956
|
+
return pulumi.get(self, "access_log_configuration")
|
|
2957
|
+
|
|
2958
|
+
@access_log_configuration.setter
|
|
2959
|
+
def access_log_configuration(self, value: Optional[pulumi.Input['ServiceConnectAccessLogConfigurationArgs']]):
|
|
2960
|
+
pulumi.set(self, "access_log_configuration", value)
|
|
2961
|
+
|
|
2821
2962
|
@_builtins.property
|
|
2822
2963
|
@pulumi.getter(name="logConfiguration")
|
|
2823
2964
|
def log_configuration(self) -> Optional[pulumi.Input['ServiceLogConfigurationArgs']]:
|
|
@@ -3377,7 +3518,10 @@ if not MYPY:
|
|
|
3377
3518
|
+ When you use an external deployment controller (``EXTERNAL``), or the ACD blue/green deployment controller (``CODE_DEPLOY``), the value is set to 3 hours (180 minutes).
|
|
3378
3519
|
+ For all other cases, the value is set to 36 hours (2160 minutes).
|
|
3379
3520
|
"""
|
|
3380
|
-
canary_configuration: NotRequired[
|
|
3521
|
+
canary_configuration: NotRequired[pulumi.Input['ServiceCanaryConfigurationArgsDict']]
|
|
3522
|
+
"""
|
|
3523
|
+
Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
|
|
3524
|
+
"""
|
|
3381
3525
|
deployment_circuit_breaker: NotRequired[pulumi.Input['ServiceDeploymentCircuitBreakerArgsDict']]
|
|
3382
3526
|
"""
|
|
3383
3527
|
The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
|
|
@@ -3387,7 +3531,10 @@ if not MYPY:
|
|
|
3387
3531
|
"""
|
|
3388
3532
|
An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
|
|
3389
3533
|
"""
|
|
3390
|
-
linear_configuration: NotRequired[
|
|
3534
|
+
linear_configuration: NotRequired[pulumi.Input['ServiceLinearConfigurationArgsDict']]
|
|
3535
|
+
"""
|
|
3536
|
+
Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
|
|
3537
|
+
"""
|
|
3391
3538
|
maximum_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
3392
3539
|
"""
|
|
3393
3540
|
If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
|
|
@@ -3429,10 +3576,10 @@ class ServiceDeploymentConfigurationArgs:
|
|
|
3429
3576
|
def __init__(__self__, *,
|
|
3430
3577
|
alarms: Optional[pulumi.Input['ServiceDeploymentAlarmsArgs']] = None,
|
|
3431
3578
|
bake_time_in_minutes: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3432
|
-
canary_configuration: Optional[
|
|
3579
|
+
canary_configuration: Optional[pulumi.Input['ServiceCanaryConfigurationArgs']] = None,
|
|
3433
3580
|
deployment_circuit_breaker: Optional[pulumi.Input['ServiceDeploymentCircuitBreakerArgs']] = None,
|
|
3434
3581
|
lifecycle_hooks: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceDeploymentLifecycleHookArgs']]]] = None,
|
|
3435
|
-
linear_configuration: Optional[
|
|
3582
|
+
linear_configuration: Optional[pulumi.Input['ServiceLinearConfigurationArgs']] = None,
|
|
3436
3583
|
maximum_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3437
3584
|
minimum_healthy_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3438
3585
|
strategy: Optional[pulumi.Input['ServiceDeploymentConfigurationStrategy']] = None):
|
|
@@ -3444,9 +3591,11 @@ class ServiceDeploymentConfigurationArgs:
|
|
|
3444
3591
|
+ For rolling deployments, the value is set to 3 hours (180 minutes).
|
|
3445
3592
|
+ When you use an external deployment controller (``EXTERNAL``), or the ACD blue/green deployment controller (``CODE_DEPLOY``), the value is set to 3 hours (180 minutes).
|
|
3446
3593
|
+ For all other cases, the value is set to 36 hours (2160 minutes).
|
|
3594
|
+
:param pulumi.Input['ServiceCanaryConfigurationArgs'] canary_configuration: Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
|
|
3447
3595
|
:param pulumi.Input['ServiceDeploymentCircuitBreakerArgs'] deployment_circuit_breaker: The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
|
|
3448
3596
|
The *deployment circuit breaker* determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. For more information, see [Rolling update](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html) in the *Amazon Elastic Container Service Developer Guide*
|
|
3449
3597
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceDeploymentLifecycleHookArgs']]] lifecycle_hooks: An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
|
|
3598
|
+
:param pulumi.Input['ServiceLinearConfigurationArgs'] linear_configuration: Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
|
|
3450
3599
|
:param pulumi.Input[_builtins.int] maximum_percent: If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
|
|
3451
3600
|
The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting replacement tasks first and then stopping the unhealthy tasks, as long as cluster resources for starting replacement tasks are available. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).
|
|
3452
3601
|
If a service is using either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types, and tasks in the service use the EC2 launch type, the *maximum percent* value is set to the default value. The *maximum percent* value is used to define the upper limit on the number of the tasks in the service that remain in the ``RUNNING`` state while the container instances are in the ``DRAINING`` state.
|
|
@@ -3521,11 +3670,14 @@ class ServiceDeploymentConfigurationArgs:
|
|
|
3521
3670
|
|
|
3522
3671
|
@_builtins.property
|
|
3523
3672
|
@pulumi.getter(name="canaryConfiguration")
|
|
3524
|
-
def canary_configuration(self) -> Optional[
|
|
3673
|
+
def canary_configuration(self) -> Optional[pulumi.Input['ServiceCanaryConfigurationArgs']]:
|
|
3674
|
+
"""
|
|
3675
|
+
Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
|
|
3676
|
+
"""
|
|
3525
3677
|
return pulumi.get(self, "canary_configuration")
|
|
3526
3678
|
|
|
3527
3679
|
@canary_configuration.setter
|
|
3528
|
-
def canary_configuration(self, value: Optional[
|
|
3680
|
+
def canary_configuration(self, value: Optional[pulumi.Input['ServiceCanaryConfigurationArgs']]):
|
|
3529
3681
|
pulumi.set(self, "canary_configuration", value)
|
|
3530
3682
|
|
|
3531
3683
|
@_builtins.property
|
|
@@ -3555,11 +3707,14 @@ class ServiceDeploymentConfigurationArgs:
|
|
|
3555
3707
|
|
|
3556
3708
|
@_builtins.property
|
|
3557
3709
|
@pulumi.getter(name="linearConfiguration")
|
|
3558
|
-
def linear_configuration(self) -> Optional[
|
|
3710
|
+
def linear_configuration(self) -> Optional[pulumi.Input['ServiceLinearConfigurationArgs']]:
|
|
3711
|
+
"""
|
|
3712
|
+
Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
|
|
3713
|
+
"""
|
|
3559
3714
|
return pulumi.get(self, "linear_configuration")
|
|
3560
3715
|
|
|
3561
3716
|
@linear_configuration.setter
|
|
3562
|
-
def linear_configuration(self, value: Optional[
|
|
3717
|
+
def linear_configuration(self, value: Optional[pulumi.Input['ServiceLinearConfigurationArgs']]):
|
|
3563
3718
|
pulumi.set(self, "linear_configuration", value)
|
|
3564
3719
|
|
|
3565
3720
|
@_builtins.property
|
|
@@ -4067,6 +4222,58 @@ class ServiceForceNewDeploymentArgs:
|
|
|
4067
4222
|
pulumi.set(self, "force_new_deployment_nonce", value)
|
|
4068
4223
|
|
|
4069
4224
|
|
|
4225
|
+
if not MYPY:
|
|
4226
|
+
class ServiceLinearConfigurationArgsDict(TypedDict):
|
|
4227
|
+
step_bake_time_in_minutes: NotRequired[pulumi.Input[_builtins.int]]
|
|
4228
|
+
"""
|
|
4229
|
+
The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
|
|
4230
|
+
"""
|
|
4231
|
+
step_percent: NotRequired[pulumi.Input[_builtins.float]]
|
|
4232
|
+
"""
|
|
4233
|
+
The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
|
|
4234
|
+
"""
|
|
4235
|
+
elif False:
|
|
4236
|
+
ServiceLinearConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
4237
|
+
|
|
4238
|
+
@pulumi.input_type
|
|
4239
|
+
class ServiceLinearConfigurationArgs:
|
|
4240
|
+
def __init__(__self__, *,
|
|
4241
|
+
step_bake_time_in_minutes: Optional[pulumi.Input[_builtins.int]] = None,
|
|
4242
|
+
step_percent: Optional[pulumi.Input[_builtins.float]] = None):
|
|
4243
|
+
"""
|
|
4244
|
+
:param pulumi.Input[_builtins.int] step_bake_time_in_minutes: The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
|
|
4245
|
+
:param pulumi.Input[_builtins.float] step_percent: The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
|
|
4246
|
+
"""
|
|
4247
|
+
if step_bake_time_in_minutes is not None:
|
|
4248
|
+
pulumi.set(__self__, "step_bake_time_in_minutes", step_bake_time_in_minutes)
|
|
4249
|
+
if step_percent is not None:
|
|
4250
|
+
pulumi.set(__self__, "step_percent", step_percent)
|
|
4251
|
+
|
|
4252
|
+
@_builtins.property
|
|
4253
|
+
@pulumi.getter(name="stepBakeTimeInMinutes")
|
|
4254
|
+
def step_bake_time_in_minutes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4255
|
+
"""
|
|
4256
|
+
The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
|
|
4257
|
+
"""
|
|
4258
|
+
return pulumi.get(self, "step_bake_time_in_minutes")
|
|
4259
|
+
|
|
4260
|
+
@step_bake_time_in_minutes.setter
|
|
4261
|
+
def step_bake_time_in_minutes(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
4262
|
+
pulumi.set(self, "step_bake_time_in_minutes", value)
|
|
4263
|
+
|
|
4264
|
+
@_builtins.property
|
|
4265
|
+
@pulumi.getter(name="stepPercent")
|
|
4266
|
+
def step_percent(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
4267
|
+
"""
|
|
4268
|
+
The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
|
|
4269
|
+
"""
|
|
4270
|
+
return pulumi.get(self, "step_percent")
|
|
4271
|
+
|
|
4272
|
+
@step_percent.setter
|
|
4273
|
+
def step_percent(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
4274
|
+
pulumi.set(self, "step_percent", value)
|
|
4275
|
+
|
|
4276
|
+
|
|
4070
4277
|
if not MYPY:
|
|
4071
4278
|
class ServiceLoadBalancerArgsDict(TypedDict):
|
|
4072
4279
|
"""
|
|
@@ -9152,13 +9359,13 @@ if not MYPY:
|
|
|
9152
9359
|
Base value characteristics:
|
|
9153
9360
|
|
|
9154
9361
|
- Only one capacity provider in a strategy can have a base defined
|
|
9155
|
-
-
|
|
9156
|
-
-
|
|
9362
|
+
- The default value is `0` if not specified
|
|
9363
|
+
- The valid range is 0 to 100,000
|
|
9157
9364
|
- Base requirements are satisfied first before weight distribution
|
|
9158
9365
|
"""
|
|
9159
9366
|
capacity_provider: NotRequired[pulumi.Input[_builtins.str]]
|
|
9160
9367
|
"""
|
|
9161
|
-
The short name of the capacity provider.
|
|
9368
|
+
The short name of the capacity provider. This can be either an AWS managed capacity provider ( `FARGATE` or `FARGATE_SPOT` ) or the name of a custom capacity provider that you created.
|
|
9162
9369
|
"""
|
|
9163
9370
|
weight: NotRequired[pulumi.Input[_builtins.int]]
|
|
9164
9371
|
"""
|
|
@@ -9169,8 +9376,8 @@ if not MYPY:
|
|
|
9169
9376
|
Weight value characteristics:
|
|
9170
9377
|
|
|
9171
9378
|
- Weight is considered after the base value is satisfied
|
|
9172
|
-
-
|
|
9173
|
-
-
|
|
9379
|
+
- The default value is `0` if not specified
|
|
9380
|
+
- The valid range is 0 to 1,000
|
|
9174
9381
|
- At least one capacity provider must have a weight greater than zero
|
|
9175
9382
|
- Capacity providers with weight of `0` cannot place tasks
|
|
9176
9383
|
|
|
@@ -9200,10 +9407,10 @@ class TaskSetCapacityProviderStrategyItemArgs:
|
|
|
9200
9407
|
Base value characteristics:
|
|
9201
9408
|
|
|
9202
9409
|
- Only one capacity provider in a strategy can have a base defined
|
|
9203
|
-
-
|
|
9204
|
-
-
|
|
9410
|
+
- The default value is `0` if not specified
|
|
9411
|
+
- The valid range is 0 to 100,000
|
|
9205
9412
|
- Base requirements are satisfied first before weight distribution
|
|
9206
|
-
:param pulumi.Input[_builtins.str] capacity_provider: The short name of the capacity provider.
|
|
9413
|
+
:param pulumi.Input[_builtins.str] capacity_provider: The short name of the capacity provider. This can be either an AWS managed capacity provider ( `FARGATE` or `FARGATE_SPOT` ) or the name of a custom capacity provider that you created.
|
|
9207
9414
|
:param pulumi.Input[_builtins.int] weight: The *weight* value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` value, if defined, is satisfied.
|
|
9208
9415
|
|
|
9209
9416
|
If no `weight` value is specified, the default value of `0` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of `0` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of `0` , any `RunTask` or `CreateService` actions using the capacity provider strategy will fail.
|
|
@@ -9211,8 +9418,8 @@ class TaskSetCapacityProviderStrategyItemArgs:
|
|
|
9211
9418
|
Weight value characteristics:
|
|
9212
9419
|
|
|
9213
9420
|
- Weight is considered after the base value is satisfied
|
|
9214
|
-
-
|
|
9215
|
-
-
|
|
9421
|
+
- The default value is `0` if not specified
|
|
9422
|
+
- The valid range is 0 to 1,000
|
|
9216
9423
|
- At least one capacity provider must have a weight greater than zero
|
|
9217
9424
|
- Capacity providers with weight of `0` cannot place tasks
|
|
9218
9425
|
|
|
@@ -9243,8 +9450,8 @@ class TaskSetCapacityProviderStrategyItemArgs:
|
|
|
9243
9450
|
Base value characteristics:
|
|
9244
9451
|
|
|
9245
9452
|
- Only one capacity provider in a strategy can have a base defined
|
|
9246
|
-
-
|
|
9247
|
-
-
|
|
9453
|
+
- The default value is `0` if not specified
|
|
9454
|
+
- The valid range is 0 to 100,000
|
|
9248
9455
|
- Base requirements are satisfied first before weight distribution
|
|
9249
9456
|
"""
|
|
9250
9457
|
return pulumi.get(self, "base")
|
|
@@ -9257,7 +9464,7 @@ class TaskSetCapacityProviderStrategyItemArgs:
|
|
|
9257
9464
|
@pulumi.getter(name="capacityProvider")
|
|
9258
9465
|
def capacity_provider(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
9259
9466
|
"""
|
|
9260
|
-
The short name of the capacity provider.
|
|
9467
|
+
The short name of the capacity provider. This can be either an AWS managed capacity provider ( `FARGATE` or `FARGATE_SPOT` ) or the name of a custom capacity provider that you created.
|
|
9261
9468
|
"""
|
|
9262
9469
|
return pulumi.get(self, "capacity_provider")
|
|
9263
9470
|
|
|
@@ -9276,8 +9483,8 @@ class TaskSetCapacityProviderStrategyItemArgs:
|
|
|
9276
9483
|
Weight value characteristics:
|
|
9277
9484
|
|
|
9278
9485
|
- Weight is considered after the base value is satisfied
|
|
9279
|
-
-
|
|
9280
|
-
-
|
|
9486
|
+
- The default value is `0` if not specified
|
|
9487
|
+
- The valid range is 0 to 1,000
|
|
9281
9488
|
- At least one capacity provider must have a weight greater than zero
|
|
9282
9489
|
- Capacity providers with weight of `0` cannot place tasks
|
|
9283
9490
|
|