pulumi-aws-native 1.38.0a1762148529__py3-none-any.whl → 1.38.0a1762176731__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 (59) hide show
  1. pulumi_aws_native/__init__.py +13 -0
  2. pulumi_aws_native/batch/_inputs.py +9 -0
  3. pulumi_aws_native/batch/job_definition.py +8 -0
  4. pulumi_aws_native/batch/outputs.py +6 -0
  5. pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
  6. pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
  7. pulumi_aws_native/ce/_enums.py +3 -0
  8. pulumi_aws_native/cleanrooms/configured_table.py +4 -4
  9. pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
  10. pulumi_aws_native/connectcampaignsv2/_inputs.py +28 -0
  11. pulumi_aws_native/connectcampaignsv2/outputs.py +16 -0
  12. pulumi_aws_native/datazone/connection.py +30 -1
  13. pulumi_aws_native/ec2/get_volume.py +37 -15
  14. pulumi_aws_native/ec2/volume.py +115 -74
  15. pulumi_aws_native/ecs/_enums.py +8 -0
  16. pulumi_aws_native/ecs/_inputs.py +96 -15
  17. pulumi_aws_native/ecs/outputs.py +60 -10
  18. pulumi_aws_native/eks/_enums.py +11 -0
  19. pulumi_aws_native/eks/_inputs.py +199 -1
  20. pulumi_aws_native/eks/get_nodegroup.py +1 -0
  21. pulumi_aws_native/eks/nodegroup.py +1 -0
  22. pulumi_aws_native/eks/outputs.py +169 -1
  23. pulumi_aws_native/networkfirewall/_inputs.py +7 -0
  24. pulumi_aws_native/networkfirewall/firewall.py +3 -0
  25. pulumi_aws_native/networkfirewall/get_firewall.py +3 -0
  26. pulumi_aws_native/networkfirewall/outputs.py +4 -0
  27. pulumi_aws_native/pulumi-plugin.json +1 -1
  28. pulumi_aws_native/rtbfabric/_enums.py +3 -0
  29. pulumi_aws_native/rtbfabric/_inputs.py +70 -0
  30. pulumi_aws_native/rtbfabric/get_link.py +18 -0
  31. pulumi_aws_native/rtbfabric/get_requester_gateway.py +15 -0
  32. pulumi_aws_native/rtbfabric/get_responder_gateway.py +30 -0
  33. pulumi_aws_native/rtbfabric/link.py +51 -0
  34. pulumi_aws_native/rtbfabric/outputs.py +46 -0
  35. pulumi_aws_native/rtbfabric/requester_gateway.py +40 -0
  36. pulumi_aws_native/rtbfabric/responder_gateway.py +80 -0
  37. pulumi_aws_native/s3/_enums.py +1 -1
  38. pulumi_aws_native/s3/_inputs.py +11 -5
  39. pulumi_aws_native/s3/outputs.py +10 -4
  40. pulumi_aws_native/s3vectors/__init__.py +17 -0
  41. pulumi_aws_native/s3vectors/_enums.py +39 -0
  42. pulumi_aws_native/s3vectors/_inputs.py +138 -0
  43. pulumi_aws_native/s3vectors/get_index.py +79 -0
  44. pulumi_aws_native/s3vectors/get_vector_bucket.py +79 -0
  45. pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +69 -0
  46. pulumi_aws_native/s3vectors/index.py +265 -0
  47. pulumi_aws_native/s3vectors/outputs.py +129 -0
  48. pulumi_aws_native/s3vectors/vector_bucket.py +157 -0
  49. pulumi_aws_native/s3vectors/vector_bucket_policy.py +164 -0
  50. pulumi_aws_native/sso/_enums.py +1 -1
  51. pulumi_aws_native/sso/assignment.py +8 -8
  52. pulumi_aws_native/transfer/_inputs.py +9 -0
  53. pulumi_aws_native/transfer/connector.py +3 -0
  54. pulumi_aws_native/transfer/get_connector.py +3 -0
  55. pulumi_aws_native/transfer/outputs.py +6 -0
  56. {pulumi_aws_native-1.38.0a1762148529.dist-info → pulumi_aws_native-1.38.0a1762176731.dist-info}/METADATA +1 -1
  57. {pulumi_aws_native-1.38.0a1762148529.dist-info → pulumi_aws_native-1.38.0a1762176731.dist-info}/RECORD +59 -49
  58. {pulumi_aws_native-1.38.0a1762148529.dist-info → pulumi_aws_native-1.38.0a1762176731.dist-info}/WHEEL +0 -0
  59. {pulumi_aws_native-1.38.0a1762148529.dist-info → pulumi_aws_native-1.38.0a1762176731.dist-info}/top_level.txt +0 -0
@@ -421,6 +421,8 @@ if typing.TYPE_CHECKING:
421
421
  s3outposts = __s3outposts
422
422
  import pulumi_aws_native.s3tables as __s3tables
423
423
  s3tables = __s3tables
424
+ import pulumi_aws_native.s3vectors as __s3vectors
425
+ s3vectors = __s3vectors
424
426
  import pulumi_aws_native.sagemaker as __sagemaker
