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
@@ -40,6 +40,7 @@ class ReplicationGroupArgs:
40
40
  maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
41
41
  multi_az_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
42
42
  network_type: Optional[pulumi.Input[_builtins.str]] = None,
43
+ node_group_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]] = None,
43
44
  node_type: Optional[pulumi.Input[_builtins.str]] = None,
44
45
  notification_topic_arn: Optional[pulumi.Input[_builtins.str]] = None,
45
46
  num_cache_clusters: Optional[pulumi.Input[_builtins.int]] = None,
@@ -95,6 +96,7 @@ class ReplicationGroupArgs:
95
96
  If `true`, `automatic_failover_enabled` must also be enabled.
96
97
  Defaults to `false`.
97
98
  :param pulumi.Input[_builtins.str] network_type: The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.
99
+ :param pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]] node_group_configurations: Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
98
100
  :param pulumi.Input[_builtins.str] node_type: Instance class to be used.
99
101
  See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).
100
102
  Required unless `global_replication_group_id` is set.
@@ -174,6 +176,8 @@ class ReplicationGroupArgs:
174
176
  pulumi.set(__self__, "multi_az_enabled", multi_az_enabled)
175
177
  if network_type is not None:
176
178
  pulumi.set(__self__, "network_type", network_type)
179
+ if node_group_configurations is not None:
180
+ pulumi.set(__self__, "node_group_configurations", node_group_configurations)
177
181
  if node_type is not None:
178
182
  pulumi.set(__self__, "node_type", node_type)
179
183
  if notification_topic_arn is not None:
@@ -458,6 +462,18 @@ class ReplicationGroupArgs:
458
462
  def network_type(self, value: Optional[pulumi.Input[_builtins.str]]):
459
463
  pulumi.set(self, "network_type", value)
460
464
 
465
+ @_builtins.property
466
+ @pulumi.getter(name="nodeGroupConfigurations")
467
+ def node_group_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]]:
468
+ """
469
+ Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
470
+ """
471
+ return pulumi.get(self, "node_group_configurations")
472
+
473
+ @node_group_configurations.setter
474
+ def node_group_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]]):
475
+ pulumi.set(self, "node_group_configurations", value)
476
+
461
477
  @_builtins.property
462
478
  @pulumi.getter(name="nodeType")
463
479
  def node_type(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -758,6 +774,7 @@ class _ReplicationGroupState:
758
774
  member_clusters: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
759
775
  multi_az_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
760
776
  network_type: Optional[pulumi.Input[_builtins.str]] = None,
777
+ node_group_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]] = None,
761
778
  node_type: Optional[pulumi.Input[_builtins.str]] = None,
762
779
  notification_topic_arn: Optional[pulumi.Input[_builtins.str]] = None,
763
780
  num_cache_clusters: Optional[pulumi.Input[_builtins.int]] = None,
@@ -821,6 +838,7 @@ class _ReplicationGroupState:
821
838
  If `true`, `automatic_failover_enabled` must also be enabled.
822
839
  Defaults to `false`.
823
840
  :param pulumi.Input[_builtins.str] network_type: The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.
841
+ :param pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]] node_group_configurations: Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
824
842
  :param pulumi.Input[_builtins.str] node_type: Instance class to be used.
825
843
  See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).
826
844
  Required unless `global_replication_group_id` is set.
@@ -914,6 +932,8 @@ class _ReplicationGroupState:
914
932
  pulumi.set(__self__, "multi_az_enabled", multi_az_enabled)
915
933
  if network_type is not None:
916
934
  pulumi.set(__self__, "network_type", network_type)
935
+ if node_group_configurations is not None:
936
+ pulumi.set(__self__, "node_group_configurations", node_group_configurations)
917
937
  if node_type is not None:
918
938
  pulumi.set(__self__, "node_type", node_type)
919
939
  if notification_topic_arn is not None:
@@ -1264,6 +1284,18 @@ class _ReplicationGroupState:
1264
1284
  def network_type(self, value: Optional[pulumi.Input[_builtins.str]]):
1265
1285
  pulumi.set(self, "network_type", value)
1266
1286
 
1287
+ @_builtins.property
1288
+ @pulumi.getter(name="nodeGroupConfigurations")
1289
+ def node_group_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]]:
1290
+ """
1291
+ Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
1292
+ """
1293
+ return pulumi.get(self, "node_group_configurations")
1294
+
1295
+ @node_group_configurations.setter
1296
+ def node_group_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicationGroupNodeGroupConfigurationArgs']]]]):
1297
+ pulumi.set(self, "node_group_configurations", value)
1298
+
1267
1299
  @_builtins.property
1268
1300
  @pulumi.getter(name="nodeType")
