pulumi-aws-native 1.38.0a1761631437__py3-none-any.whl → 1.39.0a1762376209__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 (116) hide show
  1. pulumi_aws_native/__init__.py +19 -1
  2. pulumi_aws_native/amazonmq/_enums.py +4 -12
  3. pulumi_aws_native/amazonmq/_inputs.py +21 -91
  4. pulumi_aws_native/amazonmq/broker.py +56 -67
  5. pulumi_aws_native/amazonmq/get_broker.py +6 -13
  6. pulumi_aws_native/amazonmq/outputs.py +14 -54
  7. pulumi_aws_native/appstream/get_image_builder.py +0 -4
  8. pulumi_aws_native/appstream/image_builder.py +0 -16
  9. pulumi_aws_native/aps/_inputs.py +58 -0
  10. pulumi_aws_native/aps/outputs.py +36 -0
  11. pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
  12. pulumi_aws_native/arcregionswitch/plan.py +0 -3
  13. pulumi_aws_native/batch/_inputs.py +34 -0
  14. pulumi_aws_native/batch/job_definition.py +29 -0
  15. pulumi_aws_native/batch/outputs.py +37 -0
  16. pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
  17. pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
  18. pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
  19. pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
  20. pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
  21. pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
  22. pulumi_aws_native/ce/_enums.py +3 -0
  23. pulumi_aws_native/cleanrooms/configured_table.py +4 -4
  24. pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
  25. pulumi_aws_native/cognito/__init__.py +2 -0
  26. pulumi_aws_native/cognito/_enums.py +12 -0
  27. pulumi_aws_native/cognito/get_terms.py +117 -0
  28. pulumi_aws_native/cognito/terms.py +236 -0
  29. pulumi_aws_native/connectcampaignsv2/_inputs.py +28 -0
  30. pulumi_aws_native/connectcampaignsv2/outputs.py +16 -0
  31. pulumi_aws_native/datazone/_inputs.py +81 -0
  32. pulumi_aws_native/datazone/connection.py +83 -26
  33. pulumi_aws_native/datazone/outputs.py +84 -0
  34. pulumi_aws_native/ec2/__init__.py +2 -0
  35. pulumi_aws_native/ec2/_enums.py +19 -0
  36. pulumi_aws_native/ec2/_inputs.py +15 -12
  37. pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
  38. pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
  39. pulumi_aws_native/ec2/get_volume.py +37 -15
  40. pulumi_aws_native/ec2/outputs.py +10 -8
  41. pulumi_aws_native/ec2/volume.py +115 -74
  42. pulumi_aws_native/ecs/_enums.py +23 -0
  43. pulumi_aws_native/ecs/_inputs.py +230 -23
  44. pulumi_aws_native/ecs/outputs.py +195 -15
  45. pulumi_aws_native/eks/_enums.py +11 -0
  46. pulumi_aws_native/eks/_inputs.py +199 -1
  47. pulumi_aws_native/eks/get_nodegroup.py +1 -0
  48. pulumi_aws_native/eks/nodegroup.py +1 -0
  49. pulumi_aws_native/eks/outputs.py +169 -1
  50. pulumi_aws_native/elasticloadbalancingv2/_inputs.py +12 -12
  51. pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
  52. pulumi_aws_native/elasticloadbalancingv2/outputs.py +8 -8
  53. pulumi_aws_native/glue/__init__.py +2 -0
  54. pulumi_aws_native/glue/_inputs.py +134 -0
  55. pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
  56. pulumi_aws_native/glue/integration_resource_property.py +229 -0
  57. pulumi_aws_native/glue/outputs.py +122 -0
  58. pulumi_aws_native/imagebuilder/_inputs.py +37 -0
  59. pulumi_aws_native/imagebuilder/image.py +29 -0
  60. pulumi_aws_native/imagebuilder/outputs.py +40 -0
  61. pulumi_aws_native/kendra/_inputs.py +21 -21
  62. pulumi_aws_native/kendra/outputs.py +14 -14
  63. pulumi_aws_native/mediapackagev2/_inputs.py +7 -0
  64. pulumi_aws_native/mediapackagev2/outputs.py +4 -0
  65. pulumi_aws_native/networkfirewall/_enums.py +2 -0
  66. pulumi_aws_native/networkfirewall/_inputs.py +20 -0
  67. pulumi_aws_native/networkfirewall/firewall.py +10 -0
  68. pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
  69. pulumi_aws_native/networkfirewall/outputs.py +14 -0
  70. pulumi_aws_native/pulumi-plugin.json +1 -1
  71. pulumi_aws_native/qbusiness/_inputs.py +3 -3
  72. pulumi_aws_native/qbusiness/application.py +4 -4
  73. pulumi_aws_native/qbusiness/outputs.py +2 -2
  74. pulumi_aws_native/quicksight/_inputs.py +9 -9
  75. pulumi_aws_native/quicksight/outputs.py +6 -6
  76. pulumi_aws_native/rtbfabric/__init__.py +2 -0
  77. pulumi_aws_native/rtbfabric/_enums.py +44 -0
  78. pulumi_aws_native/rtbfabric/_inputs.py +330 -0
  79. pulumi_aws_native/rtbfabric/get_link.py +199 -0
  80. pulumi_aws_native/rtbfabric/get_requester_gateway.py +15 -0
  81. pulumi_aws_native/rtbfabric/get_responder_gateway.py +30 -0
  82. pulumi_aws_native/rtbfabric/link.py +344 -0
  83. pulumi_aws_native/rtbfabric/outputs.py +306 -0
  84. pulumi_aws_native/rtbfabric/requester_gateway.py +40 -0
  85. pulumi_aws_native/rtbfabric/responder_gateway.py +80 -0
  86. pulumi_aws_native/s3/_enums.py +1 -1
  87. pulumi_aws_native/s3/_inputs.py +11 -5
  88. pulumi_aws_native/s3/outputs.py +10 -4
  89. pulumi_aws_native/s3vectors/__init__.py +17 -0
  90. pulumi_aws_native/s3vectors/_enums.py +39 -0
  91. pulumi_aws_native/s3vectors/_inputs.py +138 -0
  92. pulumi_aws_native/s3vectors/get_index.py +99 -0
  93. pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
  94. pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
  95. pulumi_aws_native/s3vectors/index.py +367 -0
  96. pulumi_aws_native/s3vectors/outputs.py +129 -0
  97. pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
  98. pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
  99. pulumi_aws_native/sagemaker/_enums.py +2 -171
  100. pulumi_aws_native/sagemaker/_inputs.py +17 -5
  101. pulumi_aws_native/sagemaker/outputs.py +11 -3
  102. pulumi_aws_native/sso/_enums.py +1 -1
  103. pulumi_aws_native/sso/assignment.py +8 -8
  104. pulumi_aws_native/transfer/_enums.py +15 -0
  105. pulumi_aws_native/transfer/_inputs.py +86 -0
  106. pulumi_aws_native/transfer/connector.py +86 -19
  107. pulumi_aws_native/transfer/get_connector.py +43 -1
  108. pulumi_aws_native/transfer/outputs.py +86 -0
  109. pulumi_aws_native/wafv2/_inputs.py +72 -0
  110. pulumi_aws_native/wafv2/get_web_acl.py +15 -1
  111. pulumi_aws_native/wafv2/outputs.py +45 -0
  112. pulumi_aws_native/wafv2/web_acl.py +29 -0
  113. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/METADATA +1 -1
  114. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/RECORD +116 -96
  115. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/WHEEL +0 -0
  116. {pulumi_aws_native-1.38.0a1761631437.dist-info → pulumi_aws_native-1.39.0a1762376209.dist-info}/top_level.txt +0 -0