425
427
  sagemaker = __sagemaker
426
428
  import pulumi_aws_native.scheduler as __scheduler
@@ -693,6 +695,7 @@ else:
693
695
  s3objectlambda = _utilities.lazy_import('pulumi_aws_native.s3objectlambda')
694
696
  s3outposts = _utilities.lazy_import('pulumi_aws_native.s3outposts')
695
697
  s3tables = _utilities.lazy_import('pulumi_aws_native.s3tables')
698
+ s3vectors = _utilities.lazy_import('pulumi_aws_native.s3vectors')
696
699
  sagemaker = _utilities.lazy_import('pulumi_aws_native.sagemaker')
697
700
  scheduler = _utilities.lazy_import('pulumi_aws_native.scheduler')
698
701
  secretsmanager = _utilities.lazy_import('pulumi_aws_native.secretsmanager')
@@ -3169,6 +3172,16 @@ _utilities.register(
3169
3172
  "aws-native:s3tables:TablePolicy": "TablePolicy"
3170
3173
  }
3171
3174
  },
3175
+ {
3176
+ "pkg": "aws-native",
3177
+ "mod": "s3vectors",
3178
+ "fqn": "pulumi_aws_native.s3vectors",
3179
+ "classes": {
3180
+ "aws-native:s3vectors:Index": "Index",
3181
+ "aws-native:s3vectors:VectorBucket": "VectorBucket",
3182
+ "aws-native:s3vectors:VectorBucketPolicy": "VectorBucketPolicy"
3183
+ }
3184
+ },
3172
3185
  {
3173
3186
  "pkg": "aws-native",
3174
3187
  "mod": "sagemaker",
@@ -5687,6 +5687,9 @@ class JobDefinitionResourceRequirementArgs:
5687
5687
  if not MYPY:
5688
5688
  class JobDefinitionResourceRetentionPolicyArgsDict(TypedDict):
5689
5689
  skip_deregister_on_update: NotRequired[pulumi.Input[_builtins.bool]]
5690
+ """
5691
+ Specifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource. The default value is `false` . When the property is set to `false` , the previous revision of the job definition is de-registered after a new revision is created. When the property is set to `true` , the previous revision of the job definition is not de-registered.
5692
+ """
5690
5693
  elif False:
5691
5694
  JobDefinitionResourceRetentionPolicyArgsDict: TypeAlias = Mapping[str, Any]
5692
5695
 
@@ -5694,12 +5697,18 @@ elif False:
5694
5697
  class JobDefinitionResourceRetentionPolicyArgs:
5695
5698
  def __init__(__self__, *,
5696
5699
  skip_deregister_on_update: Optional[pulumi.Input[_builtins.bool]] = None):
5700
+ """
5701
+ :param pulumi.Input[_builtins.bool] skip_deregister_on_update: Specifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource. The default value is `false` . When the property is set to `false` , the previous revision of the job definition is de-registered after a new revision is created. When the property is set to `true` , the previous revision of the job definition is not de-registered.
5702
+ """
5697
5703
  if skip_deregister_on_update is not None:
5698
5704
  pulumi.set(__self__, "skip_deregister_on_update", skip_deregister_on_update)
5699
5705
 
5700
5706
  @_builtins.property
5701
5707
  @pulumi.getter(name="skipDeregisterOnUpdate")
5702
5708
  def skip_deregister_on_update(self) -> Optional[pulumi.Input[_builtins.bool]]:
5709
+ """
5710
+ Specifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource. The default value is `false` . When the property is set to `false` , the previous revision of the job definition is de-registered after a new revision is created. When the property is set to `true` , the previous revision of the job definition is not de-registered.
5711
+ """
5703
5712
  return pulumi.get(self, "skip_deregister_on_update")
5704
5713
 
5705
5714
  @skip_deregister_on_update.setter
@@ -55,6 +55,7 @@ class JobDefinitionArgs:
55
55
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] parameters: Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. Parameters in a `SubmitJob` request override any corresponding parameter defaults from the job definition. For more information about specifying parameters, see [Job definition parameters](https://docs.aws.amazon.com/batch/latest/userguide/job_definition_parameters.html) in the *AWS Batch User Guide* .
56
56
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] platform_capabilities: The platform capabilities required by the job definition. If no value is specified, it defaults to `EC2` . Jobs run on Fargate resources specify `FARGATE` .
57
57
  :param pulumi.Input[_builtins.bool] propagate_tags: Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks when the tasks are created. For tags with the same name, job tags are given priority over job definitions tags. If the total number of combined tags from the job and job definition is over 50, the job is moved to the `FAILED` state.
58
+ :param pulumi.Input['JobDefinitionResourceRetentionPolicyArgs'] resource_retention_policy: Specifies the resource retention policy settings for the job definition.
58
59
  :param pulumi.Input['JobDefinitionRetryStrategyArgs'] retry_strategy: The retry strategy to use for failed jobs that are submitted with this job definition.
59
60
  :param pulumi.Input[_builtins.int] scheduling_priority: The scheduling priority of the job definition. This only affects jobs in job queues with a fair-share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority.