1269
1301
  def node_type(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -1598,6 +1630,7 @@ class ReplicationGroup(pulumi.CustomResource):
1598
1630
  maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
1599
1631
  multi_az_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
1600
1632
  network_type: Optional[pulumi.Input[_builtins.str]] = None,
1633
+ node_group_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReplicationGroupNodeGroupConfigurationArgs', 'ReplicationGroupNodeGroupConfigurationArgsDict']]]]] = None,
1601
1634
  node_type: Optional[pulumi.Input[_builtins.str]] = None,
1602
1635
  notification_topic_arn: Optional[pulumi.Input[_builtins.str]] = None,
1603
1636
  num_cache_clusters: Optional[pulumi.Input[_builtins.int]] = None,
@@ -1713,6 +1746,40 @@ class ReplicationGroup(pulumi.CustomResource):
1713
1746
  replicas_per_node_group=1)
1714
1747
  ```
1715
1748
 
1749
+ ### Redis OSS/Valkey Cluster Mode Enabled with Node Group Configuration
1750
+
1751
+ To create a cluster with specific availability zone placement and keyspace distribution:
1752
+
1753
+ ```python
1754
+ import pulumi
1755
+ import pulumi_aws as aws
1756
+
1757
+ example = aws.elasticache.ReplicationGroup("example",
1758
+ replication_group_id="tf-redis-cluster",
1759
+ description="example description",
1760
+ node_type="cache.t2.small",
1761
+ port=6379,
1762
+ parameter_group_name="default.redis3.2.cluster.on",
1763
+ automatic_failover_enabled=True,
1764
+ num_node_groups=2,
1765
+ node_group_configurations=[
1766
+ {
1767
+ "node_group_id": "0001",
1768
+ "primary_availability_zone": "us-west-2a",
1769
+ "replica_availability_zones": ["us-west-2b"],
1770
+ "replica_count": 1,
1771
+ "slots": "0-8191",
1772
+ },
1773
+ {
1774
+ "node_group_id": "0002",
1775
+ "primary_availability_zone": "us-west-2b",
1776
+ "replica_availability_zones": ["us-west-2a"],
1777
+ "replica_count": 1,
1778
+ "slots": "8192-16383",
1779
+ },
1780
+ ])
1781
+ ```
1782
+
1716
1783
  ### Redis Log Delivery configuration
1717
1784
 
1718
1785
  ```python
@@ -1840,6 +1907,7 @@ class ReplicationGroup(pulumi.CustomResource):
1840
1907
  If `true`, `automatic_failover_enabled` must also be enabled.
1841
1908
  Defaults to `false`.
1842
1909
  :param pulumi.Input[_builtins.str] network_type: The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.
1910
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ReplicationGroupNodeGroupConfigurationArgs', 'ReplicationGroupNodeGroupConfigurationArgsDict']]]] node_group_configurations: Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
1843
1911
  :param pulumi.Input[_builtins.str] node_type: Instance class to be used.
1844
1912
  See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).
1845
1913
  Required unless `global_replication_group_id` is set.
@@ -1981,6 +2049,40 @@ class ReplicationGroup(pulumi.CustomResource):
1981
2049
  replicas_per_node_group=1)
1982
2050
  ```
1983
2051
 
2052
+ ### Redis OSS/Valkey Cluster Mode Enabled with Node Group Configuration
2053
+
2054
+ To create a cluster with specific availability zone placement and keyspace distribution:
2055
+
2056
+ ```python
2057
+ import pulumi
2058
+ import pulumi_aws as aws
2059
+
2060
+ example = aws.elasticache.ReplicationGroup("example",
2061
+ replication_group_id="tf-redis-cluster",
2062
+ description="example description",
2063
+ node_type="cache.t2.small",
2064
+ port=6379,
2065
+ parameter_group_name="default.redis3.2.cluster.on",
2066
+ automatic_failover_enabled=True,
2067
+ num_node_groups=2,
2068
+ node_group_configurations=[
2069
+ {
2070
+ "node_group_id": "0001",
2071
+ "primary_availability_zone": "us-west-2a",
2072
+ "replica_availability_zones": ["us-west-2b"],
2073
+ "replica_count": 1,
2074
+ "slots": "0-8191",
2075
+ },
2076
+ {
2077
+ "node_group_id": "0002",
2078
+ "primary_availability_zone": "us-west-2b",
2079
+ "replica_availability_zones": ["us-west-2a"],
2080
+ "replica_count": 1,
2081
+ "slots": "8192-16383",
2082
+ },
2083
+ ])
2084
+ ```
2085
+
1984
2086
  ### Redis Log Delivery configuration
1985
2087
 
1986
2088
  ```python
@@ -2108,6 +2210,7 @@ class ReplicationGroup(pulumi.CustomResource):
2108
2210
  maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
2109
2211
  multi_az_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
2110
2212
  network_type: Optional[pulumi.Input[_builtins.str]] = None,
2213
+ node_group_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReplicationGroupNodeGroupConfigurationArgs', 'ReplicationGroupNodeGroupConfigurationArgsDict']]]]] = None,
2111
2214
  node_type: Optional[pulumi.Input[_builtins.str]] = None,
2112
2215
  notification_topic_arn: Optional[pulumi.Input[_builtins.str]] = None,
2113
2216
  num_cache_clusters: Optional[pulumi.Input[_builtins.int]] = None,
@@ -2159,6 +2262,7 @@ class ReplicationGroup(pulumi.CustomResource):
2159
2262
  __props__.__dict__["maintenance_window"] = maintenance_window
2160
2263
  __props__.__dict__["multi_az_enabled"] = multi_az_enabled
2161
2264
  __props__.__dict__["network_type"] = network_type
2265
+ __props__.__dict__["node_group_configurations"] = node_group_configurations
2162
2266
  __props__.__dict__["node_type"] = node_type
2163
2267
  __props__.__dict__["notification_topic_arn"] = notification_topic_arn
2164
2268
  __props__.__dict__["num_cache_clusters"] = num_cache_clusters
@@ -2224,6 +2328,7 @@ class ReplicationGroup(pulumi.CustomResource):
2224
2328
  member_clusters: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2225
2329
  multi_az_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
2226
2330
  network_type: Optional[pulumi.Input[_builtins.str]] = None,
2331
+ node_group_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReplicationGroupNodeGroupConfigurationArgs', 'ReplicationGroupNodeGroupConfigurationArgsDict']]]]] = None,
2227
2332
  node_type: Optional[pulumi.Input[_builtins.str]] = None,
2228
2333
  notification_topic_arn: Optional[pulumi.Input[_builtins.str]] = None,
2229
2334
  num_cache_clusters: Optional[pulumi.Input[_builtins.int]] = None,
@@ -2292,6 +2397,7 @@ class ReplicationGroup(pulumi.CustomResource):
2292
2397
  If `true`, `automatic_failover_enabled` must also be enabled.
2293
2398
  Defaults to `false`.
2294
2399
  :param pulumi.Input[_builtins.str] network_type: The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.
2400
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ReplicationGroupNodeGroupConfigurationArgs', 'ReplicationGroupNodeGroupConfigurationArgsDict']]]] node_group_configurations: Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
2295
2401
  :param pulumi.Input[_builtins.str] node_type: Instance class to be used.
2296
2402
  See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).
2297
2403
  Required unless `global_replication_group_id` is set.
@@ -2365,6 +2471,7 @@ class ReplicationGroup(pulumi.CustomResource):
2365
2471
  __props__.__dict__["member_clusters"] = member_clusters
2366
2472
  __props__.__dict__["multi_az_enabled"] = multi_az_enabled
2367
2473
  __props__.__dict__["network_type"] = network_type
2474
+ __props__.__dict__["node_group_configurations"] = node_group_configurations
2368
2475
  __props__.__dict__["node_type"] = node_type
2369
2476
  __props__.__dict__["notification_topic_arn"] = notification_topic_arn
2370
2477
  __props__.__dict__["num_cache_clusters"] = num_cache_clusters
@@ -2596,6 +2703,14 @@ class ReplicationGroup(pulumi.CustomResource):
2596
2703
  """
2597
2704
  return pulumi.get(self, "network_type")
2598
2705
 
2706
+ @_builtins.property
2707
+ @pulumi.getter(name="nodeGroupConfigurations")
2708
+ def node_group_configurations(self) -> pulumi.Output[Sequence['outputs.ReplicationGroupNodeGroupConfiguration']]:
2709
+ """
2710
+ Configuration block for node groups (shards). Can be specified only if `num_node_groups` is set. Conflicts with `preferred_cache_cluster_azs`. See Node Group Configuration below for more details.
2711
+ """
2712
+ return pulumi.get(self, "node_group_configurations")
2713
+
2599
2714
  @_builtins.property
2600
2715
  @pulumi.getter(name="nodeType")
2601
2716
  def node_type(self) -> pulumi.Output[_builtins.str]:
@@ -398,6 +398,20 @@ class ReservedCacheNode(pulumi.CustomResource):
398
398
 
399
399
  ## Example Usage
400
400
 
401
+ ```python
402
+ import pulumi
403
+ import pulumi_aws as aws
404
+
405
+ example = aws.elasticache.get_reserved_cache_node_offering(cache_node_type="cache.t4g.small",
406
+ duration="P1Y",
407
+ offering_type="No Upfront",
408
+ product_description="redis")
409
+ example_reserved_cache_node = aws.elasticache.ReservedCacheNode("example",
410
+ reserved_cache_nodes_offering_id=example.offering_id,
411
+ id="optionalCustomReservationID",
412
+ cache_node_count=3)
413
+ ```
414
+
401
415
  ## Import
402
416
 
403
417
  Using `pulumi import`, import ElastiCache Reserved Cache Node using the `id`. For example:
@@ -432,6 +446,20 @@ class ReservedCacheNode(pulumi.CustomResource):
432
446
 
433
447
  ## Example Usage
434
448
 
449
+ ```python
450
+ import pulumi
451
+ import pulumi_aws as aws
452
+
453
+ example = aws.elasticache.get_reserved_cache_node_offering(cache_node_type="cache.t4g.small",
454
+ duration="P1Y",
455
+ offering_type="No Upfront",
456
+ product_description="redis")
457
+ example_reserved_cache_node = aws.elasticache.ReservedCacheNode("example",
458
+ reserved_cache_nodes_offering_id=example.offering_id,
459
+ id="optionalCustomReservationID",
460
+ cache_node_count=3)
461
+ ```
462
+
435
463
  ## Import
436
464
 
437
465
  Using `pulumi import`, import ElastiCache Reserved Cache Node using the `id`. For example:
@@ -860,6 +860,44 @@ class KxCluster(pulumi.CustomResource):
860
860
 
861
861
  ### Basic Usage
862
862
 
863
+ ```python
864
+ import pulumi
865
+ import pulumi_aws as aws
866
+
867
+ example = aws.finspace.KxCluster("example",
868
+ name="my-tf-kx-cluster",
869
+ environment_id=example_aws_finspace_kx_environment["id"],
870
+ type="HDB",
871
+ release_label="1.0",
872
+ az_mode="SINGLE",
873
+ availability_zone_id="use1-az2",
874
+ capacity_configuration={
875
+ "node_type": "kx.s.2xlarge",
876
+ "node_count": 2,
877
+ },
878
+ vpc_configuration={
879
+ "vpc_id": test["id"],
880
+ "security_group_ids": [example_aws_security_group["id"]],
881
+ "subnet_ids": [example_aws_subnet["id"]],
882
+ "ip_address_type": "IP_V4",
883
+ },
884
+ cache_storage_configurations=[{
885
+ "type": "CACHE_1000",
886
+ "size": 1200,
887
+ }],
888
+ databases=[{
889
+ "database_name": example_aws_finspace_kx_database["name"],
890
+ "cache_configuration": [{
891
+ "cacheType": "CACHE_1000",
892
+ "dbPaths": "/",
893
+ }],
894
+ }],
895
+ code={
896
+ "s3_bucket": test_aws_s3_bucket["id"],
897
+ "s3_key": object["key"],
898
+ })
899
+ ```
900
+
863
901
  ## Import
864
902
 
865
903
  Using `pulumi import`, import an AWS FinSpace Kx Cluster using the `id` (environment ID and cluster name, comma-delimited). For example:
@@ -914,6 +952,44 @@ class KxCluster(pulumi.CustomResource):
914
952
 
915
953
  ### Basic Usage
916
954
 
955
+ ```python
956
+ import pulumi
957
+ import pulumi_aws as aws
958
+
959
+ example = aws.finspace.KxCluster("example",
960
+ name="my-tf-kx-cluster",
961
+ environment_id=example_aws_finspace_kx_environment["id"],
962
+ type="HDB",
963
+ release_label="1.0",
964
+ az_mode="SINGLE",
965
+ availability_zone_id="use1-az2",
966
+ capacity_configuration={
967
+ "node_type": "kx.s.2xlarge",
968
+ "node_count": 2,
969
+ },
970
+ vpc_configuration={
971
+ "vpc_id": test["id"],
972
+ "security_group_ids": [example_aws_security_group["id"]],
973
+ "subnet_ids": [example_aws_subnet["id"]],
974
+ "ip_address_type": "IP_V4",
975
+ },
976
+ cache_storage_configurations=[{
977
+ "type": "CACHE_1000",
978
+ "size": 1200,
979
+ }],
980
+ databases=[{
981
+ "database_name": example_aws_finspace_kx_database["name"],
982
+ "cache_configuration": [{
983
+ "cacheType": "CACHE_1000",
984
+ "dbPaths": "/",
985
+ }],
986
+ }],
987
+ code={
988
+ "s3_bucket": test_aws_s3_bucket["id"],
989
+ "s3_key": object["key"],
990
+ })
991
+ ```
992
+
917
993
  ## Import
918
994
 
919
995
  Using `pulumi import`, import an AWS FinSpace Kx Cluster using the `id` (environment ID and cluster name, comma-delimited). For example:
@@ -8,5 +8,6 @@ import typing
8
8
  # Export this package's modules as members:
9
9
  from .experiment_template import *
10
10
  from .get_experiment_templates import *
11
+ from .target_account_configuration import *
11
12
  from ._inputs import *
12
13
  from . import outputs