@@ -421,6 +421,8 @@ if typing.TYPE_CHECKING:
421
421
  s3outposts = __s3outposts
422
422
  import pulumi_aws_native.s3tables as __s3tables
423
423
  s3tables = __s3tables
424
+ import pulumi_aws_native.s3vectors as __s3vectors
425
+ s3vectors = __s3vectors
424
426
  import pulumi_aws_native.sagemaker as __sagemaker
425
427
  sagemaker = __sagemaker
426
428
  import pulumi_aws_native.scheduler as __scheduler
@@ -693,6 +695,7 @@ else:
693
695
  s3objectlambda = _utilities.lazy_import('pulumi_aws_native.s3objectlambda')
694
696
  s3outposts = _utilities.lazy_import('pulumi_aws_native.s3outposts')
695
697
  s3tables = _utilities.lazy_import('pulumi_aws_native.s3tables')
698
+ s3vectors = _utilities.lazy_import('pulumi_aws_native.s3vectors')
696
699
  sagemaker = _utilities.lazy_import('pulumi_aws_native.sagemaker')
697
700
  scheduler = _utilities.lazy_import('pulumi_aws_native.scheduler')
698
701
  secretsmanager = _utilities.lazy_import('pulumi_aws_native.secretsmanager')
@@ -1086,7 +1089,8 @@ _utilities.register(
1086
1089
  "aws-native:bedrockagentcore:GatewayTarget": "GatewayTarget",
1087
1090
  "aws-native:bedrockagentcore:Memory": "Memory",
1088
1091
  "aws-native:bedrockagentcore:Runtime": "Runtime",
1089
- "aws-native:bedrockagentcore:RuntimeEndpoint": "RuntimeEndpoint"
1092
+ "aws-native:bedrockagentcore:RuntimeEndpoint": "RuntimeEndpoint",
1093
+ "aws-native:bedrockagentcore:WorkloadIdentity": "WorkloadIdentity"
1090
1094
  }