60
61
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A key-value pair to associate with a resource.
@@ -220,6 +221,9 @@ class JobDefinitionArgs:
220
221
  @_builtins.property
221
222
  @pulumi.getter(name="resourceRetentionPolicy")
222
223
  def resource_retention_policy(self) -> Optional[pulumi.Input['JobDefinitionResourceRetentionPolicyArgs']]:
224
+ """
225
+ Specifies the resource retention policy settings for the job definition.
226
+ """
223
227
  return pulumi.get(self, "resource_retention_policy")
224
228
 
225
229
  @resource_retention_policy.setter
@@ -313,6 +317,7 @@ class JobDefinition(pulumi.CustomResource):
313
317
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] parameters: Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. Parameters in a `SubmitJob` request override any corresponding parameter defaults from the job definition. For more information about specifying parameters, see [Job definition parameters](https://docs.aws.amazon.com/batch/latest/userguide/job_definition_parameters.html) in the *AWS Batch User Guide* .
314
318
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] platform_capabilities: The platform capabilities required by the job definition. If no value is specified, it defaults to `EC2` . Jobs run on Fargate resources specify `FARGATE` .
315
319
  :param pulumi.Input[_builtins.bool] propagate_tags: Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks when the tasks are created. For tags with the same name, job tags are given priority over job definitions tags. If the total number of combined tags from the job and job definition is over 50, the job is moved to the `FAILED` state.
320
+ :param pulumi.Input[Union['JobDefinitionResourceRetentionPolicyArgs', 'JobDefinitionResourceRetentionPolicyArgsDict']] resource_retention_policy: Specifies the resource retention policy settings for the job definition.
316
321
  :param pulumi.Input[Union['JobDefinitionRetryStrategyArgs', 'JobDefinitionRetryStrategyArgsDict']] retry_strategy: The retry strategy to use for failed jobs that are submitted with this job definition.
317
322
  :param pulumi.Input[_builtins.int] scheduling_priority: The scheduling priority of the job definition. This only affects jobs in job queues with a fair-share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority.
318
323
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A key-value pair to associate with a resource.
@@ -517,6 +522,9 @@ class JobDefinition(pulumi.CustomResource):
517
522
  @_builtins.property
518
523
  @pulumi.getter(name="resourceRetentionPolicy")
519
524
  def resource_retention_policy(self) -> pulumi.Output[Optional['outputs.JobDefinitionResourceRetentionPolicy']]:
525
+ """
526
+ Specifies the resource retention policy settings for the job definition.
527
+ """
520
528
  return pulumi.get(self, "resource_retention_policy")
521
529
 
522
530
  @_builtins.property
@@ -4311,12 +4311,18 @@ class JobDefinitionResourceRetentionPolicy(dict):
4311
4311
 
4312
4312
  def __init__(__self__, *,
4313
4313
  skip_deregister_on_update: Optional[_builtins.bool] = None):
4314
+ """
4315
+ :param _builtins.bool skip_deregister_on_update: Specifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource. The default value is `false` . When the property is set to `false` , the previous revision of the job definition is de-registered after a new revision is created. When the property is set to `true` , the previous revision of the job definition is not de-registered.
4316
+ """
4314
4317
  if skip_deregister_on_update is not None:
4315
4318
  pulumi.set(__self__, "skip_deregister_on_update", skip_deregister_on_update)
4316
4319
 
4317
4320
  @_builtins.property
4318
4321
  @pulumi.getter(name="skipDeregisterOnUpdate")
4319
4322
  def skip_deregister_on_update(self) -> Optional[_builtins.bool]:
4323
+ """
4324
+ Specifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource. The default value is `false` . When the property is set to `false` , the previous revision of the job definition is de-registered after a new revision is created. When the property is set to `true` , the previous revision of the job definition is not de-registered.
4325
+ """
4320
4326
  return pulumi.get(self, "skip_deregister_on_update")
4321
4327
 
4322
4328
 
@@ -24,6 +24,8 @@ __all__ = ['AutomatedReasoningPolicyArgs', 'AutomatedReasoningPolicy']
24
24
  class AutomatedReasoningPolicyArgs:
