pulumi-aws-native 1.38.0a1761803003__py3-none-any.whl → 1.38.0a1762272920__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.

Files changed (88) hide show
  1. pulumi_aws_native/__init__.py +17 -1
  2. pulumi_aws_native/appstream/get_image_builder.py +0 -4
  3. pulumi_aws_native/appstream/image_builder.py +0 -16
  4. pulumi_aws_native/aps/_inputs.py +58 -0
  5. pulumi_aws_native/aps/outputs.py +36 -0
  6. pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
  7. pulumi_aws_native/arcregionswitch/plan.py +0 -3
  8. pulumi_aws_native/batch/_inputs.py +9 -0
  9. pulumi_aws_native/batch/job_definition.py +8 -0
  10. pulumi_aws_native/batch/outputs.py +6 -0
  11. pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
  12. pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
  13. pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
  14. pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
  15. pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
  16. pulumi_aws_native/ce/_enums.py +3 -0
  17. pulumi_aws_native/cleanrooms/configured_table.py +4 -4
  18. pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
  19. pulumi_aws_native/cognito/__init__.py +2 -0
  20. pulumi_aws_native/cognito/_enums.py +12 -0
  21. pulumi_aws_native/cognito/get_terms.py +117 -0
  22. pulumi_aws_native/cognito/terms.py +236 -0
  23. pulumi_aws_native/connectcampaignsv2/_inputs.py +28 -0
  24. pulumi_aws_native/connectcampaignsv2/outputs.py +16 -0
  25. pulumi_aws_native/datazone/connection.py +30 -1
  26. pulumi_aws_native/ec2/get_volume.py +37 -15
  27. pulumi_aws_native/ec2/volume.py +115 -74
  28. pulumi_aws_native/ecs/_enums.py +9 -0
  29. pulumi_aws_native/ecs/_inputs.py +96 -15
  30. pulumi_aws_native/ecs/outputs.py +60 -10
  31. pulumi_aws_native/eks/_enums.py +11 -0
  32. pulumi_aws_native/eks/_inputs.py +199 -1
  33. pulumi_aws_native/eks/get_nodegroup.py +1 -0
  34. pulumi_aws_native/eks/nodegroup.py +1 -0
  35. pulumi_aws_native/eks/outputs.py +169 -1
  36. pulumi_aws_native/glue/__init__.py +2 -0
  37. pulumi_aws_native/glue/_inputs.py +134 -0
  38. pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
  39. pulumi_aws_native/glue/integration_resource_property.py +229 -0
  40. pulumi_aws_native/glue/outputs.py +122 -0
  41. pulumi_aws_native/kendra/_inputs.py +21 -21
  42. pulumi_aws_native/kendra/outputs.py +14 -14
  43. pulumi_aws_native/networkfirewall/_inputs.py +7 -0
  44. pulumi_aws_native/networkfirewall/firewall.py +3 -0
  45. pulumi_aws_native/networkfirewall/get_firewall.py +3 -0
  46. pulumi_aws_native/networkfirewall/outputs.py +4 -0
  47. pulumi_aws_native/pulumi-plugin.json +1 -1
  48. pulumi_aws_native/qbusiness/_inputs.py +3 -3
  49. pulumi_aws_native/qbusiness/application.py +4 -4
  50. pulumi_aws_native/qbusiness/outputs.py +2 -2
  51. pulumi_aws_native/quicksight/_inputs.py +9 -9
  52. pulumi_aws_native/quicksight/outputs.py +6 -6
  53. pulumi_aws_native/rtbfabric/_enums.py +3 -0
  54. pulumi_aws_native/rtbfabric/_inputs.py +70 -0
  55. pulumi_aws_native/rtbfabric/get_link.py +18 -0
  56. pulumi_aws_native/rtbfabric/get_requester_gateway.py +15 -0
  57. pulumi_aws_native/rtbfabric/get_responder_gateway.py +30 -0
  58. pulumi_aws_native/rtbfabric/link.py +51 -0
  59. pulumi_aws_native/rtbfabric/outputs.py +46 -0
  60. pulumi_aws_native/rtbfabric/requester_gateway.py +40 -0
  61. pulumi_aws_native/rtbfabric/responder_gateway.py +80 -0
  62. pulumi_aws_native/s3/_enums.py +1 -1
  63. pulumi_aws_native/s3/_inputs.py +11 -5
  64. pulumi_aws_native/s3/outputs.py +10 -4
  65. pulumi_aws_native/s3vectors/__init__.py +17 -0
  66. pulumi_aws_native/s3vectors/_enums.py +39 -0
  67. pulumi_aws_native/s3vectors/_inputs.py +138 -0
  68. pulumi_aws_native/s3vectors/get_index.py +99 -0
  69. pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
  70. pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
  71. pulumi_aws_native/s3vectors/index.py +367 -0
  72. pulumi_aws_native/s3vectors/outputs.py +129 -0
  73. pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
  74. pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
  75. pulumi_aws_native/sso/_enums.py +1 -1
  76. pulumi_aws_native/sso/assignment.py +8 -8
  77. pulumi_aws_native/transfer/_inputs.py +9 -0
  78. pulumi_aws_native/transfer/connector.py +3 -0
  79. pulumi_aws_native/transfer/get_connector.py +3 -0
  80. pulumi_aws_native/transfer/outputs.py +6 -0
  81. pulumi_aws_native/wafv2/_inputs.py +72 -0
  82. pulumi_aws_native/wafv2/get_web_acl.py +15 -1
  83. pulumi_aws_native/wafv2/outputs.py +45 -0
  84. pulumi_aws_native/wafv2/web_acl.py +29 -0
  85. {pulumi_aws_native-1.38.0a1761803003.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/METADATA +1 -1
  86. {pulumi_aws_native-1.38.0a1761803003.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/RECORD +88 -72
  87. {pulumi_aws_native-1.38.0a1761803003.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/WHEEL +0 -0
  88. {pulumi_aws_native-1.38.0a1761803003.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/top_level.txt +0 -0
@@ -21,8 +21,9 @@ __all__ = ['VolumeArgs', 'Volume']
21
21
  @pulumi.input_type
22
22
  class VolumeArgs:
23
23
  def __init__(__self__, *,
24
- availability_zone: pulumi.Input[_builtins.str],
25
24
  auto_enable_io: Optional[pulumi.Input[_builtins.bool]] = None,
25
+ availability_zone: Optional[pulumi.Input[_builtins.str]] = None,
26
+ availability_zone_id: Optional[pulumi.Input[_builtins.str]] = None,
26
27
  encrypted: Optional[pulumi.Input[_builtins.bool]] = None,
27
28
  iops: Optional[pulumi.Input[_builtins.int]] = None,
28
29
  kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -30,25 +31,25 @@ class VolumeArgs:
30
31
  outpost_arn: Optional[pulumi.Input[_builtins.str]] = None,
31
32
  size: Optional[pulumi.Input[_builtins.int]] = None,
32
33
  snapshot_id: Optional[pulumi.Input[_builtins.str]] = None,
34
+ source_volume_id: Optional[pulumi.Input[_builtins.str]] = None,
33
35
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None,
34
36
  throughput: Optional[pulumi.Input[_builtins.int]] = None,
35
37
  volume_initialization_rate: Optional[pulumi.Input[_builtins.int]] = None,
36
38
  volume_type: Optional[pulumi.Input[_builtins.str]] = None):
37
39
  """
38
40
  The set of arguments for constructing a Volume resource.
41
+ :param pulumi.Input[_builtins.bool] auto_enable_io: Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
39
42
  :param pulumi.Input[_builtins.str] availability_zone: The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
40
43
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
41
- :param pulumi.Input[_builtins.bool] auto_enable_io: Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
42
44
  :param pulumi.Input[_builtins.bool] encrypted: Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
43
45
  Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
44
- :param pulumi.Input[_builtins.int] iops: The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
45
- The following are the supported values for each volume type:
46
- + ``gp3``: 3,000 - 16,000 IOPS
47
- + ``io1``: 100 - 64,000 IOPS
48
- + ``io2``: 100 - 256,000 IOPS
46
+ :param pulumi.Input[_builtins.int] iops: The number of I/O operations per second (IOPS) to provision for the volume. Required for ``io1`` and ``io2`` volumes. Optional for ``gp3`` volumes. Omit for all other volume types.
47
+ Valid ranges:
48
+ + gp3: ``3,000``(*default*)``- 80,000`` IOPS
49
+ + io1: ``100 - 64,000`` IOPS
50
+ + io2: ``100 - 256,000`` IOPS
49
51
 
50
- For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
51
- This parameter is required for ``io1`` and ``io2`` volumes. The default for ``gp3`` volumes is 3,000 IOPS. This parameter is not supported for ``gp2``, ``st1``, ``sc1``, or ``standard`` volumes.
52
+ [Instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) can support up to 256,000 IOPS. Other instances can support up to 32,000 IOPS.
52
53
  :param pulumi.Input[_builtins.str] kms_key_id: The identifier of the kms-key-long to use for Amazon EBS encryption. If ``KmsKeyId`` is specified, the encrypted state must be ``true``.
53
54
  If you omit this property and your account is enabled for encryption by default, or *Encrypted* is set to ``true``, then the volume is encrypted using the default key specified for your account. If your account does not have a default key, then the volume is encrypted using the aws-managed-key.
54
55
  Alternatively, if you want to specify a different key, you can specify one of the following:
@@ -59,13 +60,14 @@ class VolumeArgs:
59
60
  :param pulumi.Input[_builtins.bool] multi_attach_enabled: Indicates whether Amazon EBS Multi-Attach is enabled.
60
61
  CFNlong does not currently support updating a single-attach volume to be multi-attach enabled, updating a multi-attach enabled volume to be single-attach, or updating the size or number of I/O operations per second (IOPS) of a multi-attach enabled volume.
61
62
  :param pulumi.Input[_builtins.str] outpost_arn: The Amazon Resource Name (ARN) of the Outpost.
62
- :param pulumi.Input[_builtins.int] size: The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.
63
- The following are the supported volumes sizes for each volume type:
64
- + ``gp2`` and ``gp3``: 1 - 16,384 GiB
65
- + ``io1``: 4 - 16,384 GiB
66
- + ``io2``: 4 - 65,536 GiB
67
- + ``st1`` and ``sc1``: 125 - 16,384 GiB
68
- + ``standard``: 1 - 1024 GiB
63
+ :param pulumi.Input[_builtins.int] size: The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
64
+ Valid sizes:
65
+ + gp2: ``1 - 16,384`` GiB
66
+ + gp3: ``1 - 65,536`` GiB
67
+ + io1: ``4 - 16,384`` GiB
68
+ + io2: ``4 - 65,536`` GiB
69
+ + st1 and sc1: ``125 - 16,384`` GiB
70
+ + standard: ``1 - 1024`` GiB
69
71
  :param pulumi.Input[_builtins.str] snapshot_id: The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
70
72
  :param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: The tags to apply to the volume during creation.
71
73
  :param pulumi.Input[_builtins.int] throughput: The throughput to provision for a volume, with a maximum of 1,000 MiB/s.
@@ -89,9 +91,12 @@ class VolumeArgs:
89
91
  For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
90
92
  Default: ``gp2``
91
93
  """
92
- pulumi.set(__self__, "availability_zone", availability_zone)
93
94
  if auto_enable_io is not None:
94
95
  pulumi.set(__self__, "auto_enable_io", auto_enable_io)
96
+ if availability_zone is not None:
97
+ pulumi.set(__self__, "availability_zone", availability_zone)
98
+ if availability_zone_id is not None:
99
+ pulumi.set(__self__, "availability_zone_id", availability_zone_id)
95
100
  if encrypted is not None:
96
101
  pulumi.set(__self__, "encrypted", encrypted)
97
102
  if iops is not None:
@@ -106,6 +111,8 @@ class VolumeArgs:
106
111
  pulumi.set(__self__, "size", size)
107
112
  if snapshot_id is not None:
108
113
  pulumi.set(__self__, "snapshot_id", snapshot_id)
114
+ if source_volume_id is not None:
115
+ pulumi.set(__self__, "source_volume_id", source_volume_id)
109
116
  if tags is not None:
110
117
  pulumi.set(__self__, "tags", tags)
111
118
  if throughput is not None:
@@ -115,9 +122,21 @@ class VolumeArgs:
115
122
  if volume_type is not None:
116
123
  pulumi.set(__self__, "volume_type", volume_type)
117
124
 
125
+ @_builtins.property
126
+ @pulumi.getter(name="autoEnableIo")
127
+ def auto_enable_io(self) -> Optional[pulumi.Input[_builtins.bool]]:
128
+ """
129
+ Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
130
+ """
131
+ return pulumi.get(self, "auto_enable_io")
132
+
133
+ @auto_enable_io.setter
134
+ def auto_enable_io(self, value: Optional[pulumi.Input[_builtins.bool]]):
135
+ pulumi.set(self, "auto_enable_io", value)
136
+
118
137
  @_builtins.property
119
138
  @pulumi.getter(name="availabilityZone")
120
- def availability_zone(self) -> pulumi.Input[_builtins.str]:
139
+ def availability_zone(self) -> Optional[pulumi.Input[_builtins.str]]:
121
140
  """
122
141
  The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
123
142
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
@@ -125,20 +144,17 @@ class VolumeArgs:
125
144
  return pulumi.get(self, "availability_zone")
126
145
 
127
146
  @availability_zone.setter
128
- def availability_zone(self, value: pulumi.Input[_builtins.str]):
147
+ def availability_zone(self, value: Optional[pulumi.Input[_builtins.str]]):
129
148
  pulumi.set(self, "availability_zone", value)
130
149
 
131
150
  @_builtins.property
132
- @pulumi.getter(name="autoEnableIo")
133
- def auto_enable_io(self) -> Optional[pulumi.Input[_builtins.bool]]:
134
- """
135
- Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
136
- """
137
- return pulumi.get(self, "auto_enable_io")
151
+ @pulumi.getter(name="availabilityZoneId")
152
+ def availability_zone_id(self) -> Optional[pulumi.Input[_builtins.str]]:
153
+ return pulumi.get(self, "availability_zone_id")
138
154
 
139
- @auto_enable_io.setter
140
- def auto_enable_io(self, value: Optional[pulumi.Input[_builtins.bool]]):
141
- pulumi.set(self, "auto_enable_io", value)
155
+ @availability_zone_id.setter
156
+ def availability_zone_id(self, value: Optional[pulumi.Input[_builtins.str]]):
157
+ pulumi.set(self, "availability_zone_id", value)
142
158
 
143
159
  @_builtins.property
144
160
  @pulumi.getter
@@ -157,14 +173,13 @@ class VolumeArgs:
157
173
  @pulumi.getter
158
174
  def iops(self) -> Optional[pulumi.Input[_builtins.int]]:
159
175
  """
160
- The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
161
- The following are the supported values for each volume type:
162
- + ``gp3``: 3,000 - 16,000 IOPS
163
- + ``io1``: 100 - 64,000 IOPS
164
- + ``io2``: 100 - 256,000 IOPS
176
+ The number of I/O operations per second (IOPS) to provision for the volume. Required for ``io1`` and ``io2`` volumes. Optional for ``gp3`` volumes. Omit for all other volume types.
177
+ Valid ranges:
178
+ + gp3: ``3,000``(*default*)``- 80,000`` IOPS
179
+ + io1: ``100 - 64,000`` IOPS
180
+ + io2: ``100 - 256,000`` IOPS
165
181
 
166
- For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
167
- This parameter is required for ``io1`` and ``io2`` volumes. The default for ``gp3`` volumes is 3,000 IOPS. This parameter is not supported for ``gp2``, ``st1``, ``sc1``, or ``standard`` volumes.
182
+ [Instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) can support up to 256,000 IOPS. Other instances can support up to 32,000 IOPS.
168
183
  """
169
184
  return pulumi.get(self, "iops")
170
185
 
@@ -219,13 +234,14 @@ class VolumeArgs:
219
234
  @pulumi.getter
220
235
  def size(self) -> Optional[pulumi.Input[_builtins.int]]:
221
236
  """
222
- The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.
223
- The following are the supported volumes sizes for each volume type:
224
- + ``gp2`` and ``gp3``: 1 - 16,384 GiB
225
- + ``io1``: 4 - 16,384 GiB
226
- + ``io2``: 4 - 65,536 GiB
227
- + ``st1`` and ``sc1``: 125 - 16,384 GiB
228
- + ``standard``: 1 - 1024 GiB
237
+ The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
238
+ Valid sizes:
239
+ + gp2: ``1 - 16,384`` GiB
240
+ + gp3: ``1 - 65,536`` GiB
241
+ + io1: ``4 - 16,384`` GiB
242
+ + io2: ``4 - 65,536`` GiB
243
+ + st1 and sc1: ``125 - 16,384`` GiB
244
+ + standard: ``1 - 1024`` GiB
229
245
  """
230
246
  return pulumi.get(self, "size")
231
247
 
@@ -245,6 +261,15 @@ class VolumeArgs:
245
261
  def snapshot_id(self, value: Optional[pulumi.Input[_builtins.str]]):
246
262
  pulumi.set(self, "snapshot_id", value)
247
263
 
264
+ @_builtins.property
265
+ @pulumi.getter(name="sourceVolumeId")
266
+ def source_volume_id(self) -> Optional[pulumi.Input[_builtins.str]]:
267
+ return pulumi.get(self, "source_volume_id")
268
+
269
+ @source_volume_id.setter
270
+ def source_volume_id(self, value: Optional[pulumi.Input[_builtins.str]]):
271
+ pulumi.set(self, "source_volume_id", value)
272
+
248
273
  @_builtins.property
249
274
  @pulumi.getter
250
275
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
@@ -319,6 +344,7 @@ class Volume(pulumi.CustomResource):
319
344
  opts: Optional[pulumi.ResourceOptions] = None,
320
345
  auto_enable_io: Optional[pulumi.Input[_builtins.bool]] = None,
321
346
  availability_zone: Optional[pulumi.Input[_builtins.str]] = None,
347
+ availability_zone_id: Optional[pulumi.Input[_builtins.str]] = None,
322
348
  encrypted: Optional[pulumi.Input[_builtins.bool]] = None,
323
349
  iops: Optional[pulumi.Input[_builtins.int]] = None,
324
350
  kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -326,6 +352,7 @@ class Volume(pulumi.CustomResource):
326
352
  outpost_arn: Optional[pulumi.Input[_builtins.str]] = None,
327
353
  size: Optional[pulumi.Input[_builtins.int]] = None,
328
354
  snapshot_id: Optional[pulumi.Input[_builtins.str]] = None,
355
+ source_volume_id: Optional[pulumi.Input[_builtins.str]] = None,
329
356
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
330
357
  throughput: Optional[pulumi.Input[_builtins.int]] = None,
331
358
  volume_initialization_rate: Optional[pulumi.Input[_builtins.int]] = None,
@@ -358,14 +385,13 @@ class Volume(pulumi.CustomResource):
358
385
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
359
386
  :param pulumi.Input[_builtins.bool] encrypted: Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
360
387
  Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
361
- :param pulumi.Input[_builtins.int] iops: The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
362
- The following are the supported values for each volume type:
363
- + ``gp3``: 3,000 - 16,000 IOPS
364
- + ``io1``: 100 - 64,000 IOPS
365
- + ``io2``: 100 - 256,000 IOPS
388
+ :param pulumi.Input[_builtins.int] iops: The number of I/O operations per second (IOPS) to provision for the volume. Required for ``io1`` and ``io2`` volumes. Optional for ``gp3`` volumes. Omit for all other volume types.
389
+ Valid ranges:
390
+ + gp3: ``3,000``(*default*)``- 80,000`` IOPS
391
+ + io1: ``100 - 64,000`` IOPS
392
+ + io2: ``100 - 256,000`` IOPS
366
393
 
367
- For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
368
- This parameter is required for ``io1`` and ``io2`` volumes. The default for ``gp3`` volumes is 3,000 IOPS. This parameter is not supported for ``gp2``, ``st1``, ``sc1``, or ``standard`` volumes.
394
+ [Instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) can support up to 256,000 IOPS. Other instances can support up to 32,000 IOPS.
369
395
  :param pulumi.Input[_builtins.str] kms_key_id: The identifier of the kms-key-long to use for Amazon EBS encryption. If ``KmsKeyId`` is specified, the encrypted state must be ``true``.
370
396
  If you omit this property and your account is enabled for encryption by default, or *Encrypted* is set to ``true``, then the volume is encrypted using the default key specified for your account. If your account does not have a default key, then the volume is encrypted using the aws-managed-key.
371
397
  Alternatively, if you want to specify a different key, you can specify one of the following:
@@ -376,13 +402,14 @@ class Volume(pulumi.CustomResource):
376
402
  :param pulumi.Input[_builtins.bool] multi_attach_enabled: Indicates whether Amazon EBS Multi-Attach is enabled.
377
403
  CFNlong does not currently support updating a single-attach volume to be multi-attach enabled, updating a multi-attach enabled volume to be single-attach, or updating the size or number of I/O operations per second (IOPS) of a multi-attach enabled volume.
378
404
  :param pulumi.Input[_builtins.str] outpost_arn: The Amazon Resource Name (ARN) of the Outpost.
379
- :param pulumi.Input[_builtins.int] size: The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.
380
- The following are the supported volumes sizes for each volume type:
381
- + ``gp2`` and ``gp3``: 1 - 16,384 GiB
382
- + ``io1``: 4 - 16,384 GiB
383
- + ``io2``: 4 - 65,536 GiB
384
- + ``st1`` and ``sc1``: 125 - 16,384 GiB
385
- + ``standard``: 1 - 1024 GiB
405
+ :param pulumi.Input[_builtins.int] size: The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
406
+ Valid sizes:
407
+ + gp2: ``1 - 16,384`` GiB
408
+ + gp3: ``1 - 65,536`` GiB
409
+ + io1: ``4 - 16,384`` GiB
410
+ + io2: ``4 - 65,536`` GiB
411
+ + st1 and sc1: ``125 - 16,384`` GiB
412
+ + standard: ``1 - 1024`` GiB
386
413
  :param pulumi.Input[_builtins.str] snapshot_id: The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
387
414
  :param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: The tags to apply to the volume during creation.
388
415
  :param pulumi.Input[_builtins.int] throughput: The throughput to provision for a volume, with a maximum of 1,000 MiB/s.
@@ -410,7 +437,7 @@ class Volume(pulumi.CustomResource):
410
437
  @overload
411
438
  def __init__(__self__,
412
439
  resource_name: str,
413
- args: VolumeArgs,
440
+ args: Optional[VolumeArgs] = None,
414
441
  opts: Optional[pulumi.ResourceOptions] = None):
415
442
  """
416
443
  Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
@@ -449,6 +476,7 @@ class Volume(pulumi.CustomResource):
449
476
  opts: Optional[pulumi.ResourceOptions] = None,
450
477
  auto_enable_io: Optional[pulumi.Input[_builtins.bool]] = None,
451
478
  availability_zone: Optional[pulumi.Input[_builtins.str]] = None,
479
+ availability_zone_id: Optional[pulumi.Input[_builtins.str]] = None,
452
480
  encrypted: Optional[pulumi.Input[_builtins.bool]] = None,
453
481
  iops: Optional[pulumi.Input[_builtins.int]] = None,
454
482
  kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -456,6 +484,7 @@ class Volume(pulumi.CustomResource):
456
484
  outpost_arn: Optional[pulumi.Input[_builtins.str]] = None,
457
485
  size: Optional[pulumi.Input[_builtins.int]] = None,
458
486
  snapshot_id: Optional[pulumi.Input[_builtins.str]] = None,
487
+ source_volume_id: Optional[pulumi.Input[_builtins.str]] = None,
459
488
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
460
489
  throughput: Optional[pulumi.Input[_builtins.int]] = None,
461
490
  volume_initialization_rate: Optional[pulumi.Input[_builtins.int]] = None,
@@ -470,9 +499,8 @@ class Volume(pulumi.CustomResource):
470
499
  __props__ = VolumeArgs.__new__(VolumeArgs)
471
500
 
472
501
  __props__.__dict__["auto_enable_io"] = auto_enable_io
473
- if availability_zone is None and not opts.urn:
474
- raise TypeError("Missing required property 'availability_zone'")
475
502
  __props__.__dict__["availability_zone"] = availability_zone
503
+ __props__.__dict__["availability_zone_id"] = availability_zone_id
476
504
  __props__.__dict__["encrypted"] = encrypted
477
505
  __props__.__dict__["iops"] = iops
478
506
  __props__.__dict__["kms_key_id"] = kms_key_id
@@ -480,6 +508,7 @@ class Volume(pulumi.CustomResource):
480
508
  __props__.__dict__["outpost_arn"] = outpost_arn
481
509
  __props__.__dict__["size"] = size
482
510
  __props__.__dict__["snapshot_id"] = snapshot_id
511
+ __props__.__dict__["source_volume_id"] = source_volume_id
483
512
  __props__.__dict__["tags"] = tags
484
513
  __props__.__dict__["throughput"] = throughput
485
514
  __props__.__dict__["volume_initialization_rate"] = volume_initialization_rate
@@ -509,6 +538,7 @@ class Volume(pulumi.CustomResource):
509
538
 
510
539
  __props__.__dict__["auto_enable_io"] = None
511
540
  __props__.__dict__["availability_zone"] = None
541
+ __props__.__dict__["availability_zone_id"] = None
512
542
  __props__.__dict__["encrypted"] = None
513
543
  __props__.__dict__["iops"] = None
514
544
  __props__.__dict__["kms_key_id"] = None
@@ -516,6 +546,7 @@ class Volume(pulumi.CustomResource):
516
546
  __props__.__dict__["outpost_arn"] = None
517
547
  __props__.__dict__["size"] = None
518
548
  __props__.__dict__["snapshot_id"] = None
549
+ __props__.__dict__["source_volume_id"] = None
519
550
  __props__.__dict__["tags"] = None
520
551
  __props__.__dict__["throughput"] = None
521
552
  __props__.__dict__["volume_id"] = None
@@ -533,13 +564,18 @@ class Volume(pulumi.CustomResource):
533
564
 
534
565
  @_builtins.property
535
566
  @pulumi.getter(name="availabilityZone")
536
- def availability_zone(self) -> pulumi.Output[_builtins.str]:
567
+ def availability_zone(self) -> pulumi.Output[Optional[_builtins.str]]:
537
568
  """
538
569
  The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
539
570
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
540
571
  """
541
572
  return pulumi.get(self, "availability_zone")
542
573
 
574
+ @_builtins.property
575
+ @pulumi.getter(name="availabilityZoneId")
576
+ def availability_zone_id(self) -> pulumi.Output[Optional[_builtins.str]]:
577
+ return pulumi.get(self, "availability_zone_id")
578
+
543
579
  @_builtins.property
544
580
  @pulumi.getter
545
581
  def encrypted(self) -> pulumi.Output[Optional[_builtins.bool]]:
@@ -553,14 +589,13 @@ class Volume(pulumi.CustomResource):
553
589
  @pulumi.getter
554
590
  def iops(self) -> pulumi.Output[Optional[_builtins.int]]:
555
591
  """
556
- The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
557
- The following are the supported values for each volume type:
558
- + ``gp3``: 3,000 - 16,000 IOPS
559
- + ``io1``: 100 - 64,000 IOPS
560
- + ``io2``: 100 - 256,000 IOPS
592
+ The number of I/O operations per second (IOPS) to provision for the volume. Required for ``io1`` and ``io2`` volumes. Optional for ``gp3`` volumes. Omit for all other volume types.
593
+ Valid ranges:
594
+ + gp3: ``3,000``(*default*)``- 80,000`` IOPS
595
+ + io1: ``100 - 64,000`` IOPS
596
+ + io2: ``100 - 256,000`` IOPS
561
597
 
562
- For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
563
- This parameter is required for ``io1`` and ``io2`` volumes. The default for ``gp3`` volumes is 3,000 IOPS. This parameter is not supported for ``gp2``, ``st1``, ``sc1``, or ``standard`` volumes.
598
+ [Instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) can support up to 256,000 IOPS. Other instances can support up to 32,000 IOPS.
564
599
  """
565
600
  return pulumi.get(self, "iops")
566
601
 
@@ -599,13 +634,14 @@ class Volume(pulumi.CustomResource):
599
634
  @pulumi.getter
600
635
  def size(self) -> pulumi.Output[Optional[_builtins.int]]:
601
636
  """
602
- The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.
603
- The following are the supported volumes sizes for each volume type:
604
- + ``gp2`` and ``gp3``: 1 - 16,384 GiB
605
- + ``io1``: 4 - 16,384 GiB
606
- + ``io2``: 4 - 65,536 GiB
607
- + ``st1`` and ``sc1``: 125 - 16,384 GiB
608
- + ``standard``: 1 - 1024 GiB
637
+ The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
638
+ Valid sizes:
639
+ + gp2: ``1 - 16,384`` GiB
640
+ + gp3: ``1 - 65,536`` GiB
641
+ + io1: ``4 - 16,384`` GiB
642
+ + io2: ``4 - 65,536`` GiB
643
+ + st1 and sc1: ``125 - 16,384`` GiB
644
+ + standard: ``1 - 1024`` GiB
609
645
  """
610
646
  return pulumi.get(self, "size")
611
647
 
@@ -617,6 +653,11 @@ class Volume(pulumi.CustomResource):
617
653
  """
618
654
  return pulumi.get(self, "snapshot_id")
619
655
 
656
+ @_builtins.property
657
+ @pulumi.getter(name="sourceVolumeId")
658
+ def source_volume_id(self) -> pulumi.Output[Optional[_builtins.str]]:
659
+ return pulumi.get(self, "source_volume_id")
660
+
620
661
  @_builtins.property
621
662
  @pulumi.getter
622
663
  def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
@@ -93,6 +93,7 @@ class CapacityProviderInstanceRequirementsRequestAcceleratorNamesItem(_builtins.
93
93
  T4G = "t4g"
94
94
  VU9P = "vu9p"
95
95
  V100 = "v100"
96
+ L40S = "l40s"
96
97
 
97
98
 
98
99
  @pulumi.type_token("aws-native:ecs:CapacityProviderInstanceRequirementsRequestAcceleratorTypesItem")
@@ -220,12 +221,20 @@ class ServiceAwsVpcConfigurationAssignPublicIp(_builtins.str, Enum):
220
221
 
221
222
  @pulumi.type_token("aws-native:ecs:ServiceConnectAccessLogConfigurationFormat")
222
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
+ """
223
227
  TEXT = "TEXT"
224
228
  JSON = "JSON"
225
229
 
226
230
 
227
231
  @pulumi.type_token("aws-native:ecs:ServiceConnectAccessLogConfigurationIncludeQueryParameters")
228
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
+ """
229
238
  DISABLED = "DISABLED"
230
239
  ENABLED = "ENABLED"
231
240