pulumi-aws-native 1.38.0a1761631437__py3-none-any.whl → 1.39.0a1762376209__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.
Files changed (116) hide show
  1. pulumi_aws_native/__init__.py +19 -1
  2. pulumi_aws_native/amazonmq/_enums.py +4 -12
  3. pulumi_aws_native/amazonmq/_inputs.py +21 -91
  4. pulumi_aws_native/amazonmq/broker.py +56 -67
  5. pulumi_aws_native/amazonmq/get_broker.py +6 -13
  6. pulumi_aws_native/amazonmq/outputs.py +14 -54
  7. pulumi_aws_native/appstream/get_image_builder.py +0 -4
  8. pulumi_aws_native/appstream/image_builder.py +0 -16
  9. pulumi_aws_native/aps/_inputs.py +58 -0
  10. pulumi_aws_native/aps/outputs.py +36 -0
  11. pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
  12. pulumi_aws_native/arcregionswitch/plan.py +0 -3
  13. pulumi_aws_native/batch/_inputs.py +34 -0
  14. pulumi_aws_native/batch/job_definition.py +29 -0
  15. pulumi_aws_native/batch/outputs.py +37 -0
  16. pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
  17. pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
  18. pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
  19. pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
  20. pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
  21. pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
  22. pulumi_aws_native/ce/_enums.py +3 -0
  23. pulumi_aws_native/cleanrooms/configured_table.py +4 -4
  24. pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
  25. pulumi_aws_native/cognito/__init__.py +2 -0
  26. pulumi_aws_native/cognito/_enums.py +12 -0
  27. pulumi_aws_native/cognito/get_terms.py +117 -0
  28. pulumi_aws_native/cognito/terms.py +236 -0
  29. pulumi_aws_native/connectcampaignsv2/_inputs.py +28 -0
  30. pulumi_aws_native/connectcampaignsv2/outputs.py +16 -0
  31. pulumi_aws_native/datazone/_inputs.py +81 -0
  32. pulumi_aws_native/datazone/connection.py +83 -26
  33. pulumi_aws_native/datazone/outputs.py +84 -0
  34. pulumi_aws_native/ec2/__init__.py +2 -0
  35. pulumi_aws_native/ec2/_enums.py +19 -0
  36. pulumi_aws_native/ec2/_inputs.py +15 -12
  37. pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
  38. pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
  39. pulumi_aws_native/ec2/get_volume.py +37 -15
  40. pulumi_aws_native/ec2/outputs.py +10 -8
  41. pulumi_aws_native/ec2/volume.py +115 -74
  42. pulumi_aws_native/ecs/_enums.py +23 -0
  43. pulumi_aws_native/ecs/_inputs.py +230 -23
  44. pulumi_aws_native/ecs/outputs.py +195 -15
  45. pulumi_aws_native/eks/_enums.py +11 -0
  46. pulumi_aws_native/eks/_inputs.py +199 -1
  47. pulumi_aws_native/eks/get_nodegroup.py +1 -0
  48. pulumi_aws_native/eks/nodegroup.py +1 -0
  49. pulumi_aws_native/eks/outputs.py +169 -1
  50. pulumi_aws_native/elasticloadbalancingv2/_inputs.py +12 -12
  51. pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
  52. pulumi_aws_native/elasticloadbalancingv2/outputs.py +8 -8
  53. pulumi_aws_native/glue/__init__.py +2 -0
  54. pulumi_aws_native/glue/_inputs.py +134 -0
  55. pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
  56. pulumi_aws_native/glue/integration_resource_property.py +229 -0
  57. pulumi_aws_native/glue/outputs.py +122 -0
  58. pulumi_aws_native/imagebuilder/_inputs.py +37 -0
  59. pulumi_aws_native/imagebuilder/image.py +29 -0
  60. pulumi_aws_native/imagebuilder/outputs.py +40 -0
  61. pulumi_aws_native/kendra/_inputs.py +21 -21
  62. pulumi_aws_native/kendra/outputs.py +14 -14
  63. pulumi_aws_native/mediapackagev2/_inputs.py +7 -0
  64. pulumi_aws_native/mediapackagev2/outputs.py +4 -0
  65. pulumi_aws_native/networkfirewall/_enums.py +2 -0
  66. pulumi_aws_native/networkfirewall/_inputs.py +20 -0
  67. pulumi_aws_native/networkfirewall/firewall.py +10 -0
  68. pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
  69. pulumi_aws_native/networkfirewall/outputs.py +14 -0
  70. pulumi_aws_native/pulumi-plugin.json +1 -1
  71. pulumi_aws_native/qbusiness/_inputs.py +3 -3
  72. pulumi_aws_native/qbusiness/application.py +4 -4
  73. pulumi_aws_native/qbusiness/outputs.py +2 -2
  74. pulumi_aws_native/quicksight/_inputs.py +9 -9
  75. pulumi_aws_native/quicksight/outputs.py +6 -6
  76. pulumi_aws_native/rtbfabric/__init__.py +2 -0
  77. pulumi_aws_native/rtbfabric/_enums.py +44 -0
  78. pulumi_aws_native/rtbfabric/_inputs.py +330 -0
  79. pulumi_aws_native/rtbfabric/get_link.py +199 -0
  80. pulumi_aws_native/rtbfabric/get_requester_gateway.py +15 -0
  81. pulumi_aws_native/rtbfabric/get_responder_gateway.py +30 -0
  82. pulumi_aws_native/rtbfabric/link.py +344 -0
  83. pulumi_aws_native/rtbfabric/outputs.py +306 -0
  84. pulumi_aws_native/rtbfabric/requester_gateway.py +40 -0
  85. pulumi_aws_native/rtbfabric/responder_gateway.py +80 -0
  86. pulumi_aws_native/s3/_enums.py +1 -1
  87. pulumi_aws_native/s3/_inputs.py +11 -5
  88. pulumi_aws_native/s3/outputs.py +10 -4
  89. pulumi_aws_native/s3vectors/__init__.py +17 -0
  90. pulumi_aws_native/s3vectors/_enums.py +39 -0
  91. pulumi_aws_native/s3vectors/_inputs.py +138 -0
  92. pulumi_aws_native/s3vectors/get_index.py +99 -0
  93. pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
  94. pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
  95. pulumi_aws_native/s3vectors/index.py +367 -0
  96. pulumi_aws_native/s3vectors/outputs.py +129 -0
  97. pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
  98. pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
  99. pulumi_aws_native/sagemaker/_enums.py +2 -171
  100. pulumi_aws_native/sagemaker/_inputs.py +17 -5
  101. pulumi_aws_native/sagemaker/outputs.py +11 -3
  102. pulumi_aws_native/sso/_enums.py +1 -1
  103. pulumi_aws_native/sso/assignment.py +8 -8
  104. pulumi_aws_native/transfer/_enums.py +15 -0
  105. pulumi_aws_native/transfer/_inputs.py +86 -0
  106. pulumi_aws_native/transfer/connector.py +86 -19
  107. pulumi_aws_native/transfer/get_connector.py +43 -1
  108. pulumi_aws_native/transfer/outputs.py +86 -0
  109. pulumi_aws_native/wafv2/_inputs.py +72 -0
  110. pulumi_aws_native/wafv2/get_web_acl.py +15 -1
  111. pulumi_aws_native/wafv2/outputs.py +45 -0
  112. pulumi_aws_native/wafv2/web_acl.py +29 -0
  113. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/METADATA +1 -1
  114. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/RECORD +116 -96
  115. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/WHEEL +0 -0
  116. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/top_level.txt +0 -0
@@ -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[Any]
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[Any]
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[Any] = None,
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[Any] = None,
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[Any]:
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[Any]):
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[Any]:
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[Any]):
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
- - Default value is `0` if not specified
9156
- - Valid range: 0 to 100,000
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
- - Default value is `0` if not specified
9173
- - Valid range: 0 to 1,000
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
- - Default value is `0` if not specified
9204
- - Valid range: 0 to 100,000
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
- - Default value is `0` if not specified
9215
- - Valid range: 0 to 1,000
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
- - Default value is `0` if not specified
9247
- - Valid range: 0 to 100,000
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
- - Default value is `0` if not specified
9280
- - Valid range: 0 to 1,000
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