1091
1095
  },
1092
1096
  {
@@ -1323,6 +1327,7 @@ _utilities.register(
1323
1327
  "aws-native:cognito:IdentityPoolRoleAttachment": "IdentityPoolRoleAttachment",
1324
1328
  "aws-native:cognito:LogDeliveryConfiguration": "LogDeliveryConfiguration",
1325
1329
  "aws-native:cognito:ManagedLoginBranding": "ManagedLoginBranding",
1330
+ "aws-native:cognito:Terms": "Terms",
1326
1331
  "aws-native:cognito:UserPool": "UserPool",
1327
1332
  "aws-native:cognito:UserPoolClient": "UserPoolClient",
1328
1333
  "aws-native:cognito:UserPoolDomain": "UserPoolDomain",
@@ -1598,6 +1603,7 @@ _utilities.register(
1598
1603
  "mod": "ec2",
1599
1604
  "fqn": "pulumi_aws_native.ec2",
1600
1605
  "classes": {
1606
+ "aws-native:ec2:CapacityManagerDataExport": "CapacityManagerDataExport",
1601
1607
  "aws-native:ec2:CapacityReservation": "CapacityReservation",
1602
1608
  "aws-native:ec2:CapacityReservationFleet": "CapacityReservationFleet",
1603
1609
  "aws-native:ec2:CarrierGateway": "CarrierGateway",
@@ -1975,6 +1981,7 @@ _utilities.register(
1975
1981
  "classes": {
1976
1982
  "aws-native:glue:Crawler": "Crawler",
1977
1983
  "aws-native:glue:Database": "Database",
1984
+ "aws-native:glue:IntegrationResourceProperty": "IntegrationResourceProperty",
1978
1985
  "aws-native:glue:Job": "Job",
1979
1986
  "aws-native:glue:Registry": "Registry",
1980
1987
  "aws-native:glue:Schema": "Schema",
@@ -3096,6 +3103,7 @@ _utilities.register(
3096
3103
  "mod": "rtbfabric",
3097
3104
  "fqn": "pulumi_aws_native.rtbfabric",
3098
3105
  "classes": {
3106
+ "aws-native:rtbfabric:Link": "Link",
3099
3107
  "aws-native:rtbfabric:RequesterGateway": "RequesterGateway",
3100
3108
  "aws-native:rtbfabric:ResponderGateway": "ResponderGateway"
3101
3109
  }
@@ -3167,6 +3175,16 @@ _utilities.register(
3167
3175
  "aws-native:s3tables:TablePolicy": "TablePolicy"
3168
3176
  }
3169
3177
  },
3178
+ {
3179
+ "pkg": "aws-native",
3180
+ "mod": "s3vectors",
3181
+ "fqn": "pulumi_aws_native.s3vectors",
3182
+ "classes": {
3183
+ "aws-native:s3vectors:Index": "Index",
3184
+ "aws-native:s3vectors:VectorBucket": "VectorBucket",
3185
+ "aws-native:s3vectors:VectorBucketPolicy": "VectorBucketPolicy"
3186
+ }
3187
+ },
3170
3188
  {
3171
3189
  "pkg": "aws-native",
3172
3190
  "mod": "sagemaker",
@@ -41,11 +41,7 @@ class BrokerDataReplicationMode0(_builtins.str, Enum):
41
41
  @pulumi.type_token("aws-native:amazonmq:BrokerDeploymentMode")
42
42
  class BrokerDeploymentMode(_builtins.str, Enum):
43
43
  """
44
- The deployment mode of the broker. Available values:
45
-
46
- - `SINGLE_INSTANCE`
47
- - `ACTIVE_STANDBY_MULTI_AZ`
48
- - `CLUSTER_MULTI_AZ`
44
+ Required. The broker's deployment mode.
49
45
  """
50
46
  SINGLE_INSTANCE = "SINGLE_INSTANCE"
51
47
  ACTIVE_STANDBY_MULTI_AZ = "ACTIVE_STANDBY_MULTI_AZ"
@@ -55,11 +51,7 @@ class BrokerDeploymentMode(_builtins.str, Enum):
55
51
  @pulumi.type_token("aws-native:amazonmq:BrokerDeploymentMode0")
56
52
  class BrokerDeploymentMode0(_builtins.str, Enum):
57
53
  """
58
- The deployment mode of the broker. Available values:
59
-
60
- - `SINGLE_INSTANCE`
61
- - `ACTIVE_STANDBY_MULTI_AZ`
62
- - `CLUSTER_MULTI_AZ`
54
+ Required. The broker's deployment mode.
63
55
  """
64
56
  SINGLE_INSTANCE = "SINGLE_INSTANCE"
65
57
  ACTIVE_STANDBY_MULTI_AZ = "ACTIVE_STANDBY_MULTI_AZ"
@@ -69,7 +61,7 @@ class BrokerDeploymentMode0(_builtins.str, Enum):
69
61
  @pulumi.type_token("aws-native:amazonmq:BrokerEngineType")
70
62
  class BrokerEngineType(_builtins.str, Enum):
71
63
  """
72
- The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
64
+ Required. The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
73
65
  """
74
66
  ACTIVEMQ = "ACTIVEMQ"
75
67
  RABBITMQ = "RABBITMQ"
@@ -78,7 +70,7 @@ class BrokerEngineType(_builtins.str, Enum):
78
70
  @pulumi.type_token("aws-native:amazonmq:BrokerEngineType0")
79
71
  class BrokerEngineType0(_builtins.str, Enum):
80
72
  """
81
- The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
73
+ Required. The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
82
74
  """
83
75
  ACTIVEMQ = "ACTIVEMQ"
84
76
  RABBITMQ = "RABBITMQ"
@@ -36,7 +36,7 @@ if not MYPY:
36
36
  class BrokerConfigurationIdArgsDict(TypedDict):
37
37
  id: pulumi.Input[_builtins.str]
38
38
  """
39
- The unique ID that Amazon MQ generates for the configuration.
39
+ Required. The unique ID that Amazon MQ generates for the configuration.
40
40
  """
41
41
  revision: pulumi.Input[_builtins.int]
42
42
  """
@@ -51,7 +51,7 @@ class BrokerConfigurationIdArgs:
51
51
  id: pulumi.Input[_builtins.str],
52
52
  revision: pulumi.Input[_builtins.int]):
53
53
  """
54
- :param pulumi.Input[_builtins.str] id: The unique ID that Amazon MQ generates for the configuration.
54
+ :param pulumi.Input[_builtins.str] id: Required. The unique ID that Amazon MQ generates for the configuration.
55
55
  :param pulumi.Input[_builtins.int] revision: The revision number of the configuration.
56
56
  """
57
57
  pulumi.set(__self__, "id", id)
@@ -61,7 +61,7 @@ class BrokerConfigurationIdArgs:
61
61
  @pulumi.getter
62
62
  def id(self) -> pulumi.Input[_builtins.str]:
63
63
  """
64
- The unique ID that Amazon MQ generates for the configuration.
64
+ Required. The unique ID that Amazon MQ generates for the configuration.
65
65
  """
66
66
  return pulumi.get(self, "id")
67
67
 
@@ -145,49 +145,16 @@ class BrokerEncryptionOptionsArgs:
145
145
  if not MYPY:
146
146
  class BrokerLdapServerMetadataArgsDict(TypedDict):
147
147
  hosts: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
148
- """
149
- Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
150
- """
151
148
  role_base: pulumi.Input[_builtins.str]
152
- """
153
- The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
154
- """
155
149
  role_search_matching: pulumi.Input[_builtins.str]
156
- """
157
- The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
158
- """
159
150
  service_account_username: pulumi.Input[_builtins.str]
160
- """
161
- Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
162
- """
163
151
  user_base: pulumi.Input[_builtins.str]
164
- """
165
- Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
166
- """
167
152
  user_search_matching: pulumi.Input[_builtins.str]
168
- """
169
- The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
170
- """
171
153
  role_name: NotRequired[pulumi.Input[_builtins.str]]
172
- """
173
- The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
174
- """
175
154
  role_search_subtree: NotRequired[pulumi.Input[_builtins.bool]]
176
- """
177
- The directory search scope for the role. If set to true, scope is to search the entire subtree.
178
- """
179
155
  service_account_password: NotRequired[pulumi.Input[_builtins.str]]
180
- """
181
- Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
182
- """
183
156
  user_role_name: NotRequired[pulumi.Input[_builtins.str]]
184
- """
185
- The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
186
- """
187
157
  user_search_subtree: NotRequired[pulumi.Input[_builtins.bool]]
188
- """
189
- The directory search scope for the user. If set to true, scope is to search the entire subtree.
190
- """
191
158
  elif False:
192
159
  BrokerLdapServerMetadataArgsDict: TypeAlias = Mapping[str, Any]
193
160
 
@@ -205,19 +172,6 @@ class BrokerLdapServerMetadataArgs:
205
172
  service_account_password: Optional[pulumi.Input[_builtins.str]] = None,
206
173
  user_role_name: Optional[pulumi.Input[_builtins.str]] = None,
207
174
  user_search_subtree: Optional[pulumi.Input[_builtins.bool]] = None):
208
- """
209
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hosts: Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
210
- :param pulumi.Input[_builtins.str] role_base: The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
211
- :param pulumi.Input[_builtins.str] role_search_matching: The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
212
- :param pulumi.Input[_builtins.str] service_account_username: Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
213
- :param pulumi.Input[_builtins.str] user_base: Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
214
- :param pulumi.Input[_builtins.str] user_search_matching: The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
215
- :param pulumi.Input[_builtins.str] role_name: The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
216
- :param pulumi.Input[_builtins.bool] role_search_subtree: The directory search scope for the role. If set to true, scope is to search the entire subtree.
217
- :param pulumi.Input[_builtins.str] service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
218
- :param pulumi.Input[_builtins.str] user_role_name: The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
219
- :param pulumi.Input[_builtins.bool] user_search_subtree: The directory search scope for the user. If set to true, scope is to search the entire subtree.
220
- """
221
175
  pulumi.set(__self__, "hosts", hosts)
222
176
  pulumi.set(__self__, "role_base", role_base)
223
177
  pulumi.set(__self__, "role_search_matching", role_search_matching)
@@ -238,9 +192,6 @@ class BrokerLdapServerMetadataArgs:
238
192
  @_builtins.property
239
193
  @pulumi.getter
240
194
  def hosts(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
241
- """
242
- Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
243
- """
244
195
  return pulumi.get(self, "hosts")
245
196
 
246
197
  @hosts.setter
@@ -250,9 +201,6 @@ class BrokerLdapServerMetadataArgs:
250
201
  @_builtins.property
251
202
  @pulumi.getter(name="roleBase")
252
203
  def role_base(self) -> pulumi.Input[_builtins.str]:
253
- """
254
- The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
255
- """
256
204
  return pulumi.get(self, "role_base")
257
205
 
258
206
  @role_base.setter
@@ -262,9 +210,6 @@ class BrokerLdapServerMetadataArgs:
262
210
  @_builtins.property
263
211
  @pulumi.getter(name="roleSearchMatching")
264
212
  def role_search_matching(self) -> pulumi.Input[_builtins.str]:
265
- """
266
- The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
267
- """
268
213
  return pulumi.get(self, "role_search_matching")
269
214
 
270
215
  @role_search_matching.setter
@@ -274,9 +219,6 @@ class BrokerLdapServerMetadataArgs:
274
219
  @_builtins.property
275
220
  @pulumi.getter(name="serviceAccountUsername")
276
221
  def service_account_username(self) -> pulumi.Input[_builtins.str]:
277
- """
278
- Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
279
- """
280
222
  return pulumi.get(self, "service_account_username")
281
223
 
282
224
  @service_account_username.setter
@@ -286,9 +228,6 @@ class BrokerLdapServerMetadataArgs:
286
228
  @_builtins.property
287
229
  @pulumi.getter(name="userBase")
288
230
  def user_base(self) -> pulumi.Input[_builtins.str]:
289
- """
290
- Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
291
- """
292
231
  return pulumi.get(self, "user_base")
293
232
 
294
233
  @user_base.setter
@@ -298,9 +237,6 @@ class BrokerLdapServerMetadataArgs:
298
237
  @_builtins.property
299
238
  @pulumi.getter(name="userSearchMatching")
300
239
  def user_search_matching(self) -> pulumi.Input[_builtins.str]:
301
- """
302
- The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
303
- """
304
240
  return pulumi.get(self, "user_search_matching")
305
241
 
306
242
  @user_search_matching.setter
@@ -310,9 +246,6 @@ class BrokerLdapServerMetadataArgs:
310
246
  @_builtins.property
311
247
  @pulumi.getter(name="roleName")
312
248
  def role_name(self) -> Optional[pulumi.Input[_builtins.str]]:
313
- """
314
- The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
315
- """
316
249
  return pulumi.get(self, "role_name")
317
250
 
318
251
  @role_name.setter
@@ -322,9 +255,6 @@ class BrokerLdapServerMetadataArgs:
322
255
  @_builtins.property
323
256
  @pulumi.getter(name="roleSearchSubtree")
324
257
  def role_search_subtree(self) -> Optional[pulumi.Input[_builtins.bool]]:
325
- """
326
- The directory search scope for the role. If set to true, scope is to search the entire subtree.
327
- """
328
258
  return pulumi.get(self, "role_search_subtree")
329
259
 
330
260
  @role_search_subtree.setter
@@ -334,9 +264,6 @@ class BrokerLdapServerMetadataArgs:
334
264
  @_builtins.property
335
265
  @pulumi.getter(name="serviceAccountPassword")
336
266
  def service_account_password(self) -> Optional[pulumi.Input[_builtins.str]]:
337
- """
338
- Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
339
- """
340
267
  return pulumi.get(self, "service_account_password")
341
268
 
342
269
  @service_account_password.setter
@@ -346,9 +273,6 @@ class BrokerLdapServerMetadataArgs:
346
273
  @_builtins.property
347
274
  @pulumi.getter(name="userRoleName")
348
275
  def user_role_name(self) -> Optional[pulumi.Input[_builtins.str]]:
349
- """
350
- The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
351
- """
352
276
  return pulumi.get(self, "user_role_name")
353
277
 
354
278
  @user_role_name.setter
@@ -358,9 +282,6 @@ class BrokerLdapServerMetadataArgs:
358
282
  @_builtins.property
359
283
  @pulumi.getter(name="userSearchSubtree")
360
284
  def user_search_subtree(self) -> Optional[pulumi.Input[_builtins.bool]]:
361
- """
362
- The directory search scope for the user. If set to true, scope is to search the entire subtree.
363
- """
364
285
  return pulumi.get(self, "user_search_subtree")
365
286
 
366
287
  @user_search_subtree.setter
@@ -496,17 +417,20 @@ if not MYPY:
496
417
  class BrokerUserArgsDict(TypedDict):
497
418
  password: pulumi.Input[_builtins.str]
498
419
  """
499
- The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
420
+ Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
500
421
  """
501
422
  username: pulumi.Input[_builtins.str]
502
423
  """
503
- The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.
424
+ The username of the broker user. The following restrictions apply to broker usernames:
425
+
426
+ - For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
427
+ - For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
504
428
 
505
429
  > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
506
430
  """
507
431
  console_access: NotRequired[pulumi.Input[_builtins.bool]]
508
432
  """
509
- Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
433
+ Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
510
434
  """
511
435
  groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
512
436
  """
@@ -528,11 +452,14 @@ class BrokerUserArgs:
528
452
  groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
529
453
  replication_user: Optional[pulumi.Input[_builtins.bool]] = None):
530
454
  """
531
- :param pulumi.Input[_builtins.str] password: The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
532
- :param pulumi.Input[_builtins.str] username: The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.
455
+ :param pulumi.Input[_builtins.str] password: Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
456
+ :param pulumi.Input[_builtins.str] username: The username of the broker user. The following restrictions apply to broker usernames:
457
+
458
+ - For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
459
+ - For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
533
460
 
534
461
  > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
535
- :param pulumi.Input[_builtins.bool] console_access: Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
462
+ :param pulumi.Input[_builtins.bool] console_access: Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
536
463
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] groups: The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
537
464
  :param pulumi.Input[_builtins.bool] replication_user: Defines if this user is intended for CRDR replication purposes.
538
465
  """
@@ -549,7 +476,7 @@ class BrokerUserArgs:
549
476
  @pulumi.getter
550
477
  def password(self) -> pulumi.Input[_builtins.str]:
551
478
  """
552
- The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
479
+ Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
553
480
  """
554
481
  return pulumi.get(self, "password")
555
482
 
@@ -561,7 +488,10 @@ class BrokerUserArgs:
561
488
  @pulumi.getter
562
489
  def username(self) -> pulumi.Input[_builtins.str]:
563
490
  """
564
- The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.
491
+ The username of the broker user. The following restrictions apply to broker usernames:
492
+
493
+ - For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
494
+ - For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
565
495
 
566
496
  > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
567
497
  """
@@ -575,7 +505,7 @@ class BrokerUserArgs:
575
505
  @pulumi.getter(name="consoleAccess")
576
506
  def console_access(self) -> Optional[pulumi.Input[_builtins.bool]]:
577
507
  """
578
- Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
508
+ Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
579
509
  """
580
510
  return pulumi.get(self, "console_access")
581
511