pulumi-aws 7.11.1__py3-none-any.whl → 7.12.0__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 (122) hide show
  1. pulumi_aws/__init__.py +57 -0
  2. pulumi_aws/acm/certificate.py +20 -20
  3. pulumi_aws/acmpca/certificate.py +8 -8
  4. pulumi_aws/apigateway/account.py +0 -4
  5. pulumi_aws/appflow/_inputs.py +33 -0
  6. pulumi_aws/appflow/outputs.py +22 -0
  7. pulumi_aws/appsync/graph_ql_api.py +84 -0
  8. pulumi_aws/bedrock/_inputs.py +97 -21
  9. pulumi_aws/bedrock/agent_agent_alias.py +94 -0
  10. pulumi_aws/bedrock/agentcore_agent_runtime.py +4 -4
  11. pulumi_aws/bedrock/agentcore_browser.py +42 -0
  12. pulumi_aws/bedrock/agentcore_gateway_target.py +217 -7
  13. pulumi_aws/bedrock/agentcore_memory.py +37 -9
  14. pulumi_aws/bedrock/agentcore_oauth2_credential_provider.py +38 -0
  15. pulumi_aws/bedrock/outputs.py +64 -17
  16. pulumi_aws/cloudfront/_inputs.py +15 -14
  17. pulumi_aws/cloudfront/distribution.py +28 -0
  18. pulumi_aws/cloudfront/outputs.py +10 -9
  19. pulumi_aws/cloudhsmv2/cluster.py +64 -0
  20. pulumi_aws/cloudwatch/_inputs.py +9 -8
  21. pulumi_aws/cloudwatch/contributor_managed_insight_rule.py +20 -0
  22. pulumi_aws/cloudwatch/log_delivery_destination.py +53 -12
  23. pulumi_aws/cloudwatch/outputs.py +6 -5
  24. pulumi_aws/codebuild/webhook.py +16 -16
  25. pulumi_aws/codepipeline/webhook.py +16 -16
  26. pulumi_aws/connect/_inputs.py +50 -4
  27. pulumi_aws/connect/outputs.py +95 -4
  28. pulumi_aws/connect/routing_profile.py +42 -18
  29. pulumi_aws/datasync/location_fsx_ontap_file_system.py +34 -0
  30. pulumi_aws/datazone/project.py +24 -0
  31. pulumi_aws/detective/organization_configuration.py +20 -0
  32. pulumi_aws/dms/_inputs.py +3 -3
  33. pulumi_aws/dms/outputs.py +2 -2
  34. pulumi_aws/ec2/__init__.py +1 -0
  35. pulumi_aws/ec2/_inputs.py +182 -0
  36. pulumi_aws/ec2/allowed_images_settings.py +338 -0
  37. pulumi_aws/ec2/get_coip_pools.py +24 -0
  38. pulumi_aws/ec2/image_block_public_access.py +48 -1
  39. pulumi_aws/ec2/outputs.py +167 -0
  40. pulumi_aws/ec2/security_group.py +6 -6
  41. pulumi_aws/ec2/serial_console_access.py +50 -3
  42. pulumi_aws/ec2/vpc_endpoint.py +92 -0
  43. pulumi_aws/ec2clientvpn/authorization_rule.py +7 -7
  44. pulumi_aws/ec2clientvpn/route.py +7 -7
  45. pulumi_aws/ec2transitgateway/instance_connect_endpoint.py +47 -0
  46. pulumi_aws/ecrpublic/get_images.py +24 -0
  47. pulumi_aws/ecs/_inputs.py +172 -33
  48. pulumi_aws/ecs/get_service.py +318 -7
  49. pulumi_aws/ecs/outputs.py +957 -86
  50. pulumi_aws/ecs/service.py +76 -0
  51. pulumi_aws/eks/_inputs.py +195 -5
  52. pulumi_aws/eks/outputs.py +164 -4
  53. pulumi_aws/elasticache/_inputs.py +154 -0
  54. pulumi_aws/elasticache/get_replication_group.py +23 -9
  55. pulumi_aws/elasticache/outputs.py +204 -0
  56. pulumi_aws/elasticache/replication_group.py +115 -0
  57. pulumi_aws/elasticache/reserved_cache_node.py +28 -0
  58. pulumi_aws/finspace/kx_cluster.py +76 -0
  59. pulumi_aws/fis/__init__.py +1 -0
  60. pulumi_aws/fis/target_account_configuration.py +401 -0
  61. pulumi_aws/glue/job.py +7 -7
  62. pulumi_aws/guardduty/malware_protection_plan.py +50 -0
  63. pulumi_aws/guardduty/member_detector_feature.py +42 -0
  64. pulumi_aws/invoicing/__init__.py +11 -0
  65. pulumi_aws/invoicing/_inputs.py +128 -0
  66. pulumi_aws/invoicing/invoice_unit.py +620 -0
  67. pulumi_aws/invoicing/outputs.py +99 -0
  68. pulumi_aws/iot/ca_certificate.py +32 -32
  69. pulumi_aws/iot/get_registration_code.py +8 -8
  70. pulumi_aws/ivschat/logging_configuration.py +28 -0
  71. pulumi_aws/kinesis/get_stream.py +15 -1
  72. pulumi_aws/kinesis/stream.py +47 -0
  73. pulumi_aws/kms/key.py +7 -7
  74. pulumi_aws/licensemanager/license_grant.py +36 -0
  75. pulumi_aws/m2/environment.py +150 -0
  76. pulumi_aws/networkfirewall/tls_inspection_configuration.py +84 -0
  77. pulumi_aws/networkflowmonitor/__init__.py +12 -0
  78. pulumi_aws/networkflowmonitor/_inputs.py +412 -0
  79. pulumi_aws/networkflowmonitor/monitor.py +568 -0
  80. pulumi_aws/networkflowmonitor/outputs.py +302 -0
  81. pulumi_aws/networkflowmonitor/scope.py +443 -0
  82. pulumi_aws/observabilityadmin/__init__.py +11 -0
  83. pulumi_aws/observabilityadmin/_inputs.py +506 -0
  84. pulumi_aws/observabilityadmin/centralization_rule_for_organization.py +637 -0
  85. pulumi_aws/observabilityadmin/outputs.py +415 -0
  86. pulumi_aws/opensearch/_inputs.py +92 -133
  87. pulumi_aws/opensearch/authorize_vpc_endpoint_access.py +4 -4
  88. pulumi_aws/opensearch/domain.py +60 -0
  89. pulumi_aws/opensearch/get_domain.py +16 -9
  90. pulumi_aws/opensearch/outputs.py +131 -2
  91. pulumi_aws/organizations/get_policies.py +2 -2
  92. pulumi_aws/organizations/get_policies_for_target.py +2 -2
  93. pulumi_aws/organizations/get_policy.py +1 -1
  94. pulumi_aws/organizations/organization.py +7 -7
  95. pulumi_aws/organizations/policy.py +35 -7
  96. pulumi_aws/pulumi-plugin.json +1 -1
  97. pulumi_aws/quicksight/analysis.py +108 -0
  98. pulumi_aws/quicksight/dashboard.py +110 -0
  99. pulumi_aws/quicksight/template.py +126 -0
  100. pulumi_aws/redshift/cluster_snapshot.py +28 -0
  101. pulumi_aws/redshift/get_cluster.py +52 -0
  102. pulumi_aws/redshift/snapshot_copy_grant.py +22 -0
  103. pulumi_aws/route53/profiles_association.py +30 -0
  104. pulumi_aws/route53/profiles_resource_association.py +34 -0
  105. pulumi_aws/s3control/multi_region_access_point_policy.py +76 -0
  106. pulumi_aws/s3tables/table.py +76 -1
  107. pulumi_aws/s3tables/table_bucket.py +78 -3
  108. pulumi_aws/sagemaker/_inputs.py +225 -232
  109. pulumi_aws/sagemaker/endpoint_configuration.py +111 -64
  110. pulumi_aws/sagemaker/outputs.py +154 -158
  111. pulumi_aws/ssmincidents/get_response_plan.py +14 -0
  112. pulumi_aws/ssoadmin/account_assignment.py +4 -4
  113. pulumi_aws/transfer/profile.py +20 -0
  114. pulumi_aws/transfer/server.py +7 -0
  115. pulumi_aws/transfer/ssh_key.py +6 -6
  116. pulumi_aws/wafv2/rule_group.py +440 -0
  117. pulumi_aws/workspacesweb/session_logger_association.py +80 -0
  118. pulumi_aws/workspacesweb/trust_store_association.py +24 -0
  119. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/METADATA +1 -1
  120. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/RECORD +122 -107
  121. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/WHEEL +0 -0
  122. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/top_level.txt +0 -0
@@ -176,6 +176,44 @@ class MultiRegionAccessPointPolicy(pulumi.CustomResource):
176
176
 
177
177
  ## Example Usage
178
178
 
179
+ ### Basic Example
180
+
181
+ ```python
182
+ import pulumi
183
+ import json
184
+ import pulumi_aws as aws
185
+ import pulumi_std as std
186
+
187
+ current = aws.get_caller_identity()
188
+ current_get_partition = aws.get_partition()
189
+ foo_bucket = aws.s3.Bucket("foo_bucket", bucket="example-bucket-foo")
190
+ example = aws.s3control.MultiRegionAccessPoint("example", details={
191
+ "name": "example",
192
+ "regions": [{
193
+ "bucket": foo_bucket.id,
194
+ }],
195
+ })
196
+ example_multi_region_access_point_policy = aws.s3control.MultiRegionAccessPointPolicy("example", details={
197
+ "name": std.split_output(separator=":",
198
+ text=example.id).apply(lambda invoke: invoke.result)[1],
199
+ "policy": pulumi.Output.json_dumps({
200
+ "Version": "2012-10-17",
201
+ "Statement": [{
202
+ "Sid": "Example",
203
+ "Effect": "Allow",
204
+ "Principal": {
205
+ "AWS": current.account_id,
206
+ },
207
+ "Action": [
208
+ "s3:GetObject",
209
+ "s3:PutObject",
210
+ ],
211
+ "Resource": example.alias.apply(lambda alias: f"arn:{current_get_partition.partition}:s3::{current.account_id}:accesspoint/{alias}/object/*"),
212
+ }],
213
+ }),
214
+ })
215
+ ```
216
+
179
217
  ## Import
180
218
 
181
219
  Using `pulumi import`, import Multi-Region Access Point Policies using the `account_id` and `name` of the Multi-Region Access Point separated by a colon (`:`). For example:
@@ -201,6 +239,44 @@ class MultiRegionAccessPointPolicy(pulumi.CustomResource):
201
239
 
202
240
  ## Example Usage
203
241
 
242
+ ### Basic Example
243
+
244
+ ```python
245
+ import pulumi
246
+ import json
247
+ import pulumi_aws as aws
248
+ import pulumi_std as std
249
+
250
+ current = aws.get_caller_identity()
251
+ current_get_partition = aws.get_partition()
252
+ foo_bucket = aws.s3.Bucket("foo_bucket", bucket="example-bucket-foo")
253
+ example = aws.s3control.MultiRegionAccessPoint("example", details={
254
+ "name": "example",
255
+ "regions": [{
256
+ "bucket": foo_bucket.id,
257
+ }],
258
+ })
259
+ example_multi_region_access_point_policy = aws.s3control.MultiRegionAccessPointPolicy("example", details={
260
+ "name": std.split_output(separator=":",
261
+ text=example.id).apply(lambda invoke: invoke.result)[1],
262
+ "policy": pulumi.Output.json_dumps({
263
+ "Version": "2012-10-17",
264
+ "Statement": [{
265
+ "Sid": "Example",
266
+ "Effect": "Allow",
267
+ "Principal": {
268
+ "AWS": current.account_id,
269
+ },
270
+ "Action": [
271
+ "s3:GetObject",
272
+ "s3:PutObject",
273
+ ],
274
+ "Resource": example.alias.apply(lambda alias: f"arn:{current_get_partition.partition}:s3::{current.account_id}:accesspoint/{alias}/object/*"),
275
+ }],
276
+ }),
277
+ })
278
+ ```
279
+
204
280
  ## Import
205
281
 
206
282
  Using `pulumi import`, import Multi-Region Access Point Policies using the `account_id` and `name` of the Multi-Region Access Point separated by a colon (`:`). For example:
@@ -28,7 +28,8 @@ class TableArgs:
28
28
  maintenance_configuration: Optional[pulumi.Input['TableMaintenanceConfigurationArgs']] = None,
29
29
  metadata: Optional[pulumi.Input['TableMetadataArgs']] = None,
30
30
  name: Optional[pulumi.Input[_builtins.str]] = None,
31
- region: Optional[pulumi.Input[_builtins.str]] = None):
31
+ region: Optional[pulumi.Input[_builtins.str]] = None,
32
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
32
33
  """
33
34
  The set of arguments for constructing a Table resource.
34
35
  :param pulumi.Input[_builtins.str] format: Format of the table.
@@ -50,6 +51,7 @@ class TableArgs:
50
51
  Can consist of lowercase letters, numbers, and underscores, and must begin and end with a lowercase letter or number.
51
52
  A full list of table naming rules can be found in the [S3 Tables documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-naming.html#naming-rules-table).
52
53
  :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
54
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
53
55
  """
54
56
  pulumi.set(__self__, "format", format)
55
57
  pulumi.set(__self__, "namespace", namespace)
@@ -64,6 +66,8 @@ class TableArgs:
64
66
  pulumi.set(__self__, "name", name)
65
67
  if region is not None:
66
68
  pulumi.set(__self__, "region", region)
69
+ if tags is not None:
70
+ pulumi.set(__self__, "tags", tags)
67
71
 
68
72
  @_builtins.property
69
73
  @pulumi.getter
@@ -172,6 +176,18 @@ class TableArgs:
172
176
  def region(self, value: Optional[pulumi.Input[_builtins.str]]):
173
177
  pulumi.set(self, "region", value)
174
178
 
179
+ @_builtins.property
180
+ @pulumi.getter
181
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
182
+ """
183
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
184
+ """
185
+ return pulumi.get(self, "tags")
186
+
187
+ @tags.setter
188
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
189
+ pulumi.set(self, "tags", value)
190
+
175
191
 
176
192
  @pulumi.input_type
177
193
  class _TableState:
@@ -191,6 +207,8 @@ class _TableState:
191
207
  owner_account_id: Optional[pulumi.Input[_builtins.str]] = None,
192
208
  region: Optional[pulumi.Input[_builtins.str]] = None,
193
209
  table_bucket_arn: Optional[pulumi.Input[_builtins.str]] = None,
210
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
211
+ tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
194
212
  type: Optional[pulumi.Input[_builtins.str]] = None,
195
213
  version_token: Optional[pulumi.Input[_builtins.str]] = None,
196
214
  warehouse_location: Optional[pulumi.Input[_builtins.str]] = None):
@@ -222,6 +240,8 @@ class _TableState:
222
240
  :param pulumi.Input[_builtins.str] table_bucket_arn: ARN referencing the Table Bucket that contains this Namespace.
223
241
 
224
242
  The following arguments are optional:
243
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
244
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
225
245
  :param pulumi.Input[_builtins.str] type: Type of the table.
226
246
  One of `customer` or `aws`.
227
247
  :param pulumi.Input[_builtins.str] version_token: Identifier for the current version of table data.
@@ -257,6 +277,10 @@ class _TableState:
257
277
  pulumi.set(__self__, "region", region)
258
278
  if table_bucket_arn is not None:
259
279
  pulumi.set(__self__, "table_bucket_arn", table_bucket_arn)
280
+ if tags is not None:
281
+ pulumi.set(__self__, "tags", tags)
282
+ if tags_all is not None:
283
+ pulumi.set(__self__, "tags_all", tags_all)
260
284
  if type is not None:
261
285
  pulumi.set(__self__, "type", type)
262
286
  if version_token is not None:
@@ -455,6 +479,30 @@ class _TableState:
455
479
  def table_bucket_arn(self, value: Optional[pulumi.Input[_builtins.str]]):
456
480
  pulumi.set(self, "table_bucket_arn", value)
457
481
 
482
+ @_builtins.property
483
+ @pulumi.getter
484
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
485
+ """
486
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
487
+ """
488
+ return pulumi.get(self, "tags")
489
+
490
+ @tags.setter
491
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
492
+ pulumi.set(self, "tags", value)
493
+
494
+ @_builtins.property
495
+ @pulumi.getter(name="tagsAll")
496
+ def tags_all(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
497
+ """
498
+ A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
499
+ """
500
+ return pulumi.get(self, "tags_all")
501
+
502
+ @tags_all.setter
503
+ def tags_all(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
504
+ pulumi.set(self, "tags_all", value)
505
+
458
506
  @_builtins.property
459
507
  @pulumi.getter
460
508
  def type(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -507,6 +555,7 @@ class Table(pulumi.CustomResource):
507
555
  namespace: Optional[pulumi.Input[_builtins.str]] = None,
508
556
  region: Optional[pulumi.Input[_builtins.str]] = None,
509
557
  table_bucket_arn: Optional[pulumi.Input[_builtins.str]] = None,
558
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
510
559
  __props__=None):
511
560
  """
512
561
  Resource for managing an Amazon S3 Tables Table.
@@ -604,6 +653,7 @@ class Table(pulumi.CustomResource):
604
653
  :param pulumi.Input[_builtins.str] table_bucket_arn: ARN referencing the Table Bucket that contains this Namespace.
605
654
 
606
655
  The following arguments are optional:
656
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
607
657
  """
608
658
  ...
609
659
  @overload
@@ -709,6 +759,7 @@ class Table(pulumi.CustomResource):
709
759
  namespace: Optional[pulumi.Input[_builtins.str]] = None,
710
760
  region: Optional[pulumi.Input[_builtins.str]] = None,
711
761
  table_bucket_arn: Optional[pulumi.Input[_builtins.str]] = None,
762
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
712
763
  __props__=None):
713
764
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
714
765
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -732,6 +783,7 @@ class Table(pulumi.CustomResource):
732
783
  if table_bucket_arn is None and not opts.urn:
733
784
  raise TypeError("Missing required property 'table_bucket_arn'")
734
785
  __props__.__dict__["table_bucket_arn"] = table_bucket_arn
786
+ __props__.__dict__["tags"] = tags
735
787
  __props__.__dict__["arn"] = None
736
788
  __props__.__dict__["created_at"] = None
737
789
  __props__.__dict__["created_by"] = None
@@ -739,6 +791,7 @@ class Table(pulumi.CustomResource):
739
791
  __props__.__dict__["modified_at"] = None
740
792
  __props__.__dict__["modified_by"] = None
741
793
  __props__.__dict__["owner_account_id"] = None
794
+ __props__.__dict__["tags_all"] = None
742
795
  __props__.__dict__["type"] = None
743
796
  __props__.__dict__["version_token"] = None
744
797
  __props__.__dict__["warehouse_location"] = None
@@ -767,6 +820,8 @@ class Table(pulumi.CustomResource):
767
820
  owner_account_id: Optional[pulumi.Input[_builtins.str]] = None,
768
821
  region: Optional[pulumi.Input[_builtins.str]] = None,
769
822
  table_bucket_arn: Optional[pulumi.Input[_builtins.str]] = None,
823
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
824
+ tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
770
825
  type: Optional[pulumi.Input[_builtins.str]] = None,
771
826
  version_token: Optional[pulumi.Input[_builtins.str]] = None,
772
827
  warehouse_location: Optional[pulumi.Input[_builtins.str]] = None) -> 'Table':
@@ -803,6 +858,8 @@ class Table(pulumi.CustomResource):
803
858
  :param pulumi.Input[_builtins.str] table_bucket_arn: ARN referencing the Table Bucket that contains this Namespace.
804
859
 
805
860
  The following arguments are optional:
861
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
862
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
806
863
  :param pulumi.Input[_builtins.str] type: Type of the table.
807
864
  One of `customer` or `aws`.
808
865
  :param pulumi.Input[_builtins.str] version_token: Identifier for the current version of table data.
@@ -827,6 +884,8 @@ class Table(pulumi.CustomResource):
827
884
  __props__.__dict__["owner_account_id"] = owner_account_id
828
885
  __props__.__dict__["region"] = region
829
886
  __props__.__dict__["table_bucket_arn"] = table_bucket_arn
887
+ __props__.__dict__["tags"] = tags
888
+ __props__.__dict__["tags_all"] = tags_all
830
889
  __props__.__dict__["type"] = type
831
890
  __props__.__dict__["version_token"] = version_token
832
891
  __props__.__dict__["warehouse_location"] = warehouse_location
@@ -963,6 +1022,22 @@ class Table(pulumi.CustomResource):
963
1022
  """
964
1023
  return pulumi.get(self, "table_bucket_arn")
965
1024
 
1025
+ @_builtins.property
1026
+ @pulumi.getter
1027
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1028
+ """
1029
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
1030
+ """
1031
+ return pulumi.get(self, "tags")
1032
+
1033
+ @_builtins.property
1034
+ @pulumi.getter(name="tagsAll")
1035
+ def tags_all(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
1036
+ """
1037
+ A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
1038
+ """
1039
+ return pulumi.get(self, "tags_all")
1040
+
966
1041
  @_builtins.property
967
1042
  @pulumi.getter
968
1043
  def type(self) -> pulumi.Output[_builtins.str]:
@@ -25,7 +25,8 @@ class TableBucketArgs:
25
25
  force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
26
26
  maintenance_configuration: Optional[pulumi.Input['TableBucketMaintenanceConfigurationArgs']] = None,
27
27
  name: Optional[pulumi.Input[_builtins.str]] = None,
28
- region: Optional[pulumi.Input[_builtins.str]] = None):
28
+ region: Optional[pulumi.Input[_builtins.str]] = None,
29
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
29
30
  """
30
31
  The set of arguments for constructing a TableBucket resource.
31
32
  :param pulumi.Input['TableBucketEncryptionConfigurationArgs'] encryption_configuration: A single table bucket encryption configuration object.
@@ -40,6 +41,7 @@ class TableBucketArgs:
40
41
 
41
42
  The following arguments are optional:
42
43
  :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
44
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
43
45
  """
44
46
  if encryption_configuration is not None:
45
47
  pulumi.set(__self__, "encryption_configuration", encryption_configuration)
@@ -51,6 +53,8 @@ class TableBucketArgs:
51
53
  pulumi.set(__self__, "name", name)
52
54
  if region is not None:
53
55
  pulumi.set(__self__, "region", region)
56
+ if tags is not None:
57
+ pulumi.set(__self__, "tags", tags)
54
58
 
55
59
  @_builtins.property
56
60
  @pulumi.getter(name="encryptionConfiguration")
@@ -119,6 +123,18 @@ class TableBucketArgs:
119
123
  def region(self, value: Optional[pulumi.Input[_builtins.str]]):
120
124
  pulumi.set(self, "region", value)
121
125
 
126
+ @_builtins.property
127
+ @pulumi.getter
128
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
129
+ """
130
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
131
+ """
132
+ return pulumi.get(self, "tags")
133
+
134
+ @tags.setter
135
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
136
+ pulumi.set(self, "tags", value)
137
+
122
138
 
123
139
  @pulumi.input_type
124
140
  class _TableBucketState:
@@ -130,7 +146,9 @@ class _TableBucketState:
130
146
  maintenance_configuration: Optional[pulumi.Input['TableBucketMaintenanceConfigurationArgs']] = None,
131
147
  name: Optional[pulumi.Input[_builtins.str]] = None,
132
148
  owner_account_id: Optional[pulumi.Input[_builtins.str]] = None,
133
- region: Optional[pulumi.Input[_builtins.str]] = None):
149
+ region: Optional[pulumi.Input[_builtins.str]] = None,
150
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
151
+ tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
134
152
  """
135
153
  Input properties used for looking up and filtering TableBucket resources.
136
154
  :param pulumi.Input[_builtins.str] arn: ARN of the table bucket.
@@ -148,6 +166,8 @@ class _TableBucketState:
148
166
  The following arguments are optional:
149
167
  :param pulumi.Input[_builtins.str] owner_account_id: Account ID of the account that owns the table bucket.
150
168
  :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
169
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
170
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
151
171
  """
152
172
  if arn is not None:
153
173
  pulumi.set(__self__, "arn", arn)
@@ -165,6 +185,10 @@ class _TableBucketState:
165
185
  pulumi.set(__self__, "owner_account_id", owner_account_id)
166
186
  if region is not None:
167
187
  pulumi.set(__self__, "region", region)
188
+ if tags is not None:
189
+ pulumi.set(__self__, "tags", tags)
190
+ if tags_all is not None:
191
+ pulumi.set(__self__, "tags_all", tags_all)
168
192
 
169
193
  @_builtins.property
170
194
  @pulumi.getter
@@ -269,6 +293,30 @@ class _TableBucketState:
269
293
  def region(self, value: Optional[pulumi.Input[_builtins.str]]):
270
294
  pulumi.set(self, "region", value)
271
295
 
296
+ @_builtins.property
297
+ @pulumi.getter
298
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
299
+ """
300
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
301
+ """
302
+ return pulumi.get(self, "tags")
303
+
304
+ @tags.setter
305
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
306
+ pulumi.set(self, "tags", value)
307
+
308
+ @_builtins.property
309
+ @pulumi.getter(name="tagsAll")
310
+ def tags_all(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
311
+ """
312
+ A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
313
+ """
314
+ return pulumi.get(self, "tags_all")
315
+
316
+ @tags_all.setter
317
+ def tags_all(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
318
+ pulumi.set(self, "tags_all", value)
319
+
272
320
 
273
321
  @pulumi.type_token("aws:s3tables/tableBucket:TableBucket")
274
322
  class TableBucket(pulumi.CustomResource):
@@ -281,6 +329,7 @@ class TableBucket(pulumi.CustomResource):
281
329
  maintenance_configuration: Optional[pulumi.Input[Union['TableBucketMaintenanceConfigurationArgs', 'TableBucketMaintenanceConfigurationArgsDict']]] = None,
282
330
  name: Optional[pulumi.Input[_builtins.str]] = None,
283
331
  region: Optional[pulumi.Input[_builtins.str]] = None,
332
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
284
333
  __props__=None):
285
334
  """
286
335
  Resource for managing an Amazon S3 Tables Table Bucket.
@@ -318,6 +367,7 @@ class TableBucket(pulumi.CustomResource):
318
367
 
319
368
  The following arguments are optional:
320
369
  :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
370
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
321
371
  """
322
372
  ...
323
373
  @overload
@@ -367,6 +417,7 @@ class TableBucket(pulumi.CustomResource):
367
417
  maintenance_configuration: Optional[pulumi.Input[Union['TableBucketMaintenanceConfigurationArgs', 'TableBucketMaintenanceConfigurationArgsDict']]] = None,
368
418
  name: Optional[pulumi.Input[_builtins.str]] = None,
369
419
  region: Optional[pulumi.Input[_builtins.str]] = None,
420
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
370
421
  __props__=None):
371
422
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
372
423
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -381,9 +432,11 @@ class TableBucket(pulumi.CustomResource):
381
432
  __props__.__dict__["maintenance_configuration"] = maintenance_configuration
382
433
  __props__.__dict__["name"] = name
383
434
  __props__.__dict__["region"] = region
435
+ __props__.__dict__["tags"] = tags
384
436
  __props__.__dict__["arn"] = None
385
437
  __props__.__dict__["created_at"] = None
386
438
  __props__.__dict__["owner_account_id"] = None
439
+ __props__.__dict__["tags_all"] = None
387
440
  super(TableBucket, __self__).__init__(
388
441
  'aws:s3tables/tableBucket:TableBucket',
389
442
  resource_name,
@@ -401,7 +454,9 @@ class TableBucket(pulumi.CustomResource):
401
454
  maintenance_configuration: Optional[pulumi.Input[Union['TableBucketMaintenanceConfigurationArgs', 'TableBucketMaintenanceConfigurationArgsDict']]] = None,
402
455
  name: Optional[pulumi.Input[_builtins.str]] = None,
403
456
  owner_account_id: Optional[pulumi.Input[_builtins.str]] = None,
404
- region: Optional[pulumi.Input[_builtins.str]] = None) -> 'TableBucket':
457
+ region: Optional[pulumi.Input[_builtins.str]] = None,
458
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
459
+ tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None) -> 'TableBucket':
405
460
  """
406
461
  Get an existing TableBucket resource's state with the given name, id, and optional extra
407
462
  properties used to qualify the lookup.
@@ -424,6 +479,8 @@ class TableBucket(pulumi.CustomResource):
424
479
  The following arguments are optional:
425
480
  :param pulumi.Input[_builtins.str] owner_account_id: Account ID of the account that owns the table bucket.
426
481
  :param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
482
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
483
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
427
484
  """
428
485
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
429
486
 
@@ -437,6 +494,8 @@ class TableBucket(pulumi.CustomResource):
437
494
  __props__.__dict__["name"] = name
438
495
  __props__.__dict__["owner_account_id"] = owner_account_id
439
496
  __props__.__dict__["region"] = region
497
+ __props__.__dict__["tags"] = tags
498
+ __props__.__dict__["tags_all"] = tags_all
440
499
  return TableBucket(resource_name, opts=opts, __props__=__props__)
441
500
 
442
501
  @_builtins.property
@@ -510,3 +569,19 @@ class TableBucket(pulumi.CustomResource):
510
569
  """
511
570
  return pulumi.get(self, "region")
512
571
 
572
+ @_builtins.property
573
+ @pulumi.getter
574
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
575
+ """
576
+ Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
577
+ """
578
+ return pulumi.get(self, "tags")
579
+
580
+ @_builtins.property
581
+ @pulumi.getter(name="tagsAll")
582
+ def tags_all(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
583
+ """
584
+ A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
585
+ """
586
+ return pulumi.get(self, "tags_all")
587
+