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
@@ -14,7 +14,6 @@ else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from .. import _utilities
16
16
  from . import outputs
17
- from ._inputs import *
18
17
 
19
18
  __all__ = [
20
19
  'GetDomainResult',
@@ -28,7 +27,7 @@ class GetDomainResult:
28
27
  """
29
28
  A collection of values returned by getDomain.
30
29
  """
31
- def __init__(__self__, access_policies=None, advanced_options=None, advanced_security_options=None, arn=None, auto_tune_options=None, cluster_configs=None, cognito_options=None, created=None, dashboard_endpoint=None, dashboard_endpoint_v2=None, deleted=None, domain_endpoint_v2_hosted_zone_id=None, domain_id=None, domain_name=None, ebs_options=None, encryption_at_rests=None, endpoint=None, endpoint_v2=None, engine_version=None, id=None, ip_address_type=None, log_publishing_options=None, node_to_node_encryptions=None, off_peak_window_options=None, processing=None, region=None, snapshot_options=None, software_update_options=None, tags=None, vpc_options=None):
30
+ def __init__(__self__, access_policies=None, advanced_options=None, advanced_security_options=None, arn=None, auto_tune_options=None, cluster_configs=None, cognito_options=None, created=None, dashboard_endpoint=None, dashboard_endpoint_v2=None, deleted=None, domain_endpoint_v2_hosted_zone_id=None, domain_id=None, domain_name=None, ebs_options=None, encryption_at_rests=None, endpoint=None, endpoint_v2=None, engine_version=None, id=None, identity_center_options=None, ip_address_type=None, log_publishing_options=None, node_to_node_encryptions=None, off_peak_window_options=None, processing=None, region=None, snapshot_options=None, software_update_options=None, tags=None, vpc_options=None):
32
31
  if access_policies and not isinstance(access_policies, str):
33
32
  raise TypeError("Expected argument 'access_policies' to be a str")
34
33
  pulumi.set(__self__, "access_policies", access_policies)
@@ -89,6 +88,9 @@ class GetDomainResult:
89
88
  if id and not isinstance(id, str):
90
89
  raise TypeError("Expected argument 'id' to be a str")
91
90
  pulumi.set(__self__, "id", id)
91
+ if identity_center_options and not isinstance(identity_center_options, list):
92
+ raise TypeError("Expected argument 'identity_center_options' to be a list")
93
+ pulumi.set(__self__, "identity_center_options", identity_center_options)
92
94
  if ip_address_type and not isinstance(ip_address_type, str):
93
95
  raise TypeError("Expected argument 'ip_address_type' to be a str")
94
96
  pulumi.set(__self__, "ip_address_type", ip_address_type)
@@ -277,6 +279,14 @@ class GetDomainResult:
277
279
  """
278
280
  return pulumi.get(self, "id")
279
281
 
282
+ @_builtins.property
283
+ @pulumi.getter(name="identityCenterOptions")
284
+ def identity_center_options(self) -> Sequence['outputs.GetDomainIdentityCenterOptionResult']:
285
+ """
286
+ Configuration for enabling and managing IAM Identity Center integration within a domain.
287
+ """
288
+ return pulumi.get(self, "identity_center_options")
289
+
280
290
  @_builtins.property
281
291
  @pulumi.getter(name="ipAddressType")
282
292
  def ip_address_type(self) -> _builtins.str:
@@ -303,7 +313,7 @@ class GetDomainResult:
303
313
 
304
314
  @_builtins.property
305
315
  @pulumi.getter(name="offPeakWindowOptions")
306
- def off_peak_window_options(self) -> Optional['outputs.GetDomainOffPeakWindowOptionsResult']:
316
+ def off_peak_window_options(self) -> 'outputs.GetDomainOffPeakWindowOptionsResult':
307
317
  """
308
318
  Off Peak update options
309
319
  """
@@ -381,6 +391,7 @@ class AwaitableGetDomainResult(GetDomainResult):
381
391
  endpoint_v2=self.endpoint_v2,
382
392
  engine_version=self.engine_version,
383
393
  id=self.id,
394
+ identity_center_options=self.identity_center_options,
384
395
  ip_address_type=self.ip_address_type,
385
396
  log_publishing_options=self.log_publishing_options,
386
397
  node_to_node_encryptions=self.node_to_node_encryptions,
@@ -394,7 +405,6 @@ class AwaitableGetDomainResult(GetDomainResult):
394
405
 
395
406
 
396
407
  def get_domain(domain_name: Optional[_builtins.str] = None,
397
- off_peak_window_options: Optional[Union['GetDomainOffPeakWindowOptionsArgs', 'GetDomainOffPeakWindowOptionsArgsDict']] = None,
398
408
  region: Optional[_builtins.str] = None,
399
409
  tags: Optional[Mapping[str, _builtins.str]] = None,
400
410
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainResult:
@@ -412,13 +422,11 @@ def get_domain(domain_name: Optional[_builtins.str] = None,
412
422
 
413
423
 
414
424
  :param _builtins.str domain_name: Name of the domain.
415
- :param Union['GetDomainOffPeakWindowOptionsArgs', 'GetDomainOffPeakWindowOptionsArgsDict'] off_peak_window_options: Off Peak update options
416
425
  :param _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.
417
426
  :param Mapping[str, _builtins.str] tags: Tags assigned to the domain.
418
427
  """
419
428
  __args__ = dict()
420
429
  __args__['domainName'] = domain_name
421
- __args__['offPeakWindowOptions'] = off_peak_window_options
422
430
  __args__['region'] = region
423
431
  __args__['tags'] = tags
424
432
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -445,6 +453,7 @@ def get_domain(domain_name: Optional[_builtins.str] = None,
445
453
  endpoint_v2=pulumi.get(__ret__, 'endpoint_v2'),
446
454
  engine_version=pulumi.get(__ret__, 'engine_version'),
447
455
  id=pulumi.get(__ret__, 'id'),
456
+ identity_center_options=pulumi.get(__ret__, 'identity_center_options'),
448
457
  ip_address_type=pulumi.get(__ret__, 'ip_address_type'),
449
458
  log_publishing_options=pulumi.get(__ret__, 'log_publishing_options'),
450
459
  node_to_node_encryptions=pulumi.get(__ret__, 'node_to_node_encryptions'),
@@ -456,7 +465,6 @@ def get_domain(domain_name: Optional[_builtins.str] = None,
456
465
  tags=pulumi.get(__ret__, 'tags'),
457
466
  vpc_options=pulumi.get(__ret__, 'vpc_options'))
458
467
  def get_domain_output(domain_name: Optional[pulumi.Input[_builtins.str]] = None,
459
- off_peak_window_options: Optional[pulumi.Input[Optional[Union['GetDomainOffPeakWindowOptionsArgs', 'GetDomainOffPeakWindowOptionsArgsDict']]]] = None,
460
468
  region: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
461
469
  tags: Optional[pulumi.Input[Optional[Mapping[str, _builtins.str]]]] = None,
462
470
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainResult]:
@@ -474,13 +482,11 @@ def get_domain_output(domain_name: Optional[pulumi.Input[_builtins.str]] = None,
474
482
 
475
483
 
476
484
  :param _builtins.str domain_name: Name of the domain.
477
- :param Union['GetDomainOffPeakWindowOptionsArgs', 'GetDomainOffPeakWindowOptionsArgsDict'] off_peak_window_options: Off Peak update options
478
485
  :param _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.
479
486
  :param Mapping[str, _builtins.str] tags: Tags assigned to the domain.
480
487
  """
481
488
  __args__ = dict()
482
489
  __args__['domainName'] = domain_name
483
- __args__['offPeakWindowOptions'] = off_peak_window_options
484
490
  __args__['region'] = region
485
491
  __args__['tags'] = tags
486
492
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -506,6 +512,7 @@ def get_domain_output(domain_name: Optional[pulumi.Input[_builtins.str]] = None,
506
512
  endpoint_v2=pulumi.get(__response__, 'endpoint_v2'),
507
513
  engine_version=pulumi.get(__response__, 'engine_version'),
508
514
  id=pulumi.get(__response__, 'id'),
515
+ identity_center_options=pulumi.get(__response__, 'identity_center_options'),
509
516
  ip_address_type=pulumi.get(__response__, 'ip_address_type'),
510
517
  log_publishing_options=pulumi.get(__response__, 'log_publishing_options'),
511
518
  node_to_node_encryptions=pulumi.get(__response__, 'node_to_node_encryptions'),
@@ -34,6 +34,7 @@ __all__ = [
34
34
  'DomainDomainEndpointOptions',
35
35
  'DomainEbsOptions',
36
36
  'DomainEncryptAtRest',
37
+ 'DomainIdentityCenterOptions',
37
38
  'DomainLogPublishingOption',
38
39
  'DomainNodeToNodeEncryption',
39
40
  'DomainOffPeakWindowOptions',
@@ -65,6 +66,7 @@ __all__ = [
65
66
  'GetDomainCognitoOptionResult',
66
67
  'GetDomainEbsOptionResult',
67
68
  'GetDomainEncryptionAtRestResult',
69
+ 'GetDomainIdentityCenterOptionResult',
68
70
  'GetDomainLogPublishingOptionResult',
69
71
  'GetDomainNodeToNodeEncryptionResult',
70
72
  'GetDomainOffPeakWindowOptionsResult',
@@ -285,6 +287,10 @@ class DomainAimlOptions(dict):
285
287
  def __init__(__self__, *,
286
288
  natural_language_query_generation_options: Optional['outputs.DomainAimlOptionsNaturalLanguageQueryGenerationOptions'] = None,
287
289
  s3_vectors_engine: Optional['outputs.DomainAimlOptionsS3VectorsEngine'] = None):
290
+ """
291
+ :param 'DomainAimlOptionsNaturalLanguageQueryGenerationOptionsArgs' natural_language_query_generation_options: Configuration block for parameters required for natural language query generation on the specified domain.
292
+ :param 'DomainAimlOptionsS3VectorsEngineArgs' s3_vectors_engine: Configuration block for parameters required to enable S3 vectors engine features on the specified domain.
293
+ """
288
294
  if natural_language_query_generation_options is not None:
289
295
  pulumi.set(__self__, "natural_language_query_generation_options", natural_language_query_generation_options)
290
296
  if s3_vectors_engine is not None:
@@ -293,11 +299,17 @@ class DomainAimlOptions(dict):
293
299
  @_builtins.property
294
300
  @pulumi.getter(name="naturalLanguageQueryGenerationOptions")
295
301
  def natural_language_query_generation_options(self) -> Optional['outputs.DomainAimlOptionsNaturalLanguageQueryGenerationOptions']:
302
+ """
303
+ Configuration block for parameters required for natural language query generation on the specified domain.
304
+ """
296
305
  return pulumi.get(self, "natural_language_query_generation_options")
297
306
 
298
307
  @_builtins.property
299
308
  @pulumi.getter(name="s3VectorsEngine")
300
309
  def s3_vectors_engine(self) -> Optional['outputs.DomainAimlOptionsS3VectorsEngine']:
310
+ """
311
+ Configuration block for parameters required to enable S3 vectors engine features on the specified domain.
312
+ """
301
313
  return pulumi.get(self, "s3_vectors_engine")
302
314
 
303
315
 
@@ -323,7 +335,7 @@ class DomainAimlOptionsNaturalLanguageQueryGenerationOptions(dict):
323
335
  def __init__(__self__, *,
324
336
  desired_state: Optional[_builtins.str] = None):
325
337
  """
326
- :param _builtins.str desired_state: Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.
338
+ :param _builtins.str desired_state: The desired state of the natural language query generation feature. Valid values are `ENABLED` and `DISABLED`.
327
339
  """
328
340
  if desired_state is not None:
329
341
  pulumi.set(__self__, "desired_state", desired_state)
@@ -332,7 +344,7 @@ class DomainAimlOptionsNaturalLanguageQueryGenerationOptions(dict):
332
344
  @pulumi.getter(name="desiredState")
333
345
  def desired_state(self) -> Optional[_builtins.str]:
334
346
  """
335
- Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.
347
+ The desired state of the natural language query generation feature. Valid values are `ENABLED` and `DISABLED`.
336
348
  """
337
349
  return pulumi.get(self, "desired_state")
338
350
 
@@ -341,12 +353,18 @@ class DomainAimlOptionsNaturalLanguageQueryGenerationOptions(dict):
341
353
  class DomainAimlOptionsS3VectorsEngine(dict):
342
354
  def __init__(__self__, *,
343
355
  enabled: Optional[_builtins.bool] = None):
356
+ """
357
+ :param _builtins.bool enabled: Enables S3 vectors engine features.
358
+ """
344
359
  if enabled is not None:
345
360
  pulumi.set(__self__, "enabled", enabled)
346
361
 
347
362
  @_builtins.property
348
363
  @pulumi.getter
349
364
  def enabled(self) -> Optional[_builtins.bool]:
365
+ """
366
+ Enables S3 vectors engine features.
367
+ """
350
368
  return pulumi.get(self, "enabled")
351
369
 
352
370
 
@@ -1170,6 +1188,66 @@ class DomainEncryptAtRest(dict):
1170
1188
  return pulumi.get(self, "kms_key_id")
1171
1189
 
1172
1190
 
1191
+ @pulumi.output_type
1192
+ class DomainIdentityCenterOptions(dict):
1193
+ @staticmethod
1194
+ def __key_warning(key: str):
1195
+ suggest = None
1196
+ if key == "enabledApiAccess":
1197
+ suggest = "enabled_api_access"
1198
+ elif key == "identityCenterInstanceArn":
1199
+ suggest = "identity_center_instance_arn"
1200
+ elif key == "rolesKey":
1201
+ suggest = "roles_key"
1202
+ elif key == "subjectKey":
1203
+ suggest = "subject_key"
1204
+
1205
+ if suggest:
1206
+ pulumi.log.warn(f"Key '{key}' not found in DomainIdentityCenterOptions. Access the value via the '{suggest}' property getter instead.")
1207
+
1208
+ def __getitem__(self, key: str) -> Any:
1209
+ DomainIdentityCenterOptions.__key_warning(key)
1210
+ return super().__getitem__(key)
1211
+
1212
+ def get(self, key: str, default = None) -> Any:
1213
+ DomainIdentityCenterOptions.__key_warning(key)
1214
+ return super().get(key, default)
1215
+
1216
+ def __init__(__self__, *,
1217
+ enabled_api_access: Optional[_builtins.bool] = None,
1218
+ identity_center_instance_arn: Optional[_builtins.str] = None,
1219
+ roles_key: Optional[_builtins.str] = None,
1220
+ subject_key: Optional[_builtins.str] = None):
1221
+ if enabled_api_access is not None:
1222
+ pulumi.set(__self__, "enabled_api_access", enabled_api_access)
1223
+ if identity_center_instance_arn is not None:
1224
+ pulumi.set(__self__, "identity_center_instance_arn", identity_center_instance_arn)
1225
+ if roles_key is not None:
1226
+ pulumi.set(__self__, "roles_key", roles_key)
1227
+ if subject_key is not None:
1228
+ pulumi.set(__self__, "subject_key", subject_key)
1229
+
1230
+ @_builtins.property
1231
+ @pulumi.getter(name="enabledApiAccess")
1232
+ def enabled_api_access(self) -> Optional[_builtins.bool]:
1233
+ return pulumi.get(self, "enabled_api_access")
1234
+
1235
+ @_builtins.property
1236
+ @pulumi.getter(name="identityCenterInstanceArn")
1237
+ def identity_center_instance_arn(self) -> Optional[_builtins.str]:
1238
+ return pulumi.get(self, "identity_center_instance_arn")
1239
+
1240
+ @_builtins.property
1241
+ @pulumi.getter(name="rolesKey")
1242
+ def roles_key(self) -> Optional[_builtins.str]:
1243
+ return pulumi.get(self, "roles_key")
1244
+
1245
+ @_builtins.property
1246
+ @pulumi.getter(name="subjectKey")
1247
+ def subject_key(self) -> Optional[_builtins.str]:
1248
+ return pulumi.get(self, "subject_key")
1249
+
1250
+
1173
1251
  @pulumi.output_type
1174
1252
  class DomainLogPublishingOption(dict):
1175
1253
  @staticmethod
@@ -2694,6 +2772,57 @@ class GetDomainEncryptionAtRestResult(dict):
2694
2772
  return pulumi.get(self, "kms_key_id")
2695
2773
 
2696
2774
 
2775
+ @pulumi.output_type
2776
+ class GetDomainIdentityCenterOptionResult(dict):
2777
+ def __init__(__self__, *,
2778
+ enabled_api_access: _builtins.bool,
2779
+ identity_center_instance_arn: _builtins.str,
2780
+ roles_key: _builtins.str,
2781
+ subject_key: _builtins.str):
2782
+ """
2783
+ :param _builtins.bool enabled_api_access: Boolean whether IAM Identity Center is enabled for API access.
2784
+ :param _builtins.str identity_center_instance_arn: ARN of the IAM Identity Center instance to create an OpenSearch UI application that uses IAM Identity Center for authentication.
2785
+ :param _builtins.str roles_key: Attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
2786
+ :param _builtins.str subject_key: Attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
2787
+ """
2788
+ pulumi.set(__self__, "enabled_api_access", enabled_api_access)
2789
+ pulumi.set(__self__, "identity_center_instance_arn", identity_center_instance_arn)
2790
+ pulumi.set(__self__, "roles_key", roles_key)
2791
+ pulumi.set(__self__, "subject_key", subject_key)
2792
+
2793
+ @_builtins.property
2794
+ @pulumi.getter(name="enabledApiAccess")
2795
+ def enabled_api_access(self) -> _builtins.bool:
2796
+ """
2797
+ Boolean whether IAM Identity Center is enabled for API access.
2798
+ """
2799
+ return pulumi.get(self, "enabled_api_access")
2800
+
2801
+ @_builtins.property
2802
+ @pulumi.getter(name="identityCenterInstanceArn")
2803
+ def identity_center_instance_arn(self) -> _builtins.str:
2804
+ """
2805
+ ARN of the IAM Identity Center instance to create an OpenSearch UI application that uses IAM Identity Center for authentication.
2806
+ """
2807
+ return pulumi.get(self, "identity_center_instance_arn")
2808
+
2809
+ @_builtins.property
2810
+ @pulumi.getter(name="rolesKey")
2811
+ def roles_key(self) -> _builtins.str:
2812
+ """
2813
+ Attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
2814
+ """
2815
+ return pulumi.get(self, "roles_key")
2816
+
2817
+ @_builtins.property
2818
+ @pulumi.getter(name="subjectKey")
2819
+ def subject_key(self) -> _builtins.str:
2820
+ """
2821
+ Attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
2822
+ """
2823
+ return pulumi.get(self, "subject_key")
2824
+
2825
+
2697
2826
  @pulumi.output_type
2698
2827
  class GetDomainLogPublishingOptionResult(dict):
2699
2828
  def __init__(__self__, *,
@@ -89,7 +89,7 @@ def get_policies(filter: Optional[_builtins.str] = None,
89
89
  ```
90
90
 
91
91
 
92
- :param _builtins.str filter: The type of policies to be returned in the response. Valid values are `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
92
+ :param _builtins.str filter: The type of policies to be returned in the response. Valid values are `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | CHATBOT_POLICY | DECLARATIVE_POLICY_EC2 | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
93
93
  """
94
94
  __args__ = dict()
95
95
  __args__['filter'] = filter
@@ -119,7 +119,7 @@ def get_policies_output(filter: Optional[pulumi.Input[_builtins.str]] = None,
119
119
  ```
120
120
 
121
121
 
122
- :param _builtins.str filter: The type of policies to be returned in the response. Valid values are `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
122
+ :param _builtins.str filter: The type of policies to be returned in the response. Valid values are `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | CHATBOT_POLICY | DECLARATIVE_POLICY_EC2 | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
123
123
  """
124
124
  __args__ = dict()
125
125
  __args__['filter'] = filter
@@ -101,7 +101,7 @@ def get_policies_for_target(filter: Optional[_builtins.str] = None,
101
101
  ```
102
102
 
103
103
 
104
- :param _builtins.str filter: Must supply one of the 5 different policy filters for a target (AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY)
104
+ :param _builtins.str filter: Must supply one of the 7 different policy filters for a target (AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | CHATBOT_POLICY | DECLARATIVE_POLICY_EC2 | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY)
105
105
  :param _builtins.str target_id: The root (string that begins with "r-" followed by 4-32 lowercase letters or digits), account (12 digit string), or Organizational Unit (string starting with "ou-" followed by 4-32 lowercase letters or digits. This string is followed by a second "-" dash and from 8-32 additional lowercase letters or digits.)
106
106
  """
107
107
  __args__ = dict()
@@ -137,7 +137,7 @@ def get_policies_for_target_output(filter: Optional[pulumi.Input[_builtins.str]]
137
137
  ```
138
138
 
139
139
 
140
- :param _builtins.str filter: Must supply one of the 5 different policy filters for a target (AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY)
140
+ :param _builtins.str filter: Must supply one of the 7 different policy filters for a target (AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | CHATBOT_POLICY | DECLARATIVE_POLICY_EC2 | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY)
141
141
  :param _builtins.str target_id: The root (string that begins with "r-" followed by 4-32 lowercase letters or digits), account (12 digit string), or Organizational Unit (string starting with "ou-" followed by 4-32 lowercase letters or digits. This string is followed by a second "-" dash and from 8-32 additional lowercase letters or digits.)
142
142
  """
143
143
  __args__ = dict()
@@ -109,7 +109,7 @@ class GetPolicyResult:
109
109
  @pulumi.getter
110
110
  def type(self) -> _builtins.str:
111
111
  """
112
- The type of policy values can be `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
112
+ The type of policy values can be `AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | CHATBOT_POLICY | DECLARATIVE_POLICY_EC2 | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY`
113
113
  """
114
114
  return pulumi.get(self, "type")
115
115
 
@@ -27,7 +27,7 @@ class OrganizationArgs:
27
27
  """
28
28
  The set of arguments for constructing a Organization resource.
29
29
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] aws_service_access_principals: List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).
30
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
30
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
31
31
  :param pulumi.Input[_builtins.str] feature_set: Specify `ALL` (default) or `CONSOLIDATED_BILLING`.
32
32
  """
33
33
  if aws_service_access_principals is not None:
@@ -53,7 +53,7 @@ class OrganizationArgs:
53
53
  @pulumi.getter(name="enabledPolicyTypes")
54
54
  def enabled_policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
55
55
  """
56
- List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
56
+ List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
57
57
  """
58
58
  return pulumi.get(self, "enabled_policy_types")
59
59
 
@@ -93,7 +93,7 @@ class _OrganizationState:
93
93
  :param pulumi.Input[Sequence[pulumi.Input['OrganizationAccountArgs']]] accounts: List of organization accounts including the master account. For a list excluding the master account, see the `non_master_accounts` attribute. All elements have these attributes:
94
94
  :param pulumi.Input[_builtins.str] arn: ARN of the root.
95
95
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] aws_service_access_principals: List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).
96
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
96
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
97
97
  :param pulumi.Input[_builtins.str] feature_set: Specify `ALL` (default) or `CONSOLIDATED_BILLING`.
98
98
  :param pulumi.Input[_builtins.str] master_account_arn: ARN of the master account.
99
99
  :param pulumi.Input[_builtins.str] master_account_email: Email address of the master account.
@@ -165,7 +165,7 @@ class _OrganizationState:
165
165
  @pulumi.getter(name="enabledPolicyTypes")
166
166
  def enabled_policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
167
167
  """
168
- List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
168
+ List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
169
169
  """
170
170
  return pulumi.get(self, "enabled_policy_types")
171
171
 
@@ -310,7 +310,7 @@ class Organization(pulumi.CustomResource):
310
310
  :param str resource_name: The name of the resource.
311
311
  :param pulumi.ResourceOptions opts: Options for the resource.
312
312
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] aws_service_access_principals: List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).
313
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
313
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
314
314
  :param pulumi.Input[_builtins.str] feature_set: Specify `ALL` (default) or `CONSOLIDATED_BILLING`.
315
315
  """
316
316
  ...
@@ -427,7 +427,7 @@ class Organization(pulumi.CustomResource):
427
427
  :param pulumi.Input[Sequence[pulumi.Input[Union['OrganizationAccountArgs', 'OrganizationAccountArgsDict']]]] accounts: List of organization accounts including the master account. For a list excluding the master account, see the `non_master_accounts` attribute. All elements have these attributes:
428
428
  :param pulumi.Input[_builtins.str] arn: ARN of the root.
429
429
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] aws_service_access_principals: List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).
430
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
430
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_policy_types: List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
431
431
  :param pulumi.Input[_builtins.str] feature_set: Specify `ALL` (default) or `CONSOLIDATED_BILLING`.
432
432
  :param pulumi.Input[_builtins.str] master_account_arn: ARN of the master account.
433
433
  :param pulumi.Input[_builtins.str] master_account_email: Email address of the master account.
@@ -481,7 +481,7 @@ class Organization(pulumi.CustomResource):
481
481
  @pulumi.getter(name="enabledPolicyTypes")
482
482
  def enabled_policy_types(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
483
483
  """
484
- List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
484
+ List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`, `RESOURCE_CONTROL_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).
485
485
  """
486
486
  return pulumi.get(self, "enabled_policy_types")
487
487
 
@@ -29,6 +29,10 @@ class PolicyArgs:
29
29
  The set of arguments for constructing a Policy resource.
30
30
  :param pulumi.Input[_builtins.str] content: The policy content to add to the new policy.
31
31
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
32
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
33
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
34
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
35
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
32
36
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
33
37
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
34
38
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -36,7 +40,7 @@ class PolicyArgs:
36
40
  :param pulumi.Input[_builtins.str] name: The friendly name to assign to the policy.
37
41
  :param pulumi.Input[_builtins.bool] skip_destroy: If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.
38
42
  :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.
39
- :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
43
+ :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
40
44
  """
41
45
  pulumi.set(__self__, "content", content)
42
46
  if description is not None:
@@ -56,6 +60,10 @@ class PolicyArgs:
56
60
  """
57
61
  The policy content to add to the new policy.
58
62
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
63
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
64
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
65
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
66
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
59
67
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
60
68
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
61
69
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -118,7 +126,7 @@ class PolicyArgs:
118
126
  @pulumi.getter
119
127
  def type(self) -> Optional[pulumi.Input[_builtins.str]]:
120
128
  """
121
- The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
129
+ The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
122
130
  """
123
131
  return pulumi.get(self, "type")
124
132
 
@@ -143,6 +151,10 @@ class _PolicyState:
143
151
  :param pulumi.Input[_builtins.str] arn: Amazon Resource Name (ARN) of the policy.
144
152
  :param pulumi.Input[_builtins.str] content: The policy content to add to the new policy.
145
153
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
154
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
155
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
156
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
157
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
146
158
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
147
159
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
148
160
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -151,7 +163,7 @@ class _PolicyState:
151
163
  :param pulumi.Input[_builtins.bool] skip_destroy: If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.
152
164
  :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.
153
165
  :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.
154
- :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
166
+ :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
155
167
  """
156
168
  if arn is not None:
157
169
  pulumi.set(__self__, "arn", arn)
@@ -188,6 +200,10 @@ class _PolicyState:
188
200
  """
189
201
  The policy content to add to the new policy.
190
202
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
203
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
204
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
205
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
206
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
191
207
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
192
208
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
193
209
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -262,7 +278,7 @@ class _PolicyState:
262
278
  @pulumi.getter
263
279
  def type(self) -> Optional[pulumi.Input[_builtins.str]]:
264
280
  """
265
- The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
281
+ The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
266
282
  """
267
283
  return pulumi.get(self, "type")
268
284
 
@@ -315,6 +331,10 @@ class Policy(pulumi.CustomResource):
315
331
  :param pulumi.ResourceOptions opts: Options for the resource.
316
332
  :param pulumi.Input[_builtins.str] content: The policy content to add to the new policy.
317
333
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
334
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
335
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
336
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
337
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
318
338
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
319
339
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
320
340
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -322,7 +342,7 @@ class Policy(pulumi.CustomResource):
322
342
  :param pulumi.Input[_builtins.str] name: The friendly name to assign to the policy.
323
343
  :param pulumi.Input[_builtins.bool] skip_destroy: If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.
324
344
  :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.
325
- :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
345
+ :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
326
346
  """
327
347
  ...
328
348
  @overload
@@ -425,6 +445,10 @@ class Policy(pulumi.CustomResource):
425
445
  :param pulumi.Input[_builtins.str] arn: Amazon Resource Name (ARN) of the policy.
426
446
  :param pulumi.Input[_builtins.str] content: The policy content to add to the new policy.
427
447
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
448
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
449
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
450
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
451
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
428
452
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
429
453
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
430
454
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -433,7 +457,7 @@ class Policy(pulumi.CustomResource):
433
457
  :param pulumi.Input[_builtins.bool] skip_destroy: If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.
434
458
  :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.
435
459
  :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.
436
- :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
460
+ :param pulumi.Input[_builtins.str] type: The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
437
461
  """
438
462
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
439
463
 
@@ -463,6 +487,10 @@ class Policy(pulumi.CustomResource):
463
487
  """
464
488
  The policy content to add to the new policy.
465
489
  For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles.
490
+ For more information about the AI Services opt-out Policy syntax, see the [AI Services opt-out Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out_syntax.html).
491
+ For more information about the Backup Policy syntax, see the [Backup Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup_syntax.html).
492
+ For more information about the Chatbot Policy syntax, see the [Chatbot Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot_syntax.html).
493
+ For more information about the Declarative Policy syntax, see the [Declarative Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_syntax.html).
466
494
  For more information about the RCP syntax, see the [Resource Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps_syntax.html).
467
495
  For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html).
468
496
  For more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).
@@ -513,7 +541,7 @@ class Policy(pulumi.CustomResource):
513
541
  @pulumi.getter
514
542
  def type(self) -> pulumi.Output[Optional[_builtins.str]]:
515
543
  """
516
- The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
544
+ The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `CHATBOT_POLICY`, `DECLARATIVE_POLICY_EC2`,`RESOURCE_CONTROL_POLICY` (RCP), `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.
517
545
  """
518
546
  return pulumi.get(self, "type")
519
547
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aws",
4
- "version": "7.11.1"
4
+ "version": "7.12.0"
5
5
  }