25
25
  def __init__(__self__, *,
26
26
  description: Optional[pulumi.Input[_builtins.str]] = None,
27
+ force_delete: Optional[pulumi.Input[_builtins.bool]] = None,
28
+ kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
27
29
  name: Optional[pulumi.Input[_builtins.str]] = None,
28
30
  policy_definition: Optional[pulumi.Input['AutomatedReasoningPolicyPolicyDefinitionArgs']] = None,
29
31
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
@@ -36,6 +38,10 @@ class AutomatedReasoningPolicyArgs:
36
38
  """
37
39
  if description is not None:
38
40
  pulumi.set(__self__, "description", description)
41
+ if force_delete is not None:
42
+ pulumi.set(__self__, "force_delete", force_delete)
43
+ if kms_key_id is not None:
44
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
39
45
  if name is not None:
40
46
  pulumi.set(__self__, "name", name)
41
47
  if policy_definition is not None:
@@ -55,6 +61,24 @@ class AutomatedReasoningPolicyArgs:
55
61
  def description(self, value: Optional[pulumi.Input[_builtins.str]]):
56
62
  pulumi.set(self, "description", value)
57
63
 
64
+ @_builtins.property
65
+ @pulumi.getter(name="forceDelete")
66
+ def force_delete(self) -> Optional[pulumi.Input[_builtins.bool]]:
67
+ return pulumi.get(self, "force_delete")
68
+
69
+ @force_delete.setter
70
+ def force_delete(self, value: Optional[pulumi.Input[_builtins.bool]]):
71
+ pulumi.set(self, "force_delete", value)
72
+
73
+ @_builtins.property
74
+ @pulumi.getter(name="kmsKeyId")
75
+ def kms_key_id(self) -> Optional[pulumi.Input[_builtins.str]]:
76
+ return pulumi.get(self, "kms_key_id")
77
+
78
+ @kms_key_id.setter
79
+ def kms_key_id(self, value: Optional[pulumi.Input[_builtins.str]]):
80
+ pulumi.set(self, "kms_key_id", value)
81
+
58
82
  @_builtins.property
59
83
  @pulumi.getter
60
84
  def name(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -99,6 +123,8 @@ class AutomatedReasoningPolicy(pulumi.CustomResource):
99
123
  resource_name: str,
100
124
  opts: Optional[pulumi.ResourceOptions] = None,
101
125
  description: Optional[pulumi.Input[_builtins.str]] = None,
126
+ force_delete: Optional[pulumi.Input[_builtins.bool]] = None,
127
+ kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
102
128
  name: Optional[pulumi.Input[_builtins.str]] = None,
103
129
  policy_definition: Optional[pulumi.Input[Union['AutomatedReasoningPolicyPolicyDefinitionArgs', 'AutomatedReasoningPolicyPolicyDefinitionArgsDict']]] = None,
104
130
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
@@ -138,6 +164,8 @@ class AutomatedReasoningPolicy(pulumi.CustomResource):
138
164
  resource_name: str,
139
165
  opts: Optional[pulumi.ResourceOptions] = None,
140
166
  description: Optional[pulumi.Input[_builtins.str]] = None,
167
+ force_delete: Optional[pulumi.Input[_builtins.bool]] = None,
168
+ kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
141
169
  name: Optional[pulumi.Input[_builtins.str]] = None,
142
170
  policy_definition: Optional[pulumi.Input[Union['AutomatedReasoningPolicyPolicyDefinitionArgs', 'AutomatedReasoningPolicyPolicyDefinitionArgsDict']]] = None,
143
171
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
@@ -151,15 +179,20 @@ class AutomatedReasoningPolicy(pulumi.CustomResource):
151
179
  __props__ = AutomatedReasoningPolicyArgs.__new__(AutomatedReasoningPolicyArgs)
152
180
 
153
181
  __props__.__dict__["description"] = description
182
+ __props__.__dict__["force_delete"] = force_delete
183
+ __props__.__dict__["kms_key_id"] = kms_key_id
154
184
  __props__.__dict__["name"] = name
155
185
  __props__.__dict__["policy_definition"] = policy_definition
156
186
  __props__.__dict__["tags"] = tags
157
187
  __props__.__dict__["created_at"] = None
158
188
  __props__.__dict__["definition_hash"] = None
189
+ __props__.__dict__["kms_key_arn"] = None
159
190
  __props__.__dict__["policy_arn"] = None
160
191
  __props__.__dict__["policy_id"] = None
161
192
  __props__.__dict__["updated_at"] = None
162
193
  __props__.__dict__["version"] = None
194
+ replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["forceDelete", "kmsKeyId"])
195
+ opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
163
196
  super(AutomatedReasoningPolicy, __self__).__init__(
164
197
  'aws-native:bedrock:AutomatedReasoningPolicy',
165
198
  resource_name,
@@ -185,6 +218,9 @@ class AutomatedReasoningPolicy(pulumi.CustomResource):
185
218
  __props__.__dict__["created_at"] = None
186
219
  __props__.__dict__["definition_hash"] = None
187
220
  __props__.__dict__["description"] = None
221
+ __props__.__dict__["force_delete"] = None
222
+ __props__.__dict__["kms_key_arn"] = None
223
+ __props__.__dict__["kms_key_id"] = None
188
224
  __props__.__dict__["name"] = None
189
225
  __props__.__dict__["policy_arn"] = None
190
226
  __props__.__dict__["policy_definition"] = None
@@ -218,6 +254,21 @@ class AutomatedReasoningPolicy(pulumi.CustomResource):
218
254
  """
219
255
  return pulumi.get(self, "description")
220
256
 
257
+ @_builtins.property
258
+ @pulumi.getter(name="forceDelete")
259
+ def force_delete(self) -> pulumi.Output[Optional[_builtins.bool]]:
260
+ return pulumi.get(self, "force_delete")
261
+
262
+ @_builtins.property
263
+ @pulumi.getter(name="kmsKeyArn")
264
+ def kms_key_arn(self) -> pulumi.Output[_builtins.str]:
265
+ return pulumi.get(self, "kms_key_arn")
266
+
267
+ @_builtins.property
268
+ @pulumi.getter(name="kmsKeyId")
269
+ def kms_key_id(self) -> pulumi.Output[Optional[_builtins.str]]:
270
+ return pulumi.get(self, "kms_key_id")
271
+
221
272
  @_builtins.property
222
273
  @pulumi.getter
223
274
  def name(self) -> pulumi.Output[_builtins.str]:
@@ -25,7 +25,7 @@ __all__ = [
25
25
 
26
26
  @pulumi.output_type
27
27
  class GetAutomatedReasoningPolicyResult:
28
- def __init__(__self__, created_at=None, definition_hash=None, description=None, name=None, policy_arn=None, policy_definition=None, policy_id=None, tags=None, updated_at=None, version=None):
28
+ def __init__(__self__, created_at=None, definition_hash=None, description=None, kms_key_arn=None, name=None, policy_arn=None, policy_definition=None, policy_id=None, tags=None, updated_at=None, version=None):
29
29
  if created_at and not isinstance(created_at, str):
30
30
  raise TypeError("Expected argument 'created_at' to be a str")
31
31
  pulumi.set(__self__, "created_at", created_at)
@@ -35,6 +35,9 @@ class GetAutomatedReasoningPolicyResult:
35
35
  if description and not isinstance(description, str):
36
36
  raise TypeError("Expected argument 'description' to be a str")
37
37
  pulumi.set(__self__, "description", description)
38
+ if kms_key_arn and not isinstance(kms_key_arn, str):
39
+ raise TypeError("Expected argument 'kms_key_arn' to be a str")
40
+ pulumi.set(__self__, "kms_key_arn", kms_key_arn)
38
41
  if name and not isinstance(name, str):
39
42
  raise TypeError("Expected argument 'name' to be a str")
40
43
  pulumi.set(__self__, "name", name)
@@ -81,6 +84,11 @@ class GetAutomatedReasoningPolicyResult:
81
84
  """
82
85
  return pulumi.get(self, "description")
83
86
 
87
+ @_builtins.property
88
+ @pulumi.getter(name="kmsKeyArn")
89
+ def kms_key_arn(self) -> Optional[_builtins.str]:
90
+ return pulumi.get(self, "kms_key_arn")
91
+
84
92
  @_builtins.property
85
93
  @pulumi.getter
86
94
  def name(self) -> Optional[_builtins.str]:
@@ -147,6 +155,7 @@ class AwaitableGetAutomatedReasoningPolicyResult(GetAutomatedReasoningPolicyResu
147
155
  created_at=self.created_at,
148
156
  definition_hash=self.definition_hash,
149
157
  description=self.description,
158
+ kms_key_arn=self.kms_key_arn,
150
159
  name=self.name,
151
160
  policy_arn=self.policy_arn,
152
161
  policy_definition=self.policy_definition,
@@ -173,6 +182,7 @@ def get_automated_reasoning_policy(policy_arn: Optional[_builtins.str] = None,
173
182
  created_at=pulumi.get(__ret__, 'created_at'),
174
183
  definition_hash=pulumi.get(__ret__, 'definition_hash'),
175
184
  description=pulumi.get(__ret__, 'description'),
185
+ kms_key_arn=pulumi.get(__ret__, 'kms_key_arn'),
176
186
  name=pulumi.get(__ret__, 'name'),
177
187
  policy_arn=pulumi.get(__ret__, 'policy_arn'),
178
188
  policy_definition=pulumi.get(__ret__, 'policy_definition'),
@@ -196,6 +206,7 @@ def get_automated_reasoning_policy_output(policy_arn: Optional[pulumi.Input[_bui
196
206
  created_at=pulumi.get(__response__, 'created_at'),
197
207
  definition_hash=pulumi.get(__response__, 'definition_hash'),
198
208
  description=pulumi.get(__response__, 'description'),
209
+ kms_key_arn=pulumi.get(__response__, 'kms_key_arn'),
199
210
  name=pulumi.get(__response__, 'name'),
200
211
  policy_arn=pulumi.get(__response__, 'policy_arn'),
201
212
  policy_definition=pulumi.get(__response__, 'policy_definition'),
@@ -22,6 +22,9 @@ class AnomalyMonitorMonitorDimension(_builtins.str, Enum):
22
22
  The dimensions to evaluate
23
23
  """
24
24
  SERVICE = "SERVICE"
25
+ LINKED_ACCOUNT = "LINKED_ACCOUNT"
26
+ TAG = "TAG"
27
+ COST_CATEGORY = "COST_CATEGORY"
25
28
 
26
29
 
27
30
  @pulumi.type_token("aws-native:ce:AnomalyMonitorMonitorType")
@@ -34,7 +34,7 @@ class ConfiguredTableArgs:
34
34
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
35
35
  """
36
36
  The set of arguments for constructing a ConfiguredTable resource.
37
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
37
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_columns: The columns within the underlying AWS Glue table that can be used within collaborations.
38
38
  :param pulumi.Input['ConfiguredTableAnalysisMethod'] analysis_method: The analysis method for the configured table.
39
39
 
40
40
  `DIRECT_QUERY` allows SQL queries to be run directly on this table.
@@ -67,7 +67,7 @@ class ConfiguredTableArgs:
67
67
  @pulumi.getter(name="allowedColumns")
68
68
  def allowed_columns(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
69
69
  """
70
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
70
+ The columns within the underlying AWS Glue table that can be used within collaborations.
71
71
  """
72
72
  return pulumi.get(self, "allowed_columns")
73
73
 
@@ -186,7 +186,7 @@ class ConfiguredTable(pulumi.CustomResource):
186
186
 
187
187
  :param str resource_name: The name of the resource.
188
188
  :param pulumi.ResourceOptions opts: Options for the resource.
189
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
189
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_columns: The columns within the underlying AWS Glue table that can be used within collaborations.
190
190
  :param pulumi.Input['ConfiguredTableAnalysisMethod'] analysis_method: The analysis method for the configured table.
191
191
 
192
192
  `DIRECT_QUERY` allows SQL queries to be run directly on this table.
@@ -296,7 +296,7 @@ class ConfiguredTable(pulumi.CustomResource):
296
296
  @pulumi.getter(name="allowedColumns")
297
297
  def allowed_columns(self) -> pulumi.Output[Sequence[_builtins.str]]:
298
298
  """
299
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
299
+ The columns within the underlying AWS Glue table that can be used within collaborations.
300
300
  """
301
301
  return pulumi.get(self, "allowed_columns")
302
302
 
@@ -62,7 +62,7 @@ class GetConfiguredTableResult:
62
62
  @pulumi.getter(name="allowedColumns")
63
63
  def allowed_columns(self) -> Optional[Sequence[_builtins.str]]:
64
64
  """
65
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
65
+ The columns within the underlying AWS Glue table that can be used within collaborations.
66
66
  """
67
67
  return pulumi.get(self, "allowed_columns")
68
68
 
@@ -862,8 +862,17 @@ if not MYPY:
862
862
  Preview config
863
863
  """
864
864
  bandwidth_allocation: pulumi.Input[_builtins.float]
865
+ """
866
+ Bandwidth allocation for the preview outbound mode.
867
+ """
865
868
  timeout_config: pulumi.Input['CampaignTimeoutConfigArgsDict']
869
+ """
870
+ Countdown timer configuration for preview outbound mode.
871
+ """
866
872
  agent_actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]]
873
+ """
874
+ Agent actions for the preview outbound mode.
875
+ """
867
876
  elif False:
868
877
  CampaignPreviewConfigArgsDict: TypeAlias = Mapping[str, Any]
869
878
 
@@ -875,6 +884,9 @@ class CampaignPreviewConfigArgs:
875
884
  agent_actions: Optional[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]] = None):
876
885
  """
877
886
  Preview config
887
+ :param pulumi.Input[_builtins.float] bandwidth_allocation: Bandwidth allocation for the preview outbound mode.
888
+ :param pulumi.Input['CampaignTimeoutConfigArgs'] timeout_config: Countdown timer configuration for preview outbound mode.
889
+ :param pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]] agent_actions: Agent actions for the preview outbound mode.
878
890
  """
879
891
  pulumi.set(__self__, "bandwidth_allocation", bandwidth_allocation)
880
892
  pulumi.set(__self__, "timeout_config", timeout_config)
@@ -884,6 +896,9 @@ class CampaignPreviewConfigArgs:
884
896
  @_builtins.property
885
897
  @pulumi.getter(name="bandwidthAllocation")
886
898
  def bandwidth_allocation(self) -> pulumi.Input[_builtins.float]:
899
+ """
900
+ Bandwidth allocation for the preview outbound mode.
901
+ """
887
902
  return pulumi.get(self, "bandwidth_allocation")
888
903
 
889
904
  @bandwidth_allocation.setter
@@ -893,6 +908,9 @@ class CampaignPreviewConfigArgs:
893
908
  @_builtins.property
894
909
  @pulumi.getter(name="timeoutConfig")
895
910
  def timeout_config(self) -> pulumi.Input['CampaignTimeoutConfigArgs']:
911
+ """
912
+ Countdown timer configuration for preview outbound mode.
913
+ """
896
914
  return pulumi.get(self, "timeout_config")
897
915
 
898
916
  @timeout_config.setter
@@ -902,6 +920,9 @@ class CampaignPreviewConfigArgs:
902
920
  @_builtins.property
903
921
  @pulumi.getter(name="agentActions")
904
922
  def agent_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]]:
923
+ """
924
+ Agent actions for the preview outbound mode.
925
+ """
905
926
  return pulumi.get(self, "agent_actions")
906
927
 
907
928
  @agent_actions.setter
@@ -1693,6 +1714,9 @@ if not MYPY:
1693
1714
  Timeout Config for preview contacts
1694
1715
  """
1695
1716
  duration_in_seconds: NotRequired[pulumi.Input[_builtins.int]]
1717
+ """
1718
+ Duration in seconds for the countdown timer.
1719
+ """
1696
1720
  elif False:
1697
1721
  CampaignTimeoutConfigArgsDict: TypeAlias = Mapping[str, Any]
1698
1722
 
@@ -1702,6 +1726,7 @@ class CampaignTimeoutConfigArgs:
1702
1726
  duration_in_seconds: Optional[pulumi.Input[_builtins.int]] = None):
1703
1727
  """
1704
1728
  Timeout Config for preview contacts
1729
+ :param pulumi.Input[_builtins.int] duration_in_seconds: Duration in seconds for the countdown timer.
1705
1730
  """
1706
1731
  if duration_in_seconds is not None:
1707
1732
  pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
@@ -1709,6 +1734,9 @@ class CampaignTimeoutConfigArgs:
1709
1734
  @_builtins.property
1710
1735
  @pulumi.getter(name="durationInSeconds")
1711
1736
  def duration_in_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
1737
+ """
1738
+ Duration in seconds for the countdown timer.
1739
+ """
1712
1740
  return pulumi.get(self, "duration_in_seconds")
1713
1741
 
1714
1742
  @duration_in_seconds.setter
@@ -780,6 +780,9 @@ class CampaignPreviewConfig(dict):
780
780
  agent_actions: Optional[Sequence['CampaignAgentAction']] = None):
781
781
  """
782
782
  Preview config
783
+ :param _builtins.float bandwidth_allocation: Bandwidth allocation for the preview outbound mode.
784
+ :param 'CampaignTimeoutConfig' timeout_config: Countdown timer configuration for preview outbound mode.
785
+ :param Sequence['CampaignAgentAction'] agent_actions: Agent actions for the preview outbound mode.
783
786
  """
784
787
  pulumi.set(__self__, "bandwidth_allocation", bandwidth_allocation)
785
788
  pulumi.set(__self__, "timeout_config", timeout_config)
@@ -789,16 +792,25 @@ class CampaignPreviewConfig(dict):
789
792
  @_builtins.property
790
793
  @pulumi.getter(name="bandwidthAllocation")
791
794
  def bandwidth_allocation(self) -> _builtins.float:
795
+ """
796
+ Bandwidth allocation for the preview outbound mode.
797
+ """
792
798
  return pulumi.get(self, "bandwidth_allocation")
793
799
 
794
800
  @_builtins.property
795
801
  @pulumi.getter(name="timeoutConfig")
796
802
  def timeout_config(self) -> 'outputs.CampaignTimeoutConfig':
803
+ """
804
+ Countdown timer configuration for preview outbound mode.
805
+ """
797
806
  return pulumi.get(self, "timeout_config")
798
807
 
799
808
  @_builtins.property
800
809
  @pulumi.getter(name="agentActions")
801
810
  def agent_actions(self) -> Optional[Sequence['CampaignAgentAction']]:
811
+ """
812
+ Agent actions for the preview outbound mode.
813
+ """
802
814
  return pulumi.get(self, "agent_actions")
803
815
 
804
816
 
@@ -1559,6 +1571,7 @@ class CampaignTimeoutConfig(dict):
1559
1571
  duration_in_seconds: Optional[_builtins.int] = None):
1560
1572
  """
1561
1573
  Timeout Config for preview contacts
1574
+ :param _builtins.int duration_in_seconds: Duration in seconds for the countdown timer.
1562
1575
  """
1563
1576
  if duration_in_seconds is not None:
1564
1577
  pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
@@ -1566,6 +1579,9 @@ class CampaignTimeoutConfig(dict):
1566
1579
  @_builtins.property
1567
1580
  @pulumi.getter(name="durationInSeconds")
1568
1581
  def duration_in_seconds(self) -> Optional[_builtins.int]:
1582
+ """
1583
+ Duration in seconds for the countdown timer.
1584
+ """
1569
1585
  return pulumi.get(self, "duration_in_seconds")
1570
1586
 
1571
1587
 
@@ -25,6 +25,7 @@ class ConnectionArgs:
25
25
  domain_identifier: pulumi.Input[_builtins.str],
26
26
  aws_location: Optional[pulumi.Input['ConnectionAwsLocationArgs']] = None,
27
27
  description: Optional[pulumi.Input[_builtins.str]] = None,
28
+ enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
28
29
  environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
29
30
  name: Optional[pulumi.Input[_builtins.str]] = None,
30
31
  project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
@@ -34,6 +35,7 @@ class ConnectionArgs:
34
35
  :param pulumi.Input[_builtins.str] domain_identifier: The identifier of the domain in which the connection is created.
35
36
  :param pulumi.Input['ConnectionAwsLocationArgs'] aws_location: The location where the connection is created.
36
37
  :param pulumi.Input[_builtins.str] description: The description of the connection.
38
+ :param pulumi.Input[_builtins.bool] enable_trusted_identity_propagation: Specifies whether the trusted identity propagation is enabled
37
39
  :param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
38
40
  :param pulumi.Input[_builtins.str] name: The name of the connection.
39
41
  :param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
@@ -44,6 +46,8 @@ class ConnectionArgs:
44
46
  pulumi.set(__self__, "aws_location", aws_location)
45
47
  if description is not None:
46
48
  pulumi.set(__self__, "description", description)
49
+ if enable_trusted_identity_propagation is not None:
50
+ pulumi.set(__self__, "enable_trusted_identity_propagation", enable_trusted_identity_propagation)
47
51
  if environment_identifier is not None:
48
52
  pulumi.set(__self__, "environment_identifier", environment_identifier)
49
53
  if name is not None:
@@ -89,6 +93,18 @@ class ConnectionArgs:
89
93
  def description(self, value: Optional[pulumi.Input[_builtins.str]]):
90
94
  pulumi.set(self, "description", value)
91
95
 
96
+ @_builtins.property
97
+ @pulumi.getter(name="enableTrustedIdentityPropagation")
98
+ def enable_trusted_identity_propagation(self) -> Optional[pulumi.Input[_builtins.bool]]:
99
+ """
100
+ Specifies whether the trusted identity propagation is enabled
101
+ """
102
+ return pulumi.get(self, "enable_trusted_identity_propagation")
103
+
104
+ @enable_trusted_identity_propagation.setter
105
+ def enable_trusted_identity_propagation(self, value: Optional[pulumi.Input[_builtins.bool]]):
106
+ pulumi.set(self, "enable_trusted_identity_propagation", value)
107
+
92
108
  @_builtins.property
93
109
  @pulumi.getter(name="environmentIdentifier")
94
110
  def environment_identifier(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -147,6 +163,7 @@ class Connection(pulumi.CustomResource):
147
163
  aws_location: Optional[pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']]] = None,
148
164
  description: Optional[pulumi.Input[_builtins.str]] = None,
149
165
  domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
166
+ enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
150
167
  environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
151
168
  name: Optional[pulumi.Input[_builtins.str]] = None,
152
169
  project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
@@ -160,6 +177,7 @@ class Connection(pulumi.CustomResource):
160
177
  :param pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']] aws_location: The location where the connection is created.
161
178
  :param pulumi.Input[_builtins.str] description: The description of the connection.
162
179
  :param pulumi.Input[_builtins.str] domain_identifier: The identifier of the domain in which the connection is created.
180
+ :param pulumi.Input[_builtins.bool] enable_trusted_identity_propagation: Specifies whether the trusted identity propagation is enabled
163
181
  :param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
164
182
  :param pulumi.Input[_builtins.str] name: The name of the connection.
165
183
  :param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
@@ -192,6 +210,7 @@ class Connection(pulumi.CustomResource):
192
210
  aws_location: Optional[pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']]] = None,
193
211
  description: Optional[pulumi.Input[_builtins.str]] = None,
194
212
  domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
213
+ enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
195
214
  environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
196
215
  name: Optional[pulumi.Input[_builtins.str]] = None,
197
216
  project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
@@ -210,6 +229,7 @@ class Connection(pulumi.CustomResource):
210
229
  if domain_identifier is None and not opts.urn:
211
230
  raise TypeError("Missing required property 'domain_identifier'")
212
231
  __props__.__dict__["domain_identifier"] = domain_identifier
232
+ __props__.__dict__["enable_trusted_identity_propagation"] = enable_trusted_identity_propagation
213
233
  __props__.__dict__["environment_identifier"] = environment_identifier
214
234
  __props__.__dict__["name"] = name
215
235
  __props__.__dict__["project_identifier"] = project_identifier
@@ -221,7 +241,7 @@ class Connection(pulumi.CustomResource):
221
241
  __props__.__dict__["environment_user_role"] = None
222
242
  __props__.__dict__["project_id"] = None
223
243
  __props__.__dict__["type"] = None
224
- replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "environmentIdentifier", "name", "projectIdentifier"])
244
+ replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "enableTrustedIdentityPropagation", "environmentIdentifier", "name", "projectIdentifier"])
225
245
  opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
226
246
  super(Connection, __self__).__init__(
227
247
  'aws-native:datazone:Connection',
@@ -251,6 +271,7 @@ class Connection(pulumi.CustomResource):
251
271
  __props__.__dict__["domain_id"] = None
252
272
  __props__.__dict__["domain_identifier"] = None
253
273
  __props__.__dict__["domain_unit_id"] = None
274
+ __props__.__dict__["enable_trusted_identity_propagation"] = None
254
275
  __props__.__dict__["environment_id"] = None
255
276
  __props__.__dict__["environment_identifier"] = None
256
277
  __props__.__dict__["environment_user_role"] = None
@@ -309,6 +330,14 @@ class Connection(pulumi.CustomResource):
309
330
  """
310
331
  return pulumi.get(self, "domain_unit_id")
311
332
 
333
+ @_builtins.property
334
+ @pulumi.getter(name="enableTrustedIdentityPropagation")
335
+ def enable_trusted_identity_propagation(self) -> pulumi.Output[Optional[_builtins.bool]]:
336
+ """
337
+ Specifies whether the trusted identity propagation is enabled
338
+ """
339
+ return pulumi.get(self, "enable_trusted_identity_propagation")
340
+
312
341
  @_builtins.property
313
342
  @pulumi.getter(name="environmentId")
314
343
  def environment_id(self) -> pulumi.Output[_builtins.